Template:Infobox creature/doc: Difference between revisions

Template page
Content added Content deleted
(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",
"articlecontent"
"health",
"articlecontent",
"loot"
]
]
}
}

Latest revision as of 21:18, 11 May 2022

{{Infobox creature}} is an infobox template for use in articles on creatures.

TemplateData

An infobox template for use in articles on creatures

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Namename

Name of the creature

Example
Firefighter Zombie
Stringrequired
Healthhealth

Amount of health the creature has

Numberoptional
Article contentarticlecontent

Content for the article outside of the infobox

Unknownoptional
Lootloot

Items dropped by the creature

Unknownoptional


Cookies help us deliver our services. By using our services, you agree to our use of cookies.