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
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><li style="display:inline-block;">
<includeonly><li style="display:inline-block">
<div style="border:1px solid #2b2b2b; border-radius:10px; background:rgba(68,68,68,0.5); padding:10px; margin:5px; width:450px;">
{| class="categorymodlist"
{| style="margin:0;"
! <span class="modnamehd">{{{1}}}</span>
! {{{1}}}
|-
|-
| Core: {{{2}}}
| <span class="dimtext">Game:</span> {{{2}}}
|-
| <span class="dimtext">CR Patch:</span> {{{3}}}
|-
| <span class="dimtext">LW Patch:</span> {{{4}}}
|}
|}
</div>
</li></includeonly><noinclude>__NOTOC__[[Category:Helper Templates]][[Category:Concept Templates]]
</li></includeonly><noinclude>__NOTOC__
 
== Purpose & Usage ==
== Purpose & Usage ==
Box for showing mods and whether or not they are in Core.
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 titll name to test|true|false}}</pre>
'''Result:'''
'''Result:'''
{{CategoryModList|Mod Name|true}}
{{CategoryModList|Mod Name||SkyrimSE - a long titll name to test|true|false}}


== See Also ==
== See Also ==
None
None


[[Category:SMW Templates]][[Category:STEP]]
</noinclude>
</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