Template:CountryInfo: Difference between revisions
From Heterodontosaurus Balls
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
<data source="Job"><label>Occupation:</label></data> | <data source="Job"><label>Occupation:</label></data> | ||
</group> | </group> | ||
</infobox><noinclude>[[Category:Infoboxes]]</noinclude> | </infobox><noinclude>[[Category:Infoboxes]]<templatedata> | ||
{ | |||
"params": { | |||
"Gender": {}, | |||
"Name": { | |||
"description": "The character's full name, along with its icons.", | |||
"required": true | |||
}, | |||
"NativeName": { | |||
"description": "The character's full name, in their native language.", | |||
"required": true | |||
}, | |||
"onlypredecessor": { | |||
"description": "The character's main predecessor.", | |||
"required": true | |||
}, | |||
"predicon": { | |||
"description": "The icon of the character's main predecessor." | |||
}, | |||
"onlysuccessor": { | |||
"description": "The character's main successor." | |||
}, | |||
"nexticon": { | |||
"description": "The icon of the character's main successor." | |||
}, | |||
"founded": { | |||
"description": "The year the character is founded.", | |||
"required": true | |||
}, | |||
"ended": { | |||
"description": "The year the character ended." | |||
}, | |||
"Caption": { | |||
"description": "Image's caption." | |||
}, | |||
"image": { | |||
"description": "The main infobox image, drawn by Heterodontosaurus.", | |||
"suggested": true | |||
}, | |||
"Alias": { | |||
"description": "Other names of the character." | |||
}, | |||
"Succeeded": { | |||
"description": "The character's successor(s)." | |||
}, | |||
"Preceded": { | |||
"description": "The character's predecessor(s)." | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Name", | |||
"NativeName", | |||
"founded", | |||
"onlypredecessor", | |||
"predicon", | |||
"ended", | |||
"onlysuccessor", | |||
"nexticon", | |||
"image", | |||
"Caption", | |||
"Alias", | |||
"Preceded", | |||
"Succeeded", | |||
"Gender" | |||
] | |||
} | |||
</templatedata></noinclude> |
Revision as of 21:39, 23 December 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | The character's full name, along with its icons. | Unknown | required |
NativeName | NativeName | The character's full name, in their native language. | Unknown | required |
founded | founded | The year the character is founded. | Unknown | required |
onlypredecessor | onlypredecessor | The character's main predecessor. | Unknown | required |
predicon | predicon | The icon of the character's main predecessor. | Unknown | optional |
ended | ended | The year the character ended. | Unknown | optional |
onlysuccessor | onlysuccessor | The character's main successor. | Unknown | optional |
nexticon | nexticon | The icon of the character's main successor. | Unknown | optional |
image | image | The main infobox image, drawn by Heterodontosaurus. | Unknown | suggested |
Caption | Caption | Image's caption. | Unknown | optional |
Alias | Alias | Other names of the character. | Unknown | optional |
Preceded | Preceded | The character's predecessor(s). | Unknown | optional |
Succeeded | Succeeded | The character's successor(s). | Unknown | optional |
Gender | Gender | no description | Unknown | optional |