Minecraft Wiki

Minecraft Wiki ไม่ถือว่าเป็นวิกิอย่างเป็นทางการของ Microsoft อีกต่อไป ดังนั้นจึงมีการเปลี่ยนแปลงหลายประการเกิดขึ้น ซึ่งรวมไปถึงโลโก้ของวิกิด้วย โปรดอ่านที่ประกาศนี้สำหรับข้อมูลเพิ่มเติม

READ MORE

Minecraft Wiki
Advertisement
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information
Lua logo
แม่แบบนี้ใช้ มอดูล:StringCompare ซึ่งสคริปต์นี้เขียนด้วยภาษาลูอา

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 | {{v|nolink=1}} }}The data for Java release versions is current as of [[ |]].

{{DataChecked| snapshot | {{v|nolink=1|weekly=1}} }}The data for Java snapshots is current as of [[ |]].

{{DataChecked| bedrock | {{v|nolink=1|android=1}} }}The data for Bedrock release versions is current as of [[Bedrock Edition |]].

{{DataChecked| beta | {{v|nolink=1|android-snap=1}} }}The data for Bedrock beta versions is current as of [[Bedrock Edition |]].

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

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



Advertisement