Template:Infobox entity/doc: Difference between revisions

Documentation and templatedata
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Documentation header}}
{{Documentation header}}
{{lua|Infobox}}


This template provides a uniform design for entities pages.
This template provides a uniform design for entities pages.
<pre width="30px">
<pre style="display:table">
{{Entity
{{Entity
|title=  
|title=  
Line 17: Line 16:
|armor=
|armor=
|behavior=
|behavior=
|classification=
|family=
|damage=
|damage=
|size=
|size=
Line 25: Line 26:
|usableitems=
|usableitems=
|networkid=
|networkid=
|rarity=
|notes=
|notes=
}}</pre>
}}</pre>
Line 74: Line 76:
|-
|-
| <code>networkid</code> || The ID number used in network traffic (0-255). || ''None''
| <code>networkid</code> || The ID number used in network traffic (0-255). || ''None''
|-
| <code>rarity</code> || The color of this entity's name. See [[MCE:Rarity|rarity]] for more info. || ''None''
|-
|-
| <code>notes</code> || Additional notes || ''None''
| <code>notes</code> || Additional notes || ''None''
Line 91: Line 95:
[[ja:テンプレート:Entity]]
[[ja:テンプレート:Entity]]
[[nl:Sjabloon:Entiteit]]
[[nl:Sjabloon:Entiteit]]
[[pt:Predefinição:Entidade]]
[[ru:Шаблон:Сущность]]
[[ru:Шаблон:Сущность]]
[[uk:Шаблон:Сутність]]
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Line 101: Line 107:
[[nl:Sjabloon:Entiteit/doc]]
[[nl:Sjabloon:Entiteit/doc]]
[[ru:Шаблон:Сущность/док]]
[[ru:Шаблон:Сущность/док]]
[[pt:Predefinição:Entidade/doc]]
[[uk:Шаблон:Сутність/док]]
</noinclude>
</noinclude>
<templatedata>
<templatedata>
Line 141: Line 149:
"label": "Behavior",
"label": "Behavior",
"description": "Behavior(s) of the entity.",
"description": "Behavior(s) of the entity.",
"type": "string",
"suggested": true
},
"classification": {
"label": "Classification",
"description": "Classification(s) of the entity in Java Edition.",
"type": "string",
"suggested": true
},
"family": {
"label": "Family",
"description": "The entity's families in Bedrock Edition.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 197: Line 217:
"example": "42",
"example": "42",
"type": "number"
"type": "number"
},
"rarity": {
"label": "Entity rarity",
"description": "The rarity of the entity in Minecraft Earth",
"example": "rare",
"type": "string"
},
},
"notes": {
"notes": {
Line 258: Line 284:
"armor",
"armor",
"behavior",
"behavior",
        "classification",
        "family",
"damage",
"damage",
"size",
"size",
Line 266: Line 294:
"usableitems",
"usableitems",
"networkid",
"networkid",
        "rarity",
"notes"
"notes"
]
]
}
}
</templatedata>
</templatedata>