Template:CategoryModList: Difference between revisions
From Step Mods | Change The Game
m (Protected "Template:CategoryModList" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
mNo edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><li style="display:inline-block | <includeonly><li style="display:inline-block"> | ||
{| class="categorymodlist" | |||
! <span class="modnamehd">{{{1}}}</span> | |||
|- | |- | ||
| | | <span class="dimtext">Game:</span> {{{2}}} | ||
|- | |||
| <span class="dimtext">CR Patch:</span> {{{3}}} | |||
|- | |||
| <span class="dimtext">LW Patch:</span> {{{4}}} | |||
|} | |} | ||
</li></includeonly><noinclude>__NOTOC__[[Category:Helper Templates]][[Category:Concept Templates]] | |||
</li></includeonly><noinclude>__NOTOC__ | |||
== Purpose & Usage == | == Purpose & Usage == | ||
Helper template for [[:Template:CreateGameConcepts]] to create a tiled list of mods with game and patch dependencies on ModGroup Concept pages. | |||
== Examples == | == Examples == | ||
'''Code:''' | '''Code:''' | ||
<pre>{{CategoryModList|Mod Name|true}}</pre> | <pre>{{CategoryModList|Mod Name|SkyrimSE - a long title name to test|true|false}}</pre> | ||
'''Result:''' | '''Result:''' | ||
{{CategoryModList|Mod Name|true}} | {{CategoryModList|Mod Name||SkyrimSE - a long title name to test|true|false}} | ||
== See Also == | == See Also == | ||
None | None | ||
</noinclude> | </noinclude> |
Latest revision as of 01:35, May 12, 2025
Purpose & Usage
Helper template for Template:CreateGameConcepts to create a tiled list of mods with game and patch dependencies on ModGroup Concept pages.
Examples
Code:
{{CategoryModList|Mod Name|SkyrimSE - a long title name to test|true|false}}
Result:
Mod Name |
---|
Game: |
CR Patch: SkyrimSE - a long title name to test |
LW Patch: true |
See Also
None