(Created page with "<templatedata> { "params": { "image": { "description": "An image depicting the character.", "suggested": true }, "caption": { "description": "Description of th...") |
No edit summary |
||
Line 8: | Line 8: | ||
"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": { | ||
Line 18: | Line 19: | ||
"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> |
Revision as of 12:33, 5 September 2021
Template used in showing a character's basic information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | An image depicting the character. | Unknown | 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. | String | 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 |