More actions
mNo edit summary |
No edit summary |
||
| Line 60: | Line 60: | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"description": "Character name", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name", | |||
"description": "Character image (e.g. [[File:Name.png|250px]])" | |||
}, | |||
"alias": { | |||
"label": "Alias", | |||
"type": "string", | |||
"description": "Alternative names" | |||
}, | |||
"species": { | |||
"label": "Species", | |||
"type": "string", | |||
"description": "Character species" | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"type": "string", | |||
"description": "Character pronouns (e.g. He/Him, They/Them)" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"type": "string", | |||
"description": "Current status", | |||
"suggestedvalues": ["Alive", "Deceased", "Unknown", "Active"] | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"type": "string", | |||
"description": "Group or faction" | |||
}, | |||
"role": { | |||
"label": "Role", | |||
"type": "string", | |||
"description": "Character role" | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"type": "string", | |||
"description": "Which series this character is from", | |||
"suggestedvalues": ["Rift SMP", "Ruinous Sands", "Tropical Island Civ"] | |||
}, | |||
"first_appearance": { | |||
"label": "First Appearance", | |||
"type": "string", | |||
"description": "When the character first appeared" | |||
} | |||
}, | |||
"description": "Infobox for character pages", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 08:55, 5 April 2026
Infobox character
Usage
{{Infobox character
|name=
|image=
|alias=
|species=
|pronouns=
|status=
|affiliation=
|role=
|series=
|first_appearance=
}}
Infobox for character pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Character name
| String | optional |
| Image | image | Character image (e.g. [[File:Name.png|250px]]) | File | optional |
| Alias | alias | Alternative names | String | optional |
| Species | species | Character species | String | optional |
| Pronouns | pronouns | Character pronouns (e.g. He/Him, They/Them) | String | optional |
| Status | status | Current status
| String | optional |
| Affiliation | affiliation | Group or faction | String | optional |
| Role | role | Character role | String | optional |
| Series | series | Which series this character is from
| String | optional |
| First Appearance | first_appearance | When the character first appeared | String | optional |