Template:DataChecked
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 ofjava
,snapshot
,bedrock
orbeta
|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
ko:Template:DataChecked