Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
Englishguy4 (talk | contribs) (Created page with "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <image source="image" /> <data source="parameter-1"> <label>Label 1</label> </data> <data source="parameter-2"> <label>Label 2</label> </data> </infobox>") |
Englishguy4 (talk | contribs) (add nicknames) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
</title> | </title> | ||
<image source="image" /> | <image source="image" /> | ||
<data source="parameter | <data source="parameter"> | ||
<label>Label | <label>Label</label> | ||
</data> | </data> | ||
<data source=" | <data source="nicknames"> | ||
<label> | <label>Nicknames</label> | ||
</data> | |||
<data source="birthday"> | |||
<label>Birthday</label> | |||
</data> | |||
<data source="abilities"> | |||
<label>Abilities</label> | |||
</data> | |||
<data source="position"> | |||
<label>Position</label> | |||
</data> | |||
<data source="affinity"> | |||
<label>Affinity</label> | |||
</data> | |||
<data source="likes"> | |||
<label>Likes</label> | |||
</data> | |||
<data source="dislikes"> | |||
<label>Dislikes</label> | |||
</data> | |||
<data source="height"> | |||
<label>Height</label> | |||
</data> | |||
<data source="first-appearance"> | |||
<label>First Appearance</label> | |||
</data> | |||
<data source="last-appearance"> | |||
<label>Last Appearance</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The character's full name", | |||
"example": "Tanisha Jalbert", | |||
"required": true, | |||
"type": "string", | |||
"autovalue": "" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "A picture of the character", | |||
"example": "Tiny.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"birthday": { | |||
"label": "Birthday", | |||
"description": "The day someone was born", | |||
"example": "January 14, 2002", | |||
"type": "date", | |||
"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": "A general infobox template for characters.", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"nicknames", | |||
"birthday", | |||
"abilities", | |||
"position", | |||
"affinity", | |||
"likes", | |||
"dislikes", | |||
"height", | |||
"first-appearance", | |||
"last-appearance" | |||
] | |||
} | |||
</templatedata> | |||
</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 |