Template:ModTable: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly>{{#if: {{{ModTableRow|}}} | {{{!}} class="steptable" ! class="first" {{!}} ! class="modname" style="font-size: 1rem;" {{!}} {{HoverText|'''Mod Name'''|Mod name pr...")
 
mNo edit summary
Line 2: Line 2:
{{{!}} class="steptable"
{{{!}} class="steptable"
! class="first" {{!}}
! class="first" {{!}}
! class="second" {{!}}
! class="modname" style="font-size: 1rem;" {{!}} {{HoverText|'''Mod Name'''|Mod name presented as a link to the download location.}}
! class="modname" style="font-size: 1rem;" {{!}} {{HoverText|'''Mod Name'''|Mod name presented as a link to the download location.}}
! class="baseline" style="font-size: 1rem;" {{!}} {{HoverText|'''Baseline'''|Denotes the STEP Baseline version or option of the corresponding mod.}}
! class="baseline" style="font-size: 1rem;" {{!}} {{HoverText|'''Baseline'''|Denotes the STEP Baseline version or option of the corresponding mod.}}
Line 15: Line 16:
'''Code:'''
'''Code:'''
<pre>{{ModTable|ModTableRow=
<pre>{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimLE]][[ModGroup::01-Tools]]
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|mainlabel=-
|format=plainlist
|format=plainlist
Line 22: Line 23:
|link=none
|link=none
|?ModName
|?ModName
|?Section
|?ModGroup
|sort=OrderID
|sort=OrderID
}}
}}
Line 28: Line 29:
'''Result:'''
'''Result:'''
{{ModTable|ModTableRow=
{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimLE]][[ModGroup::01-Tools]]
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|mainlabel=-
|format=plainlist
|format=plainlist
Line 35: Line 36:
|link=none
|link=none
|?ModName
|?ModName
|?Section
|?ModGroup
|sort=OrderID
|sort=OrderID
}}
}}

Revision as of 18:50, January 11, 2021


Purpose & Usage[edit source]

Header and footer for guide mod tables. This template incorporates Template:ModTable/Row in constructing mod tables via #ask query against the subobject defined in templates like Template:ModGroupMods-01-Tools.

Examples[edit source]

Code:

{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|format=plainlist
|template=ModTable/Row
|named args=yes
|link=none
|?ModName
|?ModGroup
|sort=OrderID
}}
}}

Result: No mods defined.

See Also[edit source]

Template:ModTable/Row
Template:ModGroupMods-01-Tools