Template:Fauna: Difference between revisions
Template page
More actions
m Aztl moved page Template:Fauna infobox to Template:Fauna |
No edit summary |
||
| Line 2: | Line 2: | ||
<image source="image" /> | <image source="image" /> | ||
<title source="name"><default>{{PAGENAME}}</default></title> | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<group> | <group> | ||
<header>General information</header> | <header>General information</header> | ||
| Line 10: | Line 11: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Infobox for fauna, creatures, and animals.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the creature (defaults to page name if omitted).", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image of the creature (file name without File:).", | |||
"type": "wiki-file-name" | |||
}, | |||
"habitat": { | |||
"label": "Habitat", | |||
"description": "Natural environment or region where the creature lives.", | |||
"type": "string" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "Conservation or population status.", | |||
"type": "string" | |||
}, | |||
"bending": { | |||
"label": "Bending", | |||
"description": "Associated bending type or abilities, if any.", | |||
"type": "string" | |||
}, | |||
"uses": { | |||
"label": "Uses", | |||
"description": "How the creature is used (mount, food, materials, etc.).", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"habitat", | |||
"status", | |||
"bending", | |||
"uses" | |||
] | |||
} | |||
</templatedata> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 02:46, 2 May 2026
Infobox for fauna, creatures, and animals.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the creature (defaults to page name if omitted). | String | optional |
| Image | image | Image of the creature (file name without File:). | File | optional |
| Habitat | habitat | Natural environment or region where the creature lives. | String | optional |
| Status | status | Conservation or population status. | String | optional |
| Bending | bending | Associated bending type or abilities, if any. | String | optional |
| Uses | uses | How the creature is used (mount, food, materials, etc.). | String | optional |
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |