Template:Version: Difference between revisions

From MENACE Official Wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
<includeonly>{{#ifeq:{{{1|{{{versionNumber|}}} }}}| {{CurrentVersion}} | | {{Outdated| (This page's version [{{{1|{{{versionNumber|}}} }}}] is behind the current version [{{CurrentVersion}}])}} }}</includeonly><noinclude>
<includeonly>{{#ifeq:{{{1|{{{versionNumber|}}} }}}| {{CurrentVersion}} | | {{Outdated| (This page's version [{{{1|{{{versionNumber|}}}}}}] is behind the current version [{{CurrentVersion}}])}} }}</includeonly><noinclude>
== Overview ==
== Overview ==
<b>Use this template at the top of any pages whose content may become outdated in future updates.</b>
<b>Use this template at the top of any pages whose content may become outdated in future updates.</b>
Line 9: Line 9:
== Parameters ==
== Parameters ==


{|class=wikitable
{| class="wikitable"
! Parameter !! Description
! colspan="2"| Parameter !! Description !! Example
|-
|-
| versionNumber || String of the version of the game, when this page was last updated.
| <code>1</code> or <code>versionNumber</code> || required || String of the version of the game, when this page was last updated || <code>versionNumber=0.0.1</code>
|}
|}



Latest revision as of 22:25, 31 January 2026

Overview

Use this template at the top of any pages whose content may become outdated in future updates.

This Template compares the version provided in the template parameter with the current version of the game stored in the Template:CurrentVersion. If the page's version does not match the game's current version, it will invoke the Template:Outdated.

The current version stored in Template:CurrentVersion is: 0.6.2. (Please update this, if a newer version is available!)

Parameters

Parameter Description Example
1 or versionNumber required String of the version of the game, when this page was last updated versionNumber=0.0.1

Examples

Use:

{{Version|0.0.1}}

to see this

The content below needs to be updated as it may not accurately represent what's currently in-game.
(This page's version [0.0.1] is behind the current version [0.6.2])