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>


{{Infobox saint
| name          =
| birth_date    =
| birth_place  =
| death_date    =
| death_place  =
| feast_day    =
| venerated_in  =
| image        =
| imagesize    =
| caption      =
| titles        =
| beatified_date=
| beatified_place=
| beatified_by  =
| canonized_date=
| canonized_place=
| canonized_by  =
| attributes    =
| patronage    =
| major_shrine  =
| suppressed_date=
| issues        =
}}
<!-- Template documentation -->
<noinclude>
<noinclude>
== Usage ==
== Usage ==
This template is used to create an infobox for a saint. It should be placed at the top of the article about the saint.
This template generates an infobox for saints, displaying key biographical and veneration details.
 
=== Parameters ===
* '''name''': The name of the saint.
* '''birth_date''': The birth date of the saint.
* '''birth_place''': The place where the saint was born.
* '''death_date''': The date of death of the saint.
* '''death_place''': The place where the saint died.
* '''feast_day''': The feast day of the saint.
* '''venerated_in''': The churches or denominations that venerate the saint.
* '''image''': An image of the saint.
* '''imagesize''': The size of the image.
* '''caption''': A caption for the image.
* '''titles''': Titles given to the saint.
* '''beatified_date''': The date the saint was beatified.
* '''beatified_place''': The place where the saint was beatified.
* '''beatified_by''': The person who beatified the saint.
* '''canonized_date''': The date the saint was canonized.
* '''canonized_place''': The place where the saint was canonized.
* '''canonized_by''': The person who canonized the saint.
* '''attributes''': Attributes associated with the saint.
* '''patronage''': Patronage of the saint.
* '''major_shrine''': Major shrine of the saint.
* '''suppressed_date''': Date of suppression, if applicable.
* '''issues''': Any issues related to the saint.


== 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
| imagesize    = 200px
| 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
| suppressed_date=
| issues        =
}}
}}
</pre>
</pre>


== Categories ==
[[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
}}