(Infobox created with infobox builder.) |
No edit summary |
||
Line 22: | Line 22: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<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": "Family", | |||
"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 | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 05:36, 4 April 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 |
Family | 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 |