(Created page with "<templatedata> { "params": { "image": { "description": "An image depicting the character.", "suggested": true }, "caption": { "description": "Description of th...") |
(add "name" param, add category) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
{ | { | ||
"params": { | "params": { | ||
"name": { | |||
"description": "The name of the character, if it is different from the page name.", | |||
"type": "string" | |||
}, | |||
"image": { | "image": { | ||
"description": "An image depicting the character.", | "description": "An image depicting the character.", | ||
"suggested": true | "suggested": true, | ||
"type": "wiki-file-name" | |||
}, | }, | ||
"caption": { | "caption": { | ||
"description": "Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source.", | "description": "Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"image2": { | "image2": { | ||
"description": "Image of the character's in-game sprite.", | "description": "Image of the character's in-game sprite.", | ||
"type": " | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 18: | Line 24: | ||
"description": "The character name's etymology.", | "description": "The character name's etymology.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "Unknown" | |||
}, | }, | ||
"age": { | "age": { | ||
"description": "The character's age.", | "description": "The character's age.", | ||
"type": "string" | "type": "string", | ||
"default": "Unknown", | |||
"suggested": true | |||
}, | }, | ||
"gender": { | "gender": { | ||
"description": "The character's gender.", | "description": "The character's gender.", | ||
"type": "string" | "type": "string", | ||
"default": "Unknown", | |||
"suggested": true | |||
}, | }, | ||
"hair color": { | "hair color": { | ||
"description": "The character's hair color.", | "description": "The character's hair color.", | ||
"type": "string" | "type": "string", | ||
"default": "Unknown", | |||
"suggested": true | |||
}, | }, | ||
"eye color": { | "eye color": { | ||
"description": "The character's eye color.", | "description": "The character's eye color.", | ||
"type": "string" | "type": "string", | ||
"default": "Unknown", | |||
"suggested": true | |||
}, | }, | ||
"shirt design": { | "shirt design": { | ||
"description": "A description of the character's shirt/clothing design.", | "description": "A description of the character's shirt/clothing design.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "Unknown" | |||
} | } | ||
}, | }, | ||
"description": "Template used in showing a character's basic information.", | "description": "Template used in showing a character's basic information.", | ||
"format": " | "format": "{{_\n|_ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata> | ||
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude> | |||
<includeonly>__NOEDITSECTION__</includeonly> |
Latest revision as of 20:35, 18 May 2024
Template used in showing a character's basic information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the character, if it is different from the page name. | String | optional |
image | image | An image depicting the character. | File | suggested |
caption | caption | Description of the character's image, specifying if the artwork is official or fan-made. Be sure to cite the source. | String | suggested |
image2 | image2 | Image of the character's in-game sprite. | File | suggested |
name origin | name origin | The character name's etymology.
| String | suggested |
age | age | The character's age.
| String | suggested |
gender | gender | The character's gender.
| String | suggested |
hair color | hair color | The character's hair color.
| String | suggested |
eye color | eye color | The character's eye color.
| String | suggested |
shirt design | shirt design | A description of the character's shirt/clothing design.
| String | suggested |