User:Evrydayjunglist: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
test
<includeonly>{{#if: {{{ModTableRow|}}} |
{{{!}} class="steptable"
! class="first" {{!}}
! class="second" {{!}}
! class="third" {{!}}
! class="fourth" {{!}}
! 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="notes" style="font-size: 1rem;" {{!}} {{HoverText|'''Instructions'''|Brief notes that apply to the mod or installation.}}
{{{ModTableRow}}}
{{!}}}
| No mods defined.}}</includeonly><noinclude>__NOTOC__[[Category:Guide Templates]]
== Purpose & Usage ==
Header and footer for guide mod tables. This template incorporates [[:Template:ModTableMods]] in constructing mod tables via #ask query against the subobject defined in templates like [[:Template:ModGroupMods-01-Tools]].


https://stepmodifications.org/wiki/User:Evrydayjunglist/SkyrimMods
== Examples ==
'''Code:'''
<pre>{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|format=plainlist
|template=ModTableMods
|named args=yes
|link=none
|?ModName
|?ModGroup
|sort=OrderID
}}
}}</pre>
'''Result:'''
{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|format=plainlist
|template=ModTableMods
|named args=yes
|link=none
|?ModName
|?ModGroup
|sort=OrderID
}}
}}


https://stepmodifications.org/wiki/User:Evrydayjunglist/Fallout4Mods
== See Also ==
<!--*[[:RELATED TEMPLATE NAME AND ARGUMENTS]]-->
[[:Template:ModTableMods]]<br />
[[:Template:ModGroupMods-01-Tools]]
</noinclude>

Latest revision as of 01:47, July 18, 2023

Purpose & Usage[edit | edit source]

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

Examples[edit | edit source]

Code:

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

Result: No mods defined.

See Also[edit | edit source]

Template:ModTableMods
Template:ModGroupMods-01-Tools