Difference between revisions of "Template:God"
Jump to navigation
Jump to search
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox"> | <div class="infobox"> | ||
− | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|center|thumb| | + | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|center|thumb|290px|{{{caption}}}]]</div>}} |
− | < | + | <div class="infobox-title">{{{name}}} {{#if:{{{power|}}}|<br /><small>({{{power}}})</small>}}</div> |
<div class="section"> | <div class="section"> | ||
− | < | + | <div class="header">Basic Information</div> |
<table> | <table> | ||
{{#if:{{{titles|}}}|<tr> | {{#if:{{{titles|}}}|<tr> | ||
Line 44: | Line 44: | ||
<tr> | <tr> | ||
<th>Alignment</th> | <th>Alignment</th> | ||
− | <td>{{{alignment}}}</td> | + | <td>[[:Category:{{{alignment}}}|{{{alignment}}}]]</td> |
</tr> | </tr> | ||
}} | }} | ||
Line 69: | Line 69: | ||
<th>Temple</th> | <th>Temple</th> | ||
<td>{{{temple}}}</td> | <td>{{{temple}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{pantheon|}}}| | ||
+ | <tr> | ||
+ | <th>Pantheon</th> | ||
+ | <td>[[:Category:{{{pantheon}}}|{{{pantheon}}}]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Line 86: | Line 92: | ||
</div> | </div> | ||
<div class="section"> | <div class="section"> | ||
− | < | + | <div class="header">Player Options</div> |
<table> | <table> | ||
{{#if:{{{classes|}}}|<tr> | {{#if:{{{classes|}}}|<tr> | ||
Line 107: | Line 113: | ||
</div> | </div> | ||
[[Category:Gods]] | [[Category:Gods]] | ||
+ | {{#if:{{{pantheon}}}|[[Category:{{{pantheon}}}]]}} | ||
+ | {{#if:{{{alignment}}}|[[Category:{{{alignment}}}]]}} | ||
</includeonly> | </includeonly> | ||
+ | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
− | "image": {}, | + | "image": { |
− | "caption": {}, | + | "type": "wiki-file-name", |
+ | "suggested": true | ||
+ | }, | ||
+ | "caption": { | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
"name": {}, | "name": {}, | ||
"power": {}, | "power": {}, | ||
Line 130: | Line 145: | ||
"classes": {}, | "classes": {}, | ||
"restrictions": {}, | "restrictions": {}, | ||
− | "boons": {} | + | "boons": {}, |
+ | "pantheon": {} | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 13:10, 10 April 2022
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | no description | File | suggested |
Caption | caption | no description | String | suggested |
Name | name | no description | Unknown | optional |
Power | power | no description | Unknown | optional |
Titles | titles | no description | Unknown | optional |
Adjective | adjective | no description | Unknown | optional |
Symbol | symbol | no description | Unknown | optional |
Domain | domain | no description | Unknown | optional |
Status | status | no description | Unknown | optional |
Alignment | alignment | no description | Unknown | optional |
Serves | serves | no description | Unknown | optional |
Servedby | servedby | no description | Unknown | optional |
Worshippers | worshippers | no description | Unknown | optional |
Temple | temple | no description | Unknown | optional |
Weapon | weapon | no description | Unknown | optional |
Sex | sex | no description | Unknown | optional |
Classes | classes | no description | Unknown | optional |
Restrictions | restrictions | no description | Unknown | optional |
Boons | boons | no description | Unknown | optional |
Pantheon | pantheon | no description | Unknown | optional |