4,951
edits
Falterfire (talk | contribs) (New magical version page) |
Falterfire (talk | contribs) (New version without any arguments) |
||
Line 1: | Line 1: | ||
<onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.17.0}}<includeonly><!-- | <onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.17.0}}{{#vardefine:Version|{{{1|{{#var:CurrentVersion}}}}}}}<includeonly><!-- | ||
-->{| class="wikitable" style="float:right; width:250px; margin-left:10px;" | -->{| class="wikitable" style="float:right; width:250px; margin-left:10px;" | ||
|- | |- | ||
|{{#ifeq:{{ | |{{#ifeq:{{#var:Version}}|{{#var:CurrentVersion}} | ||
|This page is up to date ([[v{{ | |This page is up to date ([[v{{#var:Version}}]]). | ||
|<span style="color:red;">This page is out of date ([[v{{ | |<span style="color:red;">This page is out of date ([[v{{#var:Version}}]]).</span>[[Category:Out of Date]]}}[[Category:v{{#var:Version}}]] | ||
|}</includeonly></onlyinclude> | |}</includeonly></onlyinclude> | ||
{{V | {{V}} | ||
New method of doing version checks that only requires a single update to handle things. Syntax is simply {{T|V|0.17.0}} or similar. To change the most recent version, just edit the template.' | New method of doing version checks that only requires a single update to handle things. Syntax is simply {{T|V|0.17.0}} or similar. To change the most recent version, just edit the template.' | ||
The | Calling the template without an argument as {{T|V}} will automatically fill in the current version. The template should only be used without arguments on pages that are automatically populated with data via Lua. |