Template:Character: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) |
Cdjensen94 (talk | contribs) |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><infobox type="Character"> | <includeonly><infobox type="Character"> | ||
<title source="name"/> | <title source="name"/> | ||
<data source="valorik"><label>Name in Valorik</label><format><div class="valorik-calligraphy">{{{valorik}}}</div></format></data> | |||
<group> | <group> | ||
<header source="pronunciation">Pronunciation</header> | <header source="pronunciation">Pronunciation</header> | ||
| Line 41: | Line 42: | ||
<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 55: | Line 57: | ||
<group> | <group> | ||
<header source="family"><big><big><div style="text-align:center;">Family</div></big></big></header> | <header source="family"><big><big><div style="text-align: center;">Family</div></big></big></header> | ||
<group> | <group> | ||
<header source="offsprings">Offspring</header> | |||
<group layout="horizontal"> | |||
<data source="offspring1">Name</data> | |||
<data source="offspring2">Name</data> | |||
<data source="offspring3">Name</data> | |||
</group> | |||
<group layout="horizontal"> | |||
<data source="offspring4">Name</data> | |||
<data source="offspring5">Name</data> | |||
<data source="offspring6">Name</data> | |||
</group> | |||
<group layout="horizontal"> | |||
<data source="offspring7">Name</data> | |||
<data source="offspring8">Name</data> | |||
<data source="offspring9">Name</data> | |||
</group> | |||
<group layout="horizontal"> | |||
<data source="offspring10">Name</data> | |||
<data source="offspring11">Name</data> | |||
<data source="offspring12">Name</data> | |||
</group> | </group> | ||
</group> | </group> | ||
| Line 135: | Line 135: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"required": true | |||
}, | |||
"image": {}, | "image": {}, | ||
"aliases": {}, | "aliases": {}, | ||
| Line 141: | Line 143: | ||
"occupation": {}, | "occupation": {}, | ||
"marital": {}, | "marital": {}, | ||
"partner": {}, | "partner": { | ||
"type": "wiki-page-name" | |||
}, | |||
"birthDate": {}, | "birthDate": {}, | ||
"birthPlace": {}, | "birthPlace": {}, | ||
| Line 198: | Line 202: | ||
"homeworld": {}, | "homeworld": {}, | ||
"imagecaption": {}, | "imagecaption": {}, | ||
"oed": {}, | "oed": { | ||
"type": "content", | |||
"required": true | |||
}, | |||
"ipa": {}, | "ipa": {}, | ||
"titles": {}, | "titles": {}, | ||
"lovers": {}, | "lovers": { | ||
"type": "wiki-page-name" | |||
}, | |||
"allegiance": {}, | "allegiance": {}, | ||
"cause_of_death": {}, | "cause_of_death": {}, | ||
"status": {} | "status": {}, | ||
"race": {}, | |||
"valorik": {} | |||
}, | }, | ||
"description": "Quick and Detailed Information Set for Characters from across the Universes.", | "description": "Quick and Detailed Information Set for Characters from across the Universes.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"valorik", | |||
"oed", | "oed", | ||
"ipa", | "ipa", | ||
| Line 231: | Line 243: | ||
"role", | "role", | ||
"species", | "species", | ||
"race", | |||
"hair", | "hair", | ||
"eyes", | "eyes", | ||