Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
Englishguy4 (talk | contribs) (nice) |
Englishguy4 (talk | contribs) (add nicknames) |
||
Line 6: | Line 6: | ||
<data source="parameter"> | <data source="parameter"> | ||
<label>Label</label> | <label>Label</label> | ||
</data> | |||
<data source="nicknames"> | |||
<label>Nicknames</label> | |||
</data> | </data> | ||
<data source="birthday"> | <data source="birthday"> | ||
Line 42: | Line 45: | ||
"label": "Name", | "label": "Name", | ||
"description": "The character's full name", | "description": "The character's full name", | ||
"example": " | "example": "Tanisha Jalbert", | ||
"required": true, | "required": true, | ||
"type": "string", | "type": "string", | ||
Line 107: | Line 110: | ||
"description": "The media in which the character was last seen.", | "description": "The media in which the character was last seen.", | ||
"example": "[[Return of the Eeveesauce]]", | "example": "[[Return of the Eeveesauce]]", | ||
"type": "string" | |||
}, | |||
"nicknames": { | |||
"label": "Nicknames", | |||
"description": "Other names that the character goes by.", | |||
"example": "Tiny", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 114: | Line 123: | ||
"name", | "name", | ||
"image", | "image", | ||
"nicknames", | |||
"birthday", | "birthday", | ||
"abilities", | "abilities", |
Latest revision as of 18:25, 11 April 2024
A general infobox template for characters.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The character's full name
| String | required |
Image | image | A picture of the character
| File | suggested |
Nicknames | nicknames | Other names that the character goes by.
| String | optional |
Birthday | birthday | The day someone was born
| Date | optional |
Abilities | abilities | Things that the character specializes in.
| String | optional |
Position | position | Their job, basically.
| String | optional |
Affinity | affinity | Who the character affiliates with. | String | optional |
Likes | likes | The character's favourite things
| String | optional |
Dislikes | dislikes | The character's least favourite things.
| String | optional |
Height | height | The character's height.
| String | optional |
First Appearance | first-appearance | The media in which the character was first introduced.
| String | optional |
Last Appearance | last-appearance | The media in which the character was last seen.
| String | optional |