Ben Chambers: Difference between revisions
The Emma M. Lion Wiki
Violet Ruth (talk | contribs) No edit summary |
Violet Ruth (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{ | { | ||
"description": "Infobox for characters in the series. Displays information such as name, image, alias, birthday, and more.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the character (mandatory for the title, but can be left empty).", | |||
"type": "string", | |||
}} | "required": true | ||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The image file for the character (e.g., 'CharacterImage.png').", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "A caption for the image.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"alias": { | |||
"label": "Alias", | |||
"description": "Any known aliases of the character. Optional.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"birthday": { | |||
"label": "Birthday", | |||
"description": "The birth date of the character. Optional.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"deathdate": { | |||
"label": "Death Date", | |||
"description": "The death date of the character. Optional.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"age_year": { | |||
"label": "Age", | |||
"description": "The age of the character. Use only if the birthday is not known.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"resides": { | |||
"label": "Resides", | |||
"description": "The location where the character resides.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"description": "The character's occupation.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"family": { | |||
"label": "Family", | |||
"description": "Information about the character's family.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"notable_relations": { | |||
"label": "Notable Relations", | |||
"description": "Notable relationships the character has (e.g., friends, enemies).", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"first_appearance": { | |||
"label": "First Appearance", | |||
"description": "The first appearance of the character in the series.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"first_mentioned": { | |||
"label": "First Mentioned", | |||
"description": "The first mention of the character in the series.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"significant_events": { | |||
"label": "Significant Events", | |||
"description": "Key events that are notable in the character's life.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"lives_in": { | |||
"label": "Lives In", | |||
"description": "Where the character lives.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
__TOC__ | __TOC__ | ||
Revision as of 20:51, 2 February 2025
{
"description": "Infobox for characters in the series. Displays information such as name, image, alias, birthday, and more.",
"params": {
"name": {
"label": "Name",
"description": "The name of the character (mandatory for the title, but can be left empty).",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "The image file for the character (e.g., 'CharacterImage.png').",
"type": "string",
"required": false
},
"caption": {
"label": "Caption",
"description": "A caption for the image.",
"type": "string",
"required": false
},
"alias": {
"label": "Alias",
"description": "Any known aliases of the character. Optional.",
"type": "string",
"required": false
},
"birthday": {
"label": "Birthday",
"description": "The birth date of the character. Optional.",
"type": "string",
"required": false
},
"deathdate": {
"label": "Death Date",
"description": "The death date of the character. Optional.",
"type": "string",
"required": false
},
"age_year": {
"label": "Age",
"description": "The age of the character. Use only if the birthday is not known.",
"type": "string",
"required": false
},
"resides": {
"label": "Resides",
"description": "The location where the character resides.",
"type": "string",
"required": false
},
"occupation": {
"label": "Occupation",
"description": "The character's occupation.",
"type": "string",
"required": false
},
"family": {
"label": "Family",
"description": "Information about the character's family.",
"type": "string",
"required": false
},
"notable_relations": {
"label": "Notable Relations",
"description": "Notable relationships the character has (e.g., friends, enemies).",
"type": "string",
"required": false
},
"first_appearance": {
"label": "First Appearance",
"description": "The first appearance of the character in the series.",
"type": "string",
"required": false
},
"first_mentioned": {
"label": "First Mentioned",
"description": "The first mention of the character in the series.",
"type": "string",
"required": false
},
"significant_events": {
"label": "Significant Events",
"description": "Key events that are notable in the character's life.",
"type": "string",
"required": false
},
"lives_in": {
"label": "Lives In",
"description": "Where the character lives.",
"type": "string",
"required": false
}
}
} </templatedata>