Template:Character: Difference between revisions
Appearance
![]() Cdjensen94 (talk | contribs) |
![]() Cdjensen94 (talk | contribs) |
||
(5 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 56: | 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 136: | Line 135: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"required": true | |||
}, | |||
"image": {}, | "image": {}, | ||
"aliases": {}, | "aliases": {}, | ||
Line 142: | Line 143: | ||
"occupation": {}, | "occupation": {}, | ||
"marital": {}, | "marital": {}, | ||
"partner": {}, | "partner": { | ||
"type": "wiki-page-name" | |||
}, | |||
"birthDate": {}, | "birthDate": {}, | ||
"birthPlace": {}, | "birthPlace": {}, | ||
Line 199: | 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": {}, |