Template:Character: Difference between revisions
Appearance
![]() Cdjensen94 (talk | contribs) |
![]() Cdjensen94 (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 56: | Line 56: | ||
<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 134: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"required": true | |||
}, | |||
"image": {}, | "image": {}, | ||
"aliases": {}, | "aliases": {}, | ||
Line 142: | Line 142: | ||
"occupation": {}, | "occupation": {}, | ||
"marital": {}, | "marital": {}, | ||
"partner": {}, | "partner": { | ||
"type": "wiki-page-name" | |||
}, | |||
"birthDate": {}, | "birthDate": {}, | ||
"birthPlace": {}, | "birthPlace": {}, | ||
Line 199: | Line 201: | ||
"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": {}, |