Template:DataChecked/doc

From Parallel Wiki
Jump to navigation Jump to search
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information
Lua logo.svg
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 | 23w44a }}The data for Java snapshots is current as of 23w44a.

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

{{DataChecked| beta | beta 1.20.50.22 }}The data for Bedrock beta versions is current as of beta 1.20.50.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).


es:Plantilla:DataChecked/doc ko:Template:DataChecked/doc