Jump to content

Template:CreatureInfoBox: Difference between revisions

No edit summary
No edit summary
Line 54: Line 54:
{
{
"params": {
"params": {
"title": {},
"title": {
"model": {},
"label": "Creature Title",
"description": "Name of the creature.",
"example": "\"Brown Bear\"",
"type": "string"
},
"model": {
"label": "Model",
"description": "Source for creature model or image. Templates are recommended but static files can be passed as well.",
"example": "{{#widget:ModelViewer}}",
"type": "wiki-template-name",
"suggested": true
},
"appearanceBiome": {},
"appearanceBiome": {},
"attackResilience": {},
"attackResilience": {},
Line 77: Line 88:
"spawnerEgg": {}
"spawnerEgg": {}
},
},
"description": "Embeds a customized infobox for displaying creature attributes along the left side of a wiki page. Can be used in conjunction with the Widget:ModelViewer for displaying creature models."
"description": "Embeds a customized infobox for displaying creature attributes along the left side of a wiki page. Can be used in conjunction with the Widget:ModelViewer for displaying creature models.",
"paramOrder": [
"title",
"model",
"appearanceBiome",
"attackResilience",
"fireResilience",
"fallResilience",
"attackPower",
"breathingMode",
"mountable",
"walkSpeed",
"flySpeed",
"swimSpeed",
"jumpHeight",
"accelerationFactor",
"mass",
"bodyBoxSize",
"special",
"drop",
"food",
"minAudibleDistance",
"herdingBehavior",
"spawnerEgg"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
</span>
</span>