Template:Character: Difference between revisions
Cdjensen94 (talk | contribs) No edit summary Tag: Reverted |
Cdjensen94 (talk | contribs) No edit summary Tag: Reverted |
||
Line 36: | Line 36: | ||
<header>Physical description</header> | <header>Physical description</header> | ||
<data source="species"><label>Species</label></data> | <data source="species"><label>Species</label></data> | ||
<data source="race"><label>Race</label></data> | |||
<data source="hair"><label>Hair Color</label></data> | <data source="hair"><label>Hair Color</label></data> | ||
<data source="eyes"><label>Eye Color</label></data> | <data source="eyes"><label>Eye Color</label></data> | ||
Line 119: | Line 120: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"image": {}, | "type": "line", | ||
"aliases": {}, | "required": true | ||
"affiliation": {}, | }, | ||
"occupation": {}, | "image": { | ||
"marital": {}, | "type": "wiki-file-name" | ||
"partner": {}, | }, | ||
"birthDate": {}, | "aliases": { | ||
"birthPlace": {}, | "type": "string" | ||
"deathDate": {}, | }, | ||
"deathPlace": {}, | "affiliation": { | ||
"role": {}, | "type": "string" | ||
"species": {}, | }, | ||
"hair": {}, | "occupation": { | ||
"type": "line" | |||
}, | |||
"marital": { | |||
"type": "line" | |||
}, | |||
"partner": { | |||
"type": "wiki-page-name" | |||
}, | |||
"birthDate": { | |||
"type": "number" | |||
}, | |||
"birthPlace": { | |||
"type": "wiki-page-name" | |||
}, | |||
"deathDate": { | |||
"type": "number" | |||
}, | |||
"deathPlace": { | |||
"type": "wiki-page-name" | |||
}, | |||
"role": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Main Character", | |||
"Lore Character", | |||
"Antagonist", | |||
"Protagonist" | |||
] | |||
}, | |||
"species": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"hair": { | |||
"type": "wiki-page-name" | |||
}, | |||
"eyes": {}, | "eyes": {}, | ||
"skin": {}, | "skin": {}, | ||
"feathers": {}, | "feathers": {}, | ||
"scales": {}, | "scales": { | ||
"type": "wiki-page-name" | |||
}, | |||
"fur": {}, | "fur": {}, | ||
"gender": {}, | "gender": { | ||
"height": {}, | "type": "content", | ||
"weight": {}, | "suggestedvalues": [ | ||
"physique": {}, | "[[Gender|Male]]", | ||
"features": {}, | "[[Gender|Female]]", | ||
"[[Gender|Androgenist]]", | |||
"[[Gender|Hermaphrodite]]", | |||
"[[Gender]]" | |||
], | |||
"required": true | |||
}, | |||
"height": { | |||
"type": "number" | |||
}, | |||
"weight": { | |||
"type": "number" | |||
}, | |||
"physique": { | |||
"type": "string" | |||
}, | |||
"features": { | |||
"type": "string" | |||
}, | |||
"family": {}, | "family": {}, | ||
"offspring1": {}, | "offspring1": { | ||
"offspring2": {}, | "type": "wiki-page-name" | ||
"offspring3": {}, | }, | ||
"offspring4": {}, | "offspring2": { | ||
"offspring5": {}, | "type": "wiki-page-name" | ||
"offspring6": {}, | }, | ||
"offspring7": {}, | "offspring3": { | ||
"offspring8": {}, | "type": "wiki-page-name" | ||
"offspring9": {}, | }, | ||
"mother": {}, | "offspring4": { | ||
"father": {}, | "type": "wiki-page-name" | ||
"sibling1": {}, | }, | ||
"sibling2": {}, | "offspring5": { | ||
"sibling3": {}, | "type": "wiki-page-name" | ||
"sibling4": {}, | }, | ||
"sibling5": {}, | "offspring6": { | ||
"sibling6": {}, | "type": "wiki-page-name" | ||
"sibling7": {}, | }, | ||
"sibling8": {}, | "offspring7": { | ||
"sibling9": {}, | "type": "wiki-page-name" | ||
"relative1": {}, | }, | ||
"relative2": {}, | "offspring8": { | ||
"relative3": {}, | "type": "wiki-page-name" | ||
"relative4": {}, | }, | ||
"relative5": {}, | "offspring9": { | ||
"relative6": {}, | "type": "wiki-page-name" | ||
"relative7": {}, | }, | ||
"relative8": {}, | "mother": { | ||
"relative9": {}, | "type": "wiki-page-name" | ||
"universe": {}, | }, | ||
"homeworld": {}, | "father": { | ||
"imagecaption": {} | "type": "wiki-page-name" | ||
}, | |||
"sibling1": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling2": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling3": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling4": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling5": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling6": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling7": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling8": { | |||
"type": "wiki-page-name" | |||
}, | |||
"sibling9": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative1": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative2": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative3": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative4": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative5": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative6": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative7": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative8": { | |||
"type": "wiki-page-name" | |||
}, | |||
"relative9": { | |||
"type": "wiki-page-name" | |||
}, | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"homeworld": { | |||
"type": "wiki-page-name" | |||
}, | |||
"imagecaption": { | |||
"type": "line" | |||
} | |||
}, | }, | ||
"description": "Quick and Detailed Information Set for Characters from across the Universes.", | "description": "Quick and Detailed Information Set for Characters from across the Universes.", | ||
Line 236: | Line 357: | ||
"relative8", | "relative8", | ||
"relative9" | "relative9" | ||
] | ], | ||
"format": "block" | |||
} | } | ||
</templatedata>[[Category:Templates]] [[Category:Infobox templates]]</noinclude> | </templatedata>[[Category:Templates]] [[Category:Infobox templates]]</noinclude> |
Revision as of 18:41, 11 March 2025
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
Sample output
Syntax
{{Character | name = | oed = | ipa = | image = | imagecaption = | aliases = | affiliation = | occupation = | universe = | homeworld = | marital = | partner = | birthDate = | birthPlace = | deathDate = | deathPlace = | role = | species = | race = | hair = | eyes = | skin = | feathers = | scales = | fur = | gender = | height = | weight = | physique = | features = | offspring1 = | offspring2 = | offspring3 = | offspring4 = | offspring5 = | offspring6 = | offspring7 = | offspring8 = | offspring9 = | mother = | father = | sibling1 = | sibling2 = | sibling3 = | sibling4 = | sibling5 = | sibling6 = | sibling7 = | sibling8 = | sibling9 = | relative1 = | relative2 = | relative3 = | relative4 = | relative5 = | relative6 = | relative7 = | relative8 = | relative9 = }}
Quick and Detailed Information Set for Characters from across the Universes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Line | required |
image | image | no description | File | optional |
imagecaption | imagecaption | no description | Line | optional |
aliases | aliases | no description | String | optional |
affiliation | affiliation | no description | String | optional |
occupation | occupation | no description | Line | optional |
universe | universe | no description | Page name | optional |
homeworld | homeworld | no description | Page name | optional |
marital | marital | no description | Line | optional |
partner | partner | no description | Page name | optional |
birthDate | birthDate | no description | Number | optional |
birthPlace | birthPlace | no description | Page name | optional |
deathDate | deathDate | no description | Number | optional |
deathPlace | deathPlace | no description | Page name | optional |
role | role | no description
| String | optional |
species | species | no description | Page name | required |
hair | hair | no description | Page name | optional |
eyes | eyes | no description | Unknown | optional |
skin | skin | no description | Unknown | optional |
feathers | feathers | no description | Unknown | optional |
scales | scales | no description | Page name | optional |
fur | fur | no description | Unknown | optional |
gender | gender | no description
| Content | required |
height | height | no description | Number | optional |
weight | weight | no description | Number | optional |
physique | physique | no description | String | optional |
features | features | no description | String | optional |
family | family | no description | Unknown | optional |
offspring1 | offspring1 | no description | Page name | optional |
offspring2 | offspring2 | no description | Page name | optional |
offspring3 | offspring3 | no description | Page name | optional |
offspring4 | offspring4 | no description | Page name | optional |
offspring5 | offspring5 | no description | Page name | optional |
offspring6 | offspring6 | no description | Page name | optional |
offspring7 | offspring7 | no description | Page name | optional |
offspring8 | offspring8 | no description | Page name | optional |
offspring9 | offspring9 | no description | Page name | optional |
mother | mother | no description | Page name | optional |
father | father | no description | Page name | optional |
sibling1 | sibling1 | no description | Page name | optional |
sibling2 | sibling2 | no description | Page name | optional |
sibling3 | sibling3 | no description | Page name | optional |
sibling4 | sibling4 | no description | Page name | optional |
sibling5 | sibling5 | no description | Page name | optional |
sibling6 | sibling6 | no description | Page name | optional |
sibling7 | sibling7 | no description | Page name | optional |
sibling8 | sibling8 | no description | Page name | optional |
sibling9 | sibling9 | no description | Page name | optional |
relative1 | relative1 | no description | Page name | optional |
relative2 | relative2 | no description | Page name | optional |
relative3 | relative3 | no description | Page name | optional |
relative4 | relative4 | no description | Page name | optional |
relative5 | relative5 | no description | Page name | optional |
relative6 | relative6 | no description | Page name | optional |
relative7 | relative7 | no description | Page name | optional |
relative8 | relative8 | no description | Page name | optional |
relative9 | relative9 | no description | Page name | optional |