Plantilla:Tabla de estado de bloque/doc

De WikiMinecraft
Saltar a: navegación, buscar
[purge]

Esta es la página de documentación, debería ser transcluida a la página de plantilla principal. Véase Plantilla:Documentation para más información.

Atajo
tesb

Esta plantilla se usa para generar tablas para los estados de bloque. La plantilla original en inglés se llama Block state table y su forma corta bst, recordar sustituirlo en los lugares que sea necesario.

Parametros

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 up to four 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 end the table.

Valores de parametors

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.

Ejemplos de uso

{{tesb|snowy|type=byte
|true, false|If true, this block has snow on top.
}}
{{tesb|variant|foot=1
|dirt       |{{blockLink|Dirt}}
|coarse_dirt|{{blockLink|id=coarse-dirt|Dirt|Coarse Dirt}}
|podzol     |{{blockLink|Podzol}}
}}
Produces
Nombre Valor Descripción
Nbtsheet.png
 snowy
true
false
If true, this block has snow on top.
Nbtsheet.png
 variant
dirt
Dirt
coarse_dirt
Coarse Dirt
podzol
Podzol