Template:Character: Difference between revisions
Appearance
Infobox created with infobox builder. |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<header>Character</header> | |||
<title source="name"> | <title source="name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
<data source="species"> | <data source="species"> | ||
<label>Species</label> | <label>Species</label> | ||
</data> | |||
<data source="pronouns"> | |||
<label>Pronouns</label> | |||
</data> | </data> | ||
<data source="allegiance"> | <data source="allegiance"> | ||
| Line 12: | Line 15: | ||
</data> | </data> | ||
<data source="occupation"> | <data source="occupation"> | ||
<label> | <label>Roles</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Information about a character.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"required": true, | |||
"description": "The name of the character.", | |||
"aliases": [ | |||
"1" | |||
] | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"suggested": true, | |||
"description": "An image of the character.", | |||
"aliases": [ | |||
"2" | |||
] | |||
}, | |||
"species": { | |||
"label": "Species", | |||
"required": true, | |||
"description": "The character's species/kind.", | |||
"aliases": [ | |||
"3" | |||
] | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"required": true, | |||
"description": "The character's pronouns.", | |||
"aliases": [ | |||
"4" | |||
] | |||
}, | |||
"allegiance": { | |||
"label": "Allegiance", | |||
"required": true, | |||
"description": "The character's factional/political allegiance.", | |||
"aliases": [ | |||
"5" | |||
] | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"required": true, | |||
"description": "The character's occupation/role.", | |||
"aliases": [ | |||
"6" | |||
] | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 02:07, 14 December 2025
Information about a character.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name 1 | The name of the character. | Unknown | required |
| Image | image 2 | An image of the character. | Unknown | suggested |
| Species | species 3 | The character's species/kind. | Unknown | required |
| Pronouns | pronouns 4 | The character's pronouns. | Unknown | required |
| Allegiance | allegiance 5 | The character's factional/political allegiance. | Unknown | required |
| Occupation | occupation 6 | The character's occupation/role. | Unknown | required |