Template:Infobox saints and gods: Difference between revisions
Created page with "<!-- Template:Infobox saints and gods (HTML-safe, auto-links where helpful) --> <table class="infobox infobox-saints-gods"> <tr> <th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> </tr> {{#if: {{{image|}}} | <tr> <td class="infobox-image mw-no-invert" colspan="2"> [[File:{{{image}}}|{{{imagesize|260px}}}|alt={{{image_alt|}}}|center]] {{#pageimage:{{{image}}}}} {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- Template:Infobox saints and gods (HTML-safe, auto-links | <!-- Template:Infobox saints and gods (HTML-safe, auto-links) --> | ||
<table class="infobox infobox-saints | <table class="infobox infobox-saints"> | ||
<tr> | <tr> | ||
<th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> | <th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> | ||
| Line 22: | Line 22: | ||
}} | }} | ||
<!-- | <!-- Section: Divine aspects (for gods/demigods) --> | ||
{{#if: {{{element|}}}{{{direction|}}}{{{season|}}} | | {{#if: {{{element|}}}{{{direction|}}}{{{season|}}} | | ||
<tr><th class="infobox-section" colspan="2"> | <tr><th class="infobox-section" colspan="2">Divine aspects</th></tr> | ||
}} | }} | ||
{{#if: {{{element|}}} | | {{#if: {{{element|}}} | | ||
<tr> | <tr> | ||
| Line 33: | Line 32: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{direction|}}} | | {{#if: {{{direction|}}} | | ||
<tr> | <tr> | ||
<th scope="row">Associated | <th scope="row">Associated direction</th> | ||
<td>[[{{{direction}}}]]</td> | <td>[[{{{direction}}}]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{season|}}} | | {{#if: {{{season|}}} | | ||
<tr> | <tr> | ||
| Line 48: | Line 45: | ||
}} | }} | ||
<!-- | <!-- Section: Saintly attributes (for saints) --> | ||
{{#if: {{{patron_of|}}}{{{age|}}}{{{full_name|}}}{{{triad|}}} | | {{#if: {{{patron_of|}}}{{{age|}}}{{{full_name|}}}{{{triad|}}} | | ||
<tr><th class="infobox-section" colspan="2">Saintly | <tr><th class="infobox-section" colspan="2">Saintly attributes</th></tr> | ||
}} | }} | ||
{{#if: {{{patron_of|}}} | | |||
{{#if: {{{ | |||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Patron of</th> | ||
<td>{{{ | <td>{{{patron_of}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{age|}}} | | {{#if: {{{age|}}} | | ||
<tr> | <tr> | ||
| Line 66: | Line 61: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{full_name|}}} | | |||
{{#if: {{{ | |||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Full name</th> | ||
<td>{{{ | <td>{{{full_name}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{triad|}}} | | {{#if: {{{triad|}}} | | ||
<tr> | <tr> | ||
| Line 85: | Line 78: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for deities and saints in Mundus. Enter page names (no [[ ]]) for linked fields.", | "description": "Infobox for deities and saints in Mundus. Enter page names (no [[ ]]) for auto-linked fields.", | ||
"params": { | "params": { | ||
"name": | "name": { "label": "Name", "type": "string", "example": "Simonius the Father" }, | ||
"image": { "label": "Image filename", "type": "string", "example": "Simonius.png", "description": "Filename only (no \"File:\" prefix)." }, | |||
"image": | "imagesize": { "label": "Image size", "type": "string", "default": "260px" }, | ||
"image_alt": { "label": "Image alt text", "type": "string" }, | |||
"imagesize": | |||
"image_alt": | |||
"image_caption": { "label": "Image caption", "type": "string" }, | "image_caption": { "label": "Image caption", "type": "string" }, | ||
"type": | "type": { "label": "Type", "type": "string", | ||
"suggestedvalues": ["God","Saint","Demigod","Herald","Prophet"] }, | |||
"element": | "element": { "label": "Associated element (page name)", "type": "string", "example": "Light" }, | ||
"direction": | "direction": { "label": "Associated direction (page name)", "type": "string", "example": "North" }, | ||
"season": | "season": { "label": "Associated season (page name)", "type": "string", "example": "Winter" }, | ||
" | "patron_of": { "label": "Patron of (free text)", "type": "string", "example": "Wardens; Gatekeepers" }, | ||
"age": | "age": { "label": "Age at death", "type": "string", "example": "34 cycles" }, | ||
" | "full_name": { "label": "Full name", "type": "string", "example": "Saint Arriak of the Gates" }, | ||
"triad": | "triad": { "label": "Associated triad (page name)", "type": "string", "example": "Triad of Stewardship" } | ||
}, | }, | ||
"paramOrder": ["name","image","imagesize","image_alt","image_caption","type","element","direction","season"," | "paramOrder": ["name","image","imagesize","image_alt","image_caption","type","element","direction","season","patron_of","age","full_name","triad"] | ||
} | } | ||
</templatedata> | </templatedata> | ||
==Usage== | ==Usage== | ||
=== God example === | |||
<pre> | <pre> | ||
{{Infobox saints and gods | {{Infobox saints and gods | ||
| Line 124: | Line 115: | ||
</pre> | </pre> | ||
=== Saint example === | |||
<pre> | <pre> | ||
{{Infobox saints and gods | {{Infobox saints and gods | ||
| Line 130: | Line 121: | ||
| image = Saint_Arriak.png | | image = Saint_Arriak.png | ||
| type = Saint | | type = Saint | ||
| | | patron_of = Wardens; city gates; watchmen | ||
| age = | | age = 31 cycles | ||
| | | full_name = Arriak of Iron Gate | ||
| triad = | | triad = Triad of Stewardship | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||