Template:Infobox saint: Difference between revisions
From WikiMD's Wellness Encyclopedia
CSV import |
No edit summary |
||
| Line 1: | Line 1: | ||
<table class="infobox" style="width:22em; border:1px solid #aaa; background-color:#f9f9f9;"> | |||
<tr> | |||
<th colspan="2" style="text-align:center; background-color:#f0f0f0;">{{{name|{{PAGENAME}}}}}</th> | |||
</tr> | |||
{{#if:{{{image|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align:center;"> | |||
[[File:{{{image}}}|frameless|upright=1.2|alt={{{caption|}}}]] | |||
</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align:center; font-size:90%;">{{{caption|}}}</td> | |||
</tr>}} | |||
<tr><th style="text-align:left;">Birth Date</th><td>{{{birth_date|}}}</td></tr> | |||
<tr><th style="text-align:left;">Birth Place</th><td>{{{birth_place|}}}</td></tr> | |||
<tr><th style="text-align:left;">Death Date</th><td>{{{death_date|}}}</td></tr> | |||
<tr><th style="text-align:left;">Death Place</th><td>{{{death_place|}}}</td></tr> | |||
<tr><th style="text-align:left;">Feast Day</th><td>{{{feast_day|}}}</td></tr> | |||
<tr><th style="text-align:left;">Venerated In</th><td>{{{venerated_in|}}}</td></tr> | |||
<tr><th style="text-align:left;">Titles</th><td>{{{titles|}}}</td></tr> | |||
<tr><th style="text-align:left;">Beatified Date</th><td>{{{beatified_date|}}}</td></tr> | |||
<tr><th style="text-align:left;">Beatified Place</th><td>{{{beatified_place|}}}</td></tr> | |||
<tr><th style="text-align:left;">Beatified By</th><td>{{{beatified_by|}}}</td></tr> | |||
<tr><th style="text-align:left;">Canonized Date</th><td>{{{canonized_date|}}}</td></tr> | |||
<tr><th style="text-align:left;">Canonized Place</th><td>{{{canonized_place|}}}</td></tr> | |||
<tr><th style="text-align:left;">Canonized By</th><td>{{{canonized_by|}}}</td></tr> | |||
<tr><th style="text-align:left;">Attributes</th><td>{{{attributes|}}}</td></tr> | |||
<tr><th style="text-align:left;">Patronage</th><td>{{{patronage|}}}</td></tr> | |||
<tr><th style="text-align:left;">Major Shrine</th><td>{{{major_shrine|}}}</td></tr> | |||
<tr><th style="text-align:left;">Suppressed Date</th><td>{{{suppressed_date|}}}</td></tr> | |||
<tr><th style="text-align:left;">Issues</th><td>{{{issues|}}}</td></tr> | |||
</table> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
This template | This template generates an infobox for saints, displaying key biographical and veneration details. | ||
== Example == | === Example === | ||
<pre> | <pre> | ||
{{Infobox saint | {{Infobox saint | ||
| Line 65: | Line 47: | ||
| venerated_in = Roman Catholic Church | | venerated_in = Roman Catholic Church | ||
| image = Example.jpg | | image = Example.jpg | ||
| caption = Saint Example | | caption = Saint Example | ||
| titles = Confessor | | titles = Confessor | ||
| Line 77: | Line 58: | ||
| patronage = Example patronage | | patronage = Example patronage | ||
| major_shrine = Example Shrine | | major_shrine = Example Shrine | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
[[Category:Saints]] | [[Category:Saints]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 01:49, 18 December 2024
| Infobox saint | |
|---|---|
| Birth Date | |
| Birth Place | |
| Death Date | |
| Death Place | |
| Feast Day | |
| Venerated In | |
| Titles | |
| Beatified Date | |
| Beatified Place | |
| Beatified By | |
| Canonized Date | |
| Canonized Place | |
| Canonized By | |
| Attributes | |
| Patronage | |
| Major Shrine | |
| Suppressed Date | |
| Issues | |
Usage[edit]
This template generates an infobox for saints, displaying key biographical and veneration details.
Example[edit]
{{Infobox saint
| name = Saint Example
| birth_date = January 1, 1000
| birth_place = Exampleville
| death_date = December 31, 1050
| death_place = Exampletown
| feast_day = January 2
| venerated_in = Roman Catholic Church
| image = Example.jpg
| caption = Saint Example
| titles = Confessor
| beatified_date= January 1, 1100
| beatified_place= Example City
| beatified_by = Pope Example I
| canonized_date= January 1, 1200
| canonized_place= Example Basilica
| canonized_by = Pope Example II
| attributes = Example attribute
| patronage = Example patronage
| major_shrine = Example Shrine
}}