Template:Block state table/doc - minecraft.fandom.com
Jump to navigation
Jump to search
Treść tej podstrony pochodzi z artykułu „Template:Block state table/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[purge]
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more informationShortcuts
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 unnamed parameter |2= is used to set the default value of this state.
Use |foot=1 to end the table.
Value parameters[]
Starting with |3=, 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 an unspaced hyphen (-) between the numbers.
Example usage[]
{{bst|age|0
|0|{{BlockSprite|wheat-1}}
|1|{{BlockSprite|wheat-2}}
|2|{{BlockSprite|wheat-3}}
|3|{{BlockSprite|wheat-4}}
|4|{{BlockSprite|wheat-5}}
|5|{{BlockSprite|wheat-6}}
|6|{{BlockSprite|wheat-7}}
|7|{{BlockSprite|wheat-8}} Fully-grown.|foot=1}}
- Produces
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| age | 0
| 0 | |
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | Fully-grown. |