Difference between revisions of "Template:God"
Jump to navigation
Jump to search
(34 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> |
− | <table> | + | <div class="section"> |
− | + | <div class="header">Basic Information</div> | |
− | <th> | + | <table> |
− | <td>{{{ | + | {{#if:{{{titles|}}}|<tr> |
− | + | <th>Title(s)</th> | |
− | + | <td>{{{titles|}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | {{#if:{{{adjective|}}}| | |
− | + | <tr> | |
− | + | <th>Adjective(s)</th> | |
− | + | <td>{{{adjective}}}</td> | |
− | + | </tr> | |
− | <tr> | + | }} |
− | <th> | + | {{#if:{{{symbol|}}}| |
− | <td>{{{ | + | <tr> |
− | + | <th>Symbol</th> | |
− | + | <td>{{{symbol}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | <th> | + | {{#if:{{{domain|}}}| |
− | <td>{{{ | + | <tr> |
− | + | <th>Domain</th> | |
− | + | <td>{{{domain}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | <th> | + | {{#if:{{{power|}}}| |
− | <td>{{{ | + | <tr> |
− | + | <th>Power level</th> | |
− | + | <td>{{{power}}}</td> | |
− | </ | + | </tr> |
+ | }} | ||
+ | {{#if:{{{status|}}}| | ||
+ | <tr> | ||
+ | <th>Status</th> | ||
+ | <td>{{{status}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{alignment|}}}| | ||
+ | <tr> | ||
+ | <th>Alignment</th> | ||
+ | <td>[[:Category:{{{alignment}}}|{{{alignment}}}]]</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{serves|}}}| | ||
+ | <tr> | ||
+ | <th>Serves</th> | ||
+ | <td>{{{serves}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{servedby|}}}| | ||
+ | <tr> | ||
+ | <th>Served By</th> | ||
+ | <td>{{{servedby}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{worshippers|}}}| | ||
+ | <tr> | ||
+ | <th>Worshippers</th> | ||
+ | <td>{{{worshippers}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{temple|}}}| | ||
+ | <tr> | ||
+ | <th>Temple</th> | ||
+ | <td>{{{temple}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{pantheon|}}}| | ||
+ | <tr> | ||
+ | <th>Pantheon</th> | ||
+ | <td>[[:Category:{{{pantheon}}}|{{{pantheon}}}]]</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{weapon|}}}| | ||
+ | <tr> | ||
+ | <th>Weapon of Choice</th> | ||
+ | <td>{{{weapon}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{sex|}}}| | ||
+ | <tr> | ||
+ | <th>Sex</th> | ||
+ | <td>{{{sex}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | </table> | ||
+ | </div> | ||
+ | <div class="section"> | ||
+ | <div class="header">Player Options</div> | ||
+ | <table> | ||
+ | {{#if:{{{classes|}}}|<tr> | ||
+ | <th>Classes</th> | ||
+ | <td>{{{classes|}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{restrictions|}}}|<tr> | ||
+ | <th>Restrictions</th> | ||
+ | <td>{{{restrictions|}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | {{#if:{{{boons|}}}|<tr> | ||
+ | <th>Boons</th> | ||
+ | <td>{{{boons|}}}</td> | ||
+ | </tr> | ||
+ | }} | ||
+ | </table> | ||
+ | </div> | ||
</div> | </div> | ||
+ | [[Category:Gods]] | ||
+ | {{#if:{{{pantheon}}}|[[Category:{{{pantheon}}}]]}} | ||
+ | {{#if:{{{alignment}}}|[[Category:{{{alignment}}}]]}} | ||
</includeonly> | </includeonly> | ||
+ | |||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "image": { | ||
+ | "type": "wiki-file-name", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "caption": { | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "name": {}, | ||
+ | "power": {}, | ||
+ | "titles": {}, | ||
+ | "adjective": {}, | ||
+ | "symbol": {}, | ||
+ | "domain": {}, | ||
+ | "status": {}, | ||
+ | "alignment": {}, | ||
+ | "serves": {}, | ||
+ | "servedby": {}, | ||
+ | "worshippers": {}, | ||
+ | "temple": {}, | ||
+ | "weapon": {}, | ||
+ | "sex": {}, | ||
+ | "classes": {}, | ||
+ | "restrictions": {}, | ||
+ | "boons": {}, | ||
+ | "pantheon": {} | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </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 |