Minecraft Wiki
Register
Advertisement

[view | edit | history | purge]Documentation

This template provides a uniform design for separated version pages.

Basic template[]

{{Version nav
|title=
|edition=
|version=
|image=
|name=
|type=
|date=
|parent=
|prevparent=
|prev=
|next=
|nextparent=
}}

Full usage[]

{{Version nav
|title=
|image=
|edition=
|version=
|internal=
|versioncode=
|esvi=
|planned=
|prefix=
|name=
|server=
|client=
|type=
|date=
|compiled=
|parent=
|devversions=
|downloads=
|clienthash=   |clientdl=
|jsonhash=     |jsondl=
|serverhash=   |serverdl=
|exehash=      |exedl=
|otherdl=
|maps=
|clientmap=
|servermap=
|no_protocol=  |protocol_manual=
|no_data=      |data_manual=
|othereditions=
|prevparent=
|prevparentlink=
|prev=
|prevlink=
|next=
|nextlink=
|nextparent=
|nextparentlink=
|categoryparent=
}}
Parameter Function Default value
title Full name of the version exactly as it appears in-game. {{BASEPAGENAME}}
image Official image for the version (for example: from a blog post, or Mojang tweet). If none is available, use a screenshot of the main menu as the main image. {{{title}}}.png if it exists, otherwise none.
edition The edition the page refers to. (java, bedrock, etc.)
version The base version number, without trailing zeroes or the edition, used to test for other editions. For example, "Alpha v1.2.0" should have this set to "1.2". The last word (number) of the page title.
planned Set this of the version hasn't been released yet.
prefix Version prefix, without the edition name. "Classic server 1.8" would have a prefix of "Classic server" so the next/prev links do not need to show that.
name The official name for the version (for example: Adventure Update)
server The corresponding server version. Used in Java Edition Classic/Alpha versions
client The corresponding client version. Used in Java Edition Classic/Alpha server versions
type The type of version (for example: Snapshot) None
date The release date of the version. ?
compiled The compilation date of the .jar file, if different from the release date.
parent If this version is a development version, the version it belongs to None
devversions An unordered list of released snapshots belonging to this version An automatic list of the snapshots and pre-releases if there are any, otherwise none. If {{PAGENAME}}/Development versions exists, there will be a link to that.
downloads A list of download links for the version. Use instead of the parameters below only if the links are not simple.
clienthash SHA1 hash of the client found in the json file; used to construct the download link.
clientdl Where to download the client, if the hash is unavailable.
jsonhash JSON hash ID, as found in the version manifest
jsondl Where to download the json, if the hash is unavailable.
serverhash SHA1 hash of the server found in the json file; used to construct the download link
serverdl Where to download the server, if the hash is unavailable.
exehash SHA1 hash of the server exe found in the json file; used to construct the download link
exedl Where to download the server exe, if the hash is unavailable.
otherdl Any other relevant download links.
no_protocol Suppresses the protocol version field. This field is already hidden for editions other than Java.
maps A list of obfuscation mappings for the version. Use instead of the ones below if the links are not simple.
clientmap The hash for the client obfuscation map.
servermap The hash for the client obfuscation map.
protocol_manual Manually specifies a protocol version. The automatic protocol version, via {{Protocol version}}
no_data Suppresses the data version field. This field is already hidden for editions other than Java, and versions that predate the addition of data versions.
data_manual Manually specifies a data version. The automatic data version, via {{Data version}}
othereditions An unordered list of other versions that have the same version number (for example: Alpha server 0.1.0 and Pocket Edition Alpha 0.1.0 both relate to version 0.1.0). If not filled, will automatically look for pages of existing Minecraft editions that exist and link them.
If set to "none", the list of pages will be blank, even if related pages exist.
Any existing related pages otherwise none
prevparentlink The link for the previous parent version, only necessary if different from the name. {{{version}}} {{{prevparent}}}
prevparent The previous parent version (for example: 1.8 would be the previous parent version for 1.8.4 and 1.9). The edition prefix is added automatically. If it's a snapshot version, the previous parent would be the previous full-release version that is not the version that the snapshot is for, even if the previous version is minor. For example, if it were a snapshot for 1.12, the previous parent would be 1.11.2. None
prevlink The link for the previous version, only necessary if different from the name. {{{version}}} {{{prev}}}
prev The previous version. The edition prefix is added automatically. None
nextlink The link for the next version, only necessary if different from the name. {{{version}}} {{{next}}}
next The next version (including upcoming versions that have been officially announced). The edition prefix is added automatically. None
nextparentlink The link for the next parent version, only necessary if different from the name. The edition prefix is added automatically. {{{version}}} {{{prev}}}
nextparent The next parent version (for example: 1.10 would be the next parent version for 1.9 and 1.9.4). None

See also[]

Minecraft
Minecraft Dungeons
Minecraft Story Mode
Other


Infobox for a version of Minecraft.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

Name of the version, if different from the page name.

Example
14w02a
Stringoptional
Imageimage

Official image for the version.

Example
[[File:Java Edition 14w02a.png]]
Filesuggested
Versionversion

Base version number, without trailing zeroes or edition. If set, it overrides a parsed title.

Example
1.2
Stringoptional
Editionedition

Edition the page refers to.

Example
java
Auto value
Stringrequired
Internal versioninternal

The internal name or version for this version.

Stringoptional
Version codeversioncode

The version code for this version.

Example
30007040 for the armeabi-v7a Gingerbread variant of v0.7.4 alpha.
Unknownoptional
ESVIesvi

The ESVI for this version.

Example
10251856 for v0.4.0 alpha/a0.4.0.1.
Unknownoptional
Plannedplanned

If set, mentions this is an upcoming release.

Auto value
1
Unknownoptional
Version prefixprefix

Version prefix, if it is different than a parsed title.

Example
Classic server
Auto value
Stringoptional
Official namename

Official name of the version, if Mojang has given it one.

Example
Adventure Update
Stringoptional
Server versionserver

Corresponding server version. Used in Classic & Alpha.

Unknownoptional
Client versionclient

Corresponding client version. Used in Classic & Alpha.

Unknownoptional
Version typetype

Type of this version.

Example
snapshot
Stringrequired
Release datedate

The release date of this version.

Example
{{Start date and age|2014|02|14}}
Datesuggested
Compilation datecompiled

The compilation date of the .jar file, if different than the release date.

Dateoptional
Parent versionparent

Parent version this version belongs to.

Example
1.14
Stringsuggested
Development versionsdevversions

List of released snapshots belonging to this version, if '{{PAGENAME}}/Development versions' doesn't exist.

Unknownoptional
Download linksdownloads

A list of download links for this version, if clientdl, jsondl, or serverdl paremeters cannot be used.

Unknownoptional
Client hashclienthash

The SHA1 hash of the client, used to create the download link.

Stringsuggested
Client downloadclientdl

Location to download the client, if hash is unavailable.

Unknownoptional
JSON hashjsonhash

JSON SHA1 hash, found in the version manifest.

Stringsuggested
JSON downloadjsondl

Location to download the JSON file, if the hash is unavailable.

Unknownoptional
Server hashserverhash

The SHA1 hash of the server, used to create a download link.

Stringsuggested
Server downloadserverdl

Location to download the server, if the hash is unavailable.

Unknownoptional
EXE hashexehash

The SHA1 hash of the server EXE, used to create a download link.

Stringsuggested
EXE downloadexedl

Location to download the server exe, if the hash is unavailable.

Unknownoptional
Other downloadsotherdl

Any other relevant download links.

Unknownoptional
Obfuscation mapsmaps

A list of obfuscation maps, if clientmap or servermap cannot create links.

Unknownoptional
Client obfuscation mappingclientmap

The hash for the client's obfuscation map, used to create a download link.

Stringsuggested
Server obfuscation mapservermap

The hash for the server obfuscation map, used to create a download link.

Stringsuggested
Suppress protocolno_protocol

If set, suppresses showing the protocol version for Java Edition.

Auto value
1
Unknownoptional
Protocol versionprotocol_manual

Manual/overriding the generated protocol version.

Auto value
Numberoptional
Suppress datano_data

If set, suppresses the data version field for Java Edition.

Auto value
1
Unknownoptional
Other editionsothereditions

List of other versions that have the same version number. If set to none, it will be disabled.

Auto value
Unknownoptional
Previous major versionprevparent

The name of the previous major version, without the edition prefix.

Example
1.8
Unknownsuggested
Previous major version linkprevparentlink

The link to the previous major version, if different from the name.

Unknownoptional
Previous versionprev

The previous version, without the edition prefix.

Example
1.7.10
Stringsuggested
Previous version linkprevlink

Link to the previous version, if different than the name.

Unknownoptional
Next versionnext

The next sequential version, without the edition prefix.

Example
18w24b
Stringsuggested
Next version linknextlink

Link to the next version, if it differs from the name.

Unknownoptional
Next major versionnextparent

The next major version, without the edition prefix.

Example
1.7
Stringsuggested
Next major version linknextparentlink

Link to the next major version, if different than the name.

Unknownoptional
categoryparentcategoryparent

no description

Unknownoptional
[view | edit | history | purge]The above documentation is transcluded from Template:Version nav/doc.
Advertisement