Template:CategoryModList: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="border-radius: 10px; background-color: #444; padding: 10px; margin: 5px;">
<includeonly><li style="display:inline-block">
{{{1}}}
{| class="categorymodlist"
</div>
! <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]]
== 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:'''
<pre>{{CategoryModList|Mod Name|SkyrimSE - a long titll name to test|true|false}}</pre>
'''Result:'''
{{CategoryModList|Mod Name||SkyrimSE - a long titll name to test|true|false}}
 
== See Also ==
None
 
</noinclude>

Latest revision as of 19:54, June 29, 2021

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 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