Template:Spirit: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) Â |
||
| Line 1: | Line 1: | ||
<infobox> | <includeonly> | ||
<infobox> | |||
<title source="name"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"/> | |||
<group> | |||
<header>Origins</header> | |||
<data source="universe"> | |||
<label>Universe</label> | |||
</data> | |||
<data source="creator"> | |||
<label>Creator</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Classifaction</header> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="domain"> | |||
<label>Domain</label> | |||
</data> | |||
<data source="alignment"> | |||
<label>Alignment</label> | |||
</data> | |||
<data source="forms"> | |||
<label>Forms</label> | |||
</data> | |||
<data source="abilities"> | |||
<label>Abilities</label> | |||
</data> | |||
<data source="status"> | |||
<label>Status</label> | |||
</data> | |||
<data source="residence"> | |||
<label>Residence</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Relationships</header> | |||
<data source="worshippers"> | |||
<label>Worshippers</label> | |||
</data> | |||
</infobox> | <data source="opposing"> | ||
<label>Opposing</label> | |||
</data> | |||
<data source="allies"> | |||
<label>Allies</label> | |||
</data> | |||
</group> | |||
</infobox> | |||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
[[Category:Infobox templates]] [[Category:Templates]] | |||
 | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imagecaption": {}, | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"creator": {}, | |||
"type": {}, | |||
"domain": {}, | |||
"alignment": {}, | |||
"status": {}, | |||
"forms": {}, | |||
"abilities": {}, | |||
"residence": {}, | |||
"worshippers": {}, | |||
"opposing": {}, | |||
"allies": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"imagecaption", | |||
"universe", | |||
"creator", | |||
"type", | |||
"domain", | |||
"alignment", | |||
"forms", | |||
"abilities", | |||
"status", | |||
"residence", | |||
"worshippers", | |||
"opposing", | |||
"allies" | |||
] | |||
} | |||
</templatedata></noinclude> | |||