User:Evrydayjunglist: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(2 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:'''
https://stepmodifications.org/wiki/User:Evrydayjunglist/Fallout4Mods
<pre>{{ModTable|ModTableRow=
 
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
== {{#show:Category:ModGroup_02-Extenders|?ModGroupName}} ==
:{{fc|#E6B69E|{{#show:Category:ModGroup_02-Extenders|?ModGroupDescription}} }}
{{ModTable|ModTableRow=
{{#ask:[[Game::{{NAMESPACE}}]][[Version::{{PAGENAME}}]][[ModGroup::02-Extenders]]
|?ModName
|?Version
|mainlabel=-
|mainlabel=-
|format=plainlist
|template=ModTableMods
|named args=yes
|named args=yes
|link=none
|link=none
|?ModName
|?ModGroup
|sort=OrderID
}}
}}</pre>
'''Result:'''
{{ModTable|ModTableRow=
{{#ask:[[Version::444]][[Game::SkyrimSE]][[ModGroup::01-Tools]]
|mainlabel=-
|format=plainlist
|format=plainlist
|template=ModTableMods
|template=ModTableMods
|named args=yes
|link=none
|?ModName
|?ModGroup
|sort=OrderID
|sort=OrderID
}}
}}
}}
}}
<br>
=== Game-Launch Smoke Test ===
At this stage, the preliminary build should be tested to confirm that there are no issues with the modding environment or engine-level mod configurations:
# Start the game by running the SKSE launcher from Mod Organizer. The game should load to the main menu without issue.
# Open the console (~), type in '''coc riverwood''', and press Enter/Return. The game should load at Riverwood without issue.
# Exit the game using the <code>qqq</code> console command or the standard menu options.
If the game launched and loaded as expected, continue forward. {{Fc|salmon|''Otherwise, all instructions were not followed, and something was missed.''}} Revisit the installation steps above starting with the System Setup Guide in Step 1. If a careful review of the previous instructions does not resolve the issue, [https://stepmodifications.org/forum/forum/{{#var:forumid}}-- post on the guide support forums] for help.


{{Alert|type=warning|text='''''Beyond this point, DO NOT launch the game again until instructed to do so.'''''<br>Many of the following mods are interdependent, and launching the game prematurely will most likely result in issues or failures. Please DO NOT post on the forums for support of non-issues relating to a failure to RTFM.}}
== See Also ==
<br>
<!--*[[: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