No edit summary |
m (1 revision imported: templates) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Protected|Archived template, Do not use. Use [[Template:Infobox]] instead.}}</noinclude> | |||
<infobox> | <infobox> | ||
<title source="Character name"> | <title source="Character name"> | ||
Line 9: | Line 10: | ||
<label>Also known as:</label> | <label>Also known as:</label> | ||
</data> | </data> | ||
<data source="Family | <data source="Family"> | ||
<label>Related to:</label> | <label>Related to:</label> | ||
</data> | </data> | ||
Line 20: | Line 21: | ||
<data source="Occupation"> | <data source="Occupation"> | ||
<label>Occupation</label> | <label>Occupation</label> | ||
</data> | |||
<data source="Height"> | |||
<label>Height</label> | |||
</data> | |||
<data source="Weight"> | |||
<label>Weight</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 25: | Line 32: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "An infobox for characters.", | |||
"params": { | |||
"Character name": { | |||
"label": "Character Name", | |||
"description": "The name of the character.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "An image of the character.", | |||
"type": "wiki-file-name", | |||
"required": false | |||
}, | |||
"Aliases": { | |||
"label": "Also known as", | |||
"description": "Other names for the character.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Family": { | |||
"label": "Related to:", | |||
"description": "The character's family members.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Associates": { | |||
"label": "Associates", | |||
"description": "People associated with the character.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Occupation": { | |||
"label": "Occupation", | |||
"description": "The character's occupation.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Age": { | |||
"label": "Age", | |||
"description": "The character's age.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"Status": { | |||
"label": "Status", | |||
"description": "The current status of the character.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"Weight": { | |||
"description": "How heavy the character is", | |||
"type": "string" | |||
}, | |||
"Height": { | |||
"description": "How tall the character is", | |||
"type": "string" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<includeonly>[[Category:Person]]</includeonly> |
Latest revision as of 15:31, 29 December 2024
An infobox for characters.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Character Name | Character name | The name of the character. | String | required |
Image | image | An image of the character. | File | optional |
Also known as | Aliases | Other names for the character. | String | optional |
Related to: | Family | The character's family members. | String | optional |
Associates | Associates | People associated with the character. | String | optional |
Occupation | Occupation | The character's occupation. | String | optional |
Age | Age | The character's age. | Number | optional |
Status | Status | The current status of the character. | String | optional |
Weight | Weight | How heavy the character is | String | optional |
Height | Height | How tall the character is | String | optional |