Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
Englishguy4 (talk | contribs) m (Englishguy4 moved page Template:Infobox test to Template:Infobox character without leaving a redirect) |
Englishguy4 (talk | contribs) (add nicknames) |
||
(One intermediate revision by the same user not shown) | |||
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"> | ||
<label>Birthday</label> | <label>Birthday</label> | ||
</data> | </data> | ||
<data source=" | <data source="abilities"> | ||
<label> | <label>Abilities</label> | ||
</data> | </data> | ||
<data source="position"> | <data source="position"> | ||
Line 18: | Line 21: | ||
<data source="affinity"> | <data source="affinity"> | ||
<label>Affinity</label> | <label>Affinity</label> | ||
</data> | |||
<data source="likes"> | |||
<label>Likes</label> | |||
</data> | |||
<data source="dislikes"> | |||
<label>Dislikes</label> | |||
</data> | </data> | ||
<data source="height"> | <data source="height"> | ||
Line 35: | Line 44: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "The | "description": "The character's full name", | ||
"example": " | "example": "Tanisha Jalbert", | ||
"required": true, | |||
"type": "string", | |||
"autovalue": "" | |||
}, | }, | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": " | "description": "A picture of the character", | ||
"example": "Tiny.png", | "example": "Tiny.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
Line 48: | Line 60: | ||
"label": "Birthday", | "label": "Birthday", | ||
"description": "The day someone was born", | "description": "The day someone was born", | ||
"example": "2002 | "example": "January 14, 2002", | ||
"type": "date", | "type": "date", | ||
"default": "Unknown" | "default": "Unknown" | ||
}, | |||
"abilities": { | |||
"label": "Abilities", | |||
"description": "Things that the character specializes in.", | |||
"type": "string", | |||
"example": "Getting distracted" | |||
}, | |||
"position": { | |||
"label": "Position", | |||
"description": "Their job, basically.", | |||
"example": "Unemployed", | |||
"type": "string", | |||
"default": "Unknown" | |||
}, | |||
"affinity": { | |||
"label": "Affinity", | |||
"description": "Who the character affiliates with.", | |||
"type": "string" | |||
}, | |||
"likes": { | |||
"label": "Likes", | |||
"description": "The character's favourite things", | |||
"example": "Strawberry milk", | |||
"type": "string" | |||
}, | |||
"dislikes": { | |||
"label": "Dislikes", | |||
"description": "The character's least favourite things.", | |||
"example": "The banana", | |||
"type": "string" | |||
}, | |||
"height": { | |||
"label": "Height", | |||
"description": "The character's height.", | |||
"example": "Below-average", | |||
"type": "string" | |||
}, | |||
"first-appearance": { | |||
"label": "First Appearance", | |||
"description": "The media in which the character was first introduced.", | |||
"example": "[[Project Eeveesauce (2019]]", | |||
"type": "string" | |||
}, | |||
"last-appearance": { | |||
"label": "Last Appearance", | |||
"description": "The media in which the character was last seen.", | |||
"example": "[[Return of the Eeveesauce]]", | |||
"type": "string" | |||
}, | |||
"nicknames": { | |||
"label": "Nicknames", | |||
"description": "Other names that the character goes by.", | |||
"example": "Tiny", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": " | "description": "A general infobox template for characters.", | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"nicknames", | |||
"birthday", | |||
"abilities", | |||
"position", | |||
"affinity", | |||
"likes", | |||
"dislikes", | |||
"height", | |||
"first-appearance", | |||
"last-appearance" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
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 |