Minecraft Wiki
Advertisement
This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information
Shortcut
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
Name Value Description
 snowytrue
false
If true, this block has snow on top.
 variantdirtDirt
coarse_dirtCoarse Dirt
podzolPodzol
Advertisement