Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation
Lua logo
This template uses Module:StringCompare, a script written in Lua.

Prints a string indicating whether the data is up to date for a particular edition/version.

Useful for documentation on modules that store game data, to signal to a reader that someone should bring the data back up-to-date.

Parameters[]

  • |1=: A Minecraft edition. One of java, snapshot, bedrock or beta
  • |2=: A Minecraft version.

Examples[]

{{DataChecked| java | 1.20.2 }}The data for Java release versions is current as of 1.20.2.

{{DataChecked| snapshot | }}The data for Java snapshots is current as of [[Java Edition |]].

{{DataChecked| bedrock | 1.20.30 }}The data for Bedrock release versions is current as of 1.20.30.

{{DataChecked| beta | beta 1.20.40.22 }}The data for Bedrock beta versions is current as of beta 1.20.40.22.

{{DataChecked| java | 1.11 }}The data for Java release versions is current as of 1.11. (needs to be checked/updated to 1.20.2).

{{DataChecked| java | 1.100 }}The data for Java release versions is current as of 1.100. (the wiki is behind; it's only updated to 1.20.2).

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