More actions
Content deleted Content added
Created page with "{{Documentation}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{t|Infobox creature}} is an infobox template for use in articles on creatures. == TemplateData == <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the creature", "type": "string", "required": true, "example": "Firefighter Zombie" }, "articlecontent": { "label": "Article content", "description": "Content for the article outside of the infobox..." |
No edit summary |
||
Line 17: | Line 17: | ||
"label": "Article content", |
"label": "Article content", |
||
"description": "Content for the article outside of the infobox" |
"description": "Content for the article outside of the infobox" |
||
}, |
|||
"health": { |
|||
"label": "Health", |
|||
"description": "Amount of health the creature has", |
|||
"type": "number" |
|||
}, |
|||
"loot": { |
|||
"label": "Loot", |
|||
"description": "Items dropped by the creature" |
|||
} |
} |
||
}, |
}, |
||
Line 23: | Line 32: | ||
"paramOrder": [ |
"paramOrder": [ |
||
"name", |
"name", |
||
" |
"health", |
||
"articlecontent", |
|||
"loot" |
|||
] |
] |
||
} |
} |
Latest revision as of 21:18, 11 May 2022
This is a documentation subpage for Template:Infobox creature.It contains usage information, categories, and other content that is not part of the original template page.
{{Infobox creature}} is an infobox template for use in articles on creatures.
TemplateData
An infobox template for use in articles on creatures
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the creature
| String | required |
Health | health | Amount of health the creature has | Number | optional |
Article content | articlecontent | Content for the article outside of the infobox | Unknown | optional |
Loot | loot | Items dropped by the creature | Unknown | optional |