Template:NMSVersion: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly><span style="font-size:larger;">'''Supported Game Version:''' <span class="greentx">NMS:{{{versionName|Outlaws}}} v{{{versionNumber|3.88}}}</span></span></include...")
 
No edit summary
Line 1: Line 1:
<includeonly><span style="font-size:larger;">'''Supported Game Version:''' <span class="greentx">NMS:{{{versionName|Outlaws}}} v{{{versionNumber|3.88}}}</span></span></includeonly><noinclude>__NOTOC__
<includeonly><span style="font-size:larger;">'''Supported Game Version:''' <span class="greentx">NMS:{{{1|Outlaws}}} v{{{2|3.88}}}</span></span></includeonly><noinclude>__NOTOC__


== Purpose & Usage ==
== Purpose & Usage ==
Line 6: Line 6:
=== Required Parameters ===
=== Required Parameters ===
The parameter defaults will be updated for the current No Man's Sky Guide. This is to prevent having to constantly update those sections of the current guide for in-place updates.  
The parameter defaults will be updated for the current No Man's Sky Guide. This is to prevent having to constantly update those sections of the current guide for in-place updates.  
: <span class="salmontx">'''versionName'''</span> - <nowiki>{{{1}}}</nowiki> - Displays the version name
: <span class="salmontx">'''<nowiki>{{{1}}}</nowiki>'''</span> - Displays the version name
: <span class="salmontx">'''versionNumber'''</span> - <nowiki>{{{2}}}</nowiki> - Displays the version number in green text.  
: <span class="salmontx">'''<nowiki>{{{2}}}</nowiki>'''</span> - Displays the version number in green text.  
<br><br>
<br><br>



Revision as of 00:17, April 24, 2022


Purpose & Usage

This template displays the version name and number for No Man's Sky Guide. The font size will be slightly larger than the default font of where it's placed.

Required Parameters

The parameter defaults will be updated for the current No Man's Sky Guide. This is to prevent having to constantly update those sections of the current guide for in-place updates.

{{{1}}} - Displays the version name
{{{2}}} - Displays the version number in green text.



Examples

Default Call

Code: {{NMSVersion}}
Result:
Supported Game Version: NMS:Outlaws v3.88

With Set Parameters

Use in lists is appropriate.

Code: {{NMSVersion|Sentinel|3.83}}
Result:
Supported Game Version: NMS:Sentinel v3.83
Note that there is no need to include the "v" in the version number.

Related Templates