Template:Infobox saints and gods: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
<tr> | <tr> | ||
<td class="infobox-image mw-no-invert" colspan="2"> | <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">{{{image_caption}}}</div> }}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 45: | Line 42: | ||
<!-- Section: Saintly attributes (for saints) --> | <!-- Section: Saintly attributes (for saints) --> | ||
{{#if: {{{patron_of|}}}{{{age|}}}{{{full_name|}}}{{{triad|}}} | | {{#if: {{{patron_of|}}}{{{age|}}}{{{full_name|}}}{{{triad|}}}{{{triad_image|}}} | | ||
<tr><th class="infobox-section" colspan="2">Saintly attributes</th></tr> | <tr><th class="infobox-section" colspan="2">Saintly attributes</th></tr> | ||
}} | }} | ||
| Line 60: | Line 57: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{triad|}}} | | {{#if: {{{full_name|}}} | | ||
<tr> | <tr> | ||
<th scope="row">Full name</th> | |||
<td>{{{full_name}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{triad|}}} | | |||
{{#if: {{{triad_image|}}} | | <tr> | ||
<tr> | <th scope="row">Associated triad</th> | ||
<td>[[{{{triad}}}]]</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{triad_image|}}} | | |||
<tr> | |||
<td class="infobox-image mw-no-invert" colspan="2">[[File:{{{triad_image}}}|{{{triad_imagesize|120px}}}|alt={{{triad_image_alt|}}}|center]]{{#if: {{{triad_image_caption|}}} | <div class="infobox-caption">{{{triad_image_caption}}}</div> }}</td> | |||
</tr> | |||
}} | |||
</table> | </table> | ||
| Line 78: | Line 80: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for deities and saints in Mundus. Enter page names (no [[ ]]) for auto-linked fields.", | "description": "Infobox for deities and saints in Mundus. Enter page names (no [[ ]]) for auto-linked fields; filenames (no \"File:\") for images.", | ||
"params": { | "params": { | ||
"name": | "name": { "label": "Name", "type": "string", "example": "Simonius the Father" }, | ||
"image": | |||
"imagesize": | "image": { "label": "Main image filename", "type": "string", "example": "Simonius.png" }, | ||
"image_alt": | "imagesize": { "label": "Main image size", "type": "string", "default": "260px" }, | ||
"image_caption": { "label": " | "image_alt": { "label": "Main image alt text", "type": "string" }, | ||
"image_caption": { "label": "Main image caption", "type": "string" }, | |||
"type": { "label": "Type", "type": "string", "suggestedvalues": ["God","Saint","Demigod","Herald","Prophet"] }, | |||
" | "element": { "label": "Associated element (page name)", "type": "string", "example": "Light" }, | ||
"direction": { "label": "Associated direction (page name)", "type": "string", "example": "North" }, | |||
"season": { "label": "Associated season (page name)", "type": "string", "example": "Winter" }, | |||
" | "patron_of": { "label": "Patron of (free text)", "type": "string", "example": "Wardens; Gatekeepers" }, | ||
" | "age": { "label": "Age at death", "type": "string", "example": "34 cycles" }, | ||
" | "full_name": { "label": "Full name", "type": "string", "example": "Saint Arriak Warden" }, | ||
" | "triad": { "label": "Associated triad (page name)", "type": "string", "example": "Triad of Stewardship" }, | ||
" | "triad_image": { "label": "Triad symbol image filename", "type": "string", "example": "Triad_Stewardship.png" }, | ||
" | "triad_imagesize": { "label": "Triad image size", "type": "string", "default": "120px" }, | ||
" | "triad_image_alt": { "label": "Triad image alt text", "type": "string" }, | ||
"triad_image_caption": { "label": "Triad image caption", "type": "string" } | |||
}, | }, | ||
"paramOrder": ["name","image","imagesize","image_alt","image_caption","type","element","direction","season","patron_of","age","full_name","triad"] | "paramOrder": ["name","image","imagesize","image_alt","image_caption","type","element","direction","season","patron_of","age","full_name","triad","triad_image","triad_imagesize","triad_image_alt","triad_image_caption"] | ||
} | } | ||
</templatedata> | </templatedata> | ||
| Line 115: | Line 122: | ||
</pre> | </pre> | ||
=== Saint example === | === Saint example (with triad symbol) === | ||
<pre> | <pre> | ||
{{Infobox saints and gods | {{Infobox saints and gods | ||
| name | | name = Saint Arriak Warden | ||
| image | | image = Saint_Arriak.png | ||
| type | | type = Saint | ||
| patron_of | | patron_of = Wardens; city gates; watchmen | ||
| age | | age = 31 cycles | ||
| full_name | | full_name = Arriak of Iron Gate | ||
| triad | | triad = Triad of Stewardship | ||
| triad_image = Triad_Stewardship.png | |||
| triad_image_caption = The Stewardship triad mark | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||