Template:CategoryModList: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><li style="display:inline-block;">
<includeonly><li style="display:inline-block;">
<div class="categorymodlist">
{| class="categorymodlist"
{| style="margin:0;"
! <span class="modnamehd">{{{1}}}</span>
! {{{1}}}
|-
|-
| <span class="dimtext">Game:</span> {{{2}}}
| <span class="dimtext">Game:</span> {{{2}}}
Line 10: Line 9:
| <span class="dimtext">LW Patch:</span> {{{4}}}
| <span class="dimtext">LW Patch:</span> {{{4}}}
|}
|}
</div>
</li></includeonly><noinclude>__NOTOC__[[Category:SMW Templates]][[Category:Step]]
</li></includeonly><noinclude>__NOTOC__[[Category:SMW Templates]][[Category:Step]]


Line 18: Line 16:
== Examples ==
== Examples ==
'''Code:'''
'''Code:'''
<pre>{{CategoryModList|Mod Name|SkyrimSE|true|false}}</pre>
<pre>{{CategoryModList|Mod Name|SkyrimSE - a long titll name to test|true|false}}</pre>
'''Result:'''
'''Result:'''
{{CategoryModList|Mod Name|SkyrimSE|true|false}}
{{CategoryModList|Mod Name||SkyrimSE - a long titll name to test|true|false}}


== See Also ==
== See Also ==

Revision as of 21:26, January 15, 2021


Purpose & Usage

Box for showing mods, game and patch dependencies.

Examples

Code:

{{CategoryModList|Mod Name|SkyrimSE - a long titll name to test|true|false}}

Result:

  • Mod Name
    Game:
    CR Patch: SkyrimSE - a long titll name to test
    LW Patch: true
  • See Also

    None