Template:V: Difference between revisions

From Melvor Idle
(Bump up version to v0.19)
m (Bump to v0.19.2)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.19}}{{#vardefine:Version|{{{1|{{#var:CurrentVersion}}}}}}}<includeonly><!--
<onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.19.2}}{{#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;"
|-
|-
Line 7: Line 7:
|}</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.


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.
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.

Revision as of 00:02, 5 April 2021

This page is up to date (v0.19.2).

New method of doing version checks that only requires a single update to handle things. Syntax is simply {{V|0.17.0}} or similar. To change the most recent version, just edit the template.

Calling the template without an argument as {{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.