Minecraft Wiki
Advertisement
This is the documentation page, it should be transcluded into the main template page. See Πρότυπο:Documentation for more information
Shortcut
v
Lua logo
This template uses Module:Version, with data stored in Module:Version/Numbers.
These scripts are written in Lua. Please see wp:Lua and mw:Extension:Scribunto to learn more.

This template outputs the latest version of a particular edition of Minecraft, and can also check if a version specified is the same as the latest version.

Because this template is used on the main page, it must be modified by an administrator or bureaucrat. If you have noticed that the version has changed but this template hasn't been updated, it is best to leave a note on an administrator's talk page or the admin noticeboard.

To update the version number, modify Module:Version/Numbers.

Usage

Platform Version Displayed Code used
Computer Edition Computer 1.18.1 {{v}}
Computer server 1.18.1 {{v|server=1}}
Weekly 1.18.1 {{v|weekly=1}}
Weekly server 1.18.1 {{v|weekly=1|server=1}}
Computer Classic 1.18.1 {{v|classic=1}}
Computer Classic server 1.18.1 {{v|classic=1|server=1}}
Launcher 2.2.8545 {{v|launcher=1}}
Pocket Edition Android 1.18.2 {{v|android=1}}
Android snapshot beta 1.18.10 {{v|android-snap=1}}
iOS 1.18.2 {{v|ios=1}}
Amazon Fire TV 1.18.2 {{v|firetv=1}}
Windows Phone 1.18.2 {{v|windowsphone=1}}
Windows 10 1.18.2 {{v|windows10=1}}
Console Edition PlayStation 3 1.18.1 {{v|ps3=1}}
PlayStation 4 1.18.1 {{v|ps4=1}}
PlayStation Vita 1.18.1 {{v|psvita=1}}
Xbox 360 1.18.1 {{v|xbox=1}}
Xbox One 1.18.1 {{v|xbone=1}}
Wii U 1.18.1 {{v|wiiu=1}}

Version comparison in tables

When a version number is specified, the template will compare the version you specify with the latest version, and mark the cell green if it is the latest version, and red if it isn't.

For example:

{| class="wikitable"
| {{v|1.0.0}}
|-
| {{v|1.18.1}}
|}
1.0.0
1.18.1
Advertisement