Minecraft Wiki

Minecraft Wiki ภาษาไทยกำลังจะย้ายออกจาก Fandom ตามภาษาอังกฤษในเร็ว ๆ นี้ ดูที่หน้านี้และ Discord สำหรับข้อมูลเพิ่มเติม

READ MORE

Minecraft Wiki
Advertisement
[ดู | แก้ไข | ประวัติ | ล้างแคช]คู่มือการใช้งาน
เว็บย่อ
bst

This template is used to generate tables for block states.

Parameters

The unnamed parameter |1= is used to set name of the state. Multiple states can be placed in the same column if separated by commas. Each column supports theoretically unlimited states.

The parameter |type= can be set for the type of value the state uses, such as byte, int, or string. Defaults to string

The parameter |foot= can be set to 1 to end the table.

Value parameters

Starting with |2=, unnamed parameters are used in pairs to display a row. In each row, the first parameter is the value, and the second is the description. This template supports up to sixteen rows total.

Multiple values can be placed in the same column if separated by commas. You can also use a range of numbers by placing a - between the numbers. Note that spaces are not required between the numbers and the dash.

Example usage

{{bst|snowy|type=byte
|true, false|If true, this block has snow on top.
}}
{{bst|variant|foot=1
|dirt       |{{blockLink|Dirt}}
|coarse_dirt|{{blockLink|id=coarse-dirt|Dirt|Coarse Dirt}}
|podzol     |{{blockLink|Podzol}}
}}
Produces
ชื่อ ค่า คำอธิบาย
 snowytrue
false
If true, this block has snow on top.
 variantdirtDirt
coarse_dirtCoarse Dirt
podzolPodzol
[ดู | แก้ไข | ประวัติ | ล้างแคช]คู่มือการใช้งานที่ปรากฏด้านบนนี้ดึงมาจาก แม่แบบ:Block state table/doc.
Advertisement