Template:OldStrategy: Difference between revisions

From Melvor Idle
(Amend colours for dark mode theme)
m (Remove excessive whitespace)
Line 1: Line 1:
<onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.20}}
<onlyinclude><!--Here's where you set the most recent version:-->{{#vardefine:CurrentVersion|0.20}}<!--
{{#vardefine:PageLink|{{#ifexist:v{{{1}}}|v{{{1}}}|Changelog}}}}<includeonly>
-->{{#vardefine:PageLink|{{#ifexist:v{{{1}}}|v{{{1}}}|Changelog}}}}<includeonly><!--
{| class="wikitable" style="float:right; width:250px; margin-left:10px; background-color:#{{#ifeq:{{#var:CurrentVersion}}|{{{1}}}|285128|6a2731}};"
-->{| class="wikitable" style="float:right; width:250px; margin-left:10px; background-color:#{{#ifeq:{{#var:CurrentVersion}}|{{{1}}}|285128|6a2731}};"
|-
|-
|{{#ifeq:{{#var:CurrentVersion}}|{{{1}}}
|{{#ifeq:{{#var:CurrentVersion}}|{{{1}}}
Line 7: Line 7:
|[[File:Changelog.svg|25px|link={{#var:PageLink}}]] This strategy was calculated for [[{{#var:PageLink}}|v{{{1}}}]] and may have changed in newer updates.
|[[File:Changelog.svg|25px|link={{#var:PageLink}}]] This strategy was calculated for [[{{#var:PageLink}}|v{{{1}}}]] and may have changed in newer updates.
}}
}}
|}
|}[[Category:V{{{1}}}]]</includeonly></onlyinclude>
[[Category:V{{{1}}}]]</includeonly></onlyinclude>
Usage: {{T|OldStrategy|Version}}, replacing <code>Version</code> with the version number.
Usage: {{T|OldStrategy|Version}}, replacing <code>Version</code> with the version number.


For example, {{T|OldStrategy|0.18.2}} results in the following:
For example, {{T|OldStrategy|0.18.2}} results in the following:
{{OldStrategy|0.18.2}}
{{OldStrategy|0.18.2}}





Revision as of 05:34, 17 June 2021

Usage: {{OldStrategy|Version}}, replacing Version with the version number.

For example, {{OldStrategy|0.18.2}} results in the following:

Changelog.svg This strategy was calculated for v0.18.2 and may have changed in newer updates.




While {{OldStrategy|0.20}} results in the following:

Changelog.svg This strategy was calculated for the current version (v0.20).