Plantilla:ID table
A template to be used in the ID sections of pages.
Parameters
Parameter | Function | Default value |
---|---|---|
firstcolumnname |
The name of the first column, only should be changed to make the differences between the objects more clear. | Name |
nonameid |
If set in the first call the "Namespaced ID" column will be hidden. | - |
notnamespaced |
If set in the first call the "Namespaced ID" column will be renamed to "Savegame ID". | - |
nameonlyjava |
If set in the first call the "Namespaced ID" column will be marked as only for java. | - |
shownumericids |
If set in the first call the "numeric ID" column will be added. | - |
showaliasids |
If set in the first call the "Alias ID" column will be added. | - |
numericonlybedrock |
If set in the first call the "numeric ID" column will be marked as only for bedrock. | - |
showfluidtags |
If set in the first call the "fluid tags" column will be added. | - |
showblocktags |
If set in the first call the "block tags" column will be added. | - |
showitemtags |
If set in the first call the "item tags" column will be added. | - |
showentitytags |
If set in the first call the "entity tags" column will be added. | - |
showforms |
If set in the first call the "form" column will be added. | - |
generatetranslationkeys |
If set in the first call the "translation key" column will be added. Should be set to "java" or "bedrock" see translationkey for more details. | - |
nocat |
If set in the first call, no matter the value, categories will not be added. | - |
displayname |
The name to be shown in the first column. | ? + Category:Pages with missing ID table name |
spritetype |
The sprite template to use, can be block, item, entity, biome and env; not set means no sprite, the value for the sprite is the value of spritename. | - |
spritename |
The sprite name to use. | displayname |
nameid |
The ID of the object in question. | ? + Category:Pages with missing ID |
aliasid |
The alias ID of the object in question. | None |
id |
The numeric ID of the object in question; set to "-" if not applicable to this row. | ? + Category:Pages with missing ID |
fluidtags |
The fluid tags this fluid has. Code formatting is added by default when set. |
None |
blocktags |
The block tags this block has. Code formatting is added by default when set. |
None |
itemtags |
The item tags this item has. Code formatting is added by default when set. |
None |
entitytags |
The entity tags this entity has. Code formatting is added by default when set. |
None |
form |
If this ID is only a block or item, set it respectively; "block" for block form only, "item" for item form only, unset for both. For bedrock edition, setting to "block" means not being allowed by the give command. | Block & Item |
translationkey |
The translation key, for more use commas to separate values, based on generatetranslationkeys a different default will be selected. | See footnote. |
translationkey2-6 |
Just like translationkey except it has no default value, this should only be used if only using translationkey makes the template return an error. |
None |
translationtype |
Used in generation the translation key. | The value of spritetype. |
foot |
Should always be set in the last call, no matter the value. | - |
Translation key note: This value has 2 defaults:
- if nameid is unset or translationtype is unset, will show as
?
+ Category:Pages with missing translation key. - if they are set, and generatetranslationkeys is set to "java" will show
translationtype.minecraft.nameid
. - if they are set, and generatetranslationkeys is set to "bedrock" will show
translationtype.nameid.name
, if translationtype is set to block or effect, it will be replaced with tile and potion respectively, and potion and enchantment do not have the.name
at the end.
Outputs
Fluid:
Nombre | ID con espacio de nombres | Etiquetas de fluido (JE) |
---|---|---|
? | ? | Ninguno |
Nombre | ID con espacio de nombres | ID numérico (BE) | Etiquetas de bloque (JE) | Forma | Clave de traducción |
---|---|---|---|---|---|
? | ? | ? | Ninguno | Bloque | ? |
Block item:
Nombre | ID con espacio de nombres | ID numérico (BE) | Etiquetas de bloque (JE) | Etiquetas de objeto (JE) | Forma | Clave de traducción |
---|---|---|---|---|---|---|
? | ? | ? | Ninguno | Ninguno | Bloque y objeto | ? |
Item:
Nombre | ID con espacio de nombres | ID de alias (BE) | ID numérico (BE) | Etiquetas de objeto (JE) | Forma | Clave de traducción |
---|---|---|---|---|---|---|
? | ? | Ninguno | ? | Ninguno | Objeto | ? |
Entity:
Nombre | ID con espacio de nombres | ID numérico (BE) | Etiquetas de entidad (JE) | Clave de traducción |
---|---|---|---|---|
? | ? | ? | Ninguno | ? |
Biome:
Nombre | ID con espacio de nombres | ID numérico | Clave de traducción |
---|---|---|---|
? | ? | ? | ? |
Enchantment:
Nombre | ID con espacio de nombres | ID numérico (BE) | Clave de traducción |
---|---|---|---|
? | ? | ? | ? |
Effect:
Nombre | ID con espacio de nombres | ID numérico | Clave de traducción |
---|---|---|---|
? | ? | ? | ? |
Dimension:
Nombre | ID con espacio de nombres (JE) | ID numérico |
---|---|---|
? | ? | ? |
Examples
Basic layout
{{ID table |spritetype=block |displayname=Lodestone |nameid=lodestone |foot=1 }}
Nombre | ID con espacio de nombres |
---|---|
Lodestone | lodestone |
[ver | editar | historia | depurar]La documentación arriba es transcluída desde Plantilla:ID table/doc.