Template:Pope list begin/doc

Kufuma Wikipedia

A suite of three templates used to construct tables for the lists in List of popes. The three templates are:

{{pope list begin}} – creates table headings; one per table
{{pope list item}} – table data; one template for each row
{{pope list end}} – closes the table markup

Usage[kulemba source]

pope list begin[kulemba source]

{{pope list begin}} is required for each table. The template takes one required parameter:

|title= – required; this parameter is used to create a table caption for those who use screen readers and for accessibility. The caption is not displayed but is present.

pope list item[kulemba source]

One or more {{pope list item}} template is required for each table. The template takes eight parameters, none of which are required:

|num= – sequence number for this pope; rendered centered in the column
|pont= – pontificate; date range of this pope's pontificate
|portrait= – image of this pope
|name= – papal name
|pers-name= – name that this pope was known by before becoming pope
|nationality= – this pope's nationality
|birthplace= – this pope's birthplace; rendered at 85% of normal font size
|ages= – ages at start/end of papacy; rendered at 85% of normal font size
|notes= – notes; rendered at 85% of normal font size

The parameter names for this template are not required except when the value includes '='. The positional order is:

{{pope list item|num|pont|portrait|name|pers-name|birthplace|ages|notes}}

When it is necessary to insert an interregnum between the pontificates of two popes, use these parameters:

|interregnum=yes – limits the number of parameters supported; sets default values for |num=, |portrait=, combines columns 4–7, and darkens the row's background
|pont= – pontificate; date range of this pope's pontificate
|notes= – notes; rendered at 85% of normal font size

Parameter names for this use of the template are not required except for |interregnum= and when the value includes '='. The positional order is:

{{pope list item|interregnum=yes|pont|notes}}

|interregnum=yes may be placed anywhere within the template without effecting the interpretation of the positional parameters.

pope list end[kulemba source]

{{pope list end}} is required for each table. The template takes no parameters.

Examples[kulemba source]

Typical use:

{{pope list begin|title=Popes of the first century}}
{{pope list item
| 1
| 1 April 33<br> – 29 June 67<br>{{small|({{Age in years and days|33|4|1|67|6|29}})}}
| [[File:1-St.Peter.jpg|80px]]
| '''St [[Saint Peter|Peter]]'''<br>{{small|'''PETRUS'''}}<br><small>(1 - 29 June 67)</small>
| Šimʻōn Kêpâ<br>(Simon Peter)
| [[Bethsaida]], [[Galilee|Galilea]], [[Roman Empire]]
| 32 / 66
| [[Apostles in the New Testament|Apostle]] of Jesus from whom he received the keys of the [[Kingdom of God|Kingdom of Heaven]], according to [[Gospel of Matthew|Matthew]] {{bibleref2-nb|Matthew|16:18–19}}. Executed by crucifixion upside-down; feast day ([[Feast of Saints Peter and Paul]]) 29 June, ([[Chair of Saint Peter]]) 22 February. He is recognized by the Catholic Church as the first Bishop of Rome appointed by Christ. Also revered as saint in [[Eastern Christianity]], with a feast day of 29 June.
}}
{{pope list item
| 2
| 29 June 67<br>– 23 September 76<br>{{small|({{Age in years and days|67|6|29|76|9|23}})}}
| [[File:2-St.Linus.jpg|80px]]
| '''St [[Pope Linus|Linus]]'''<br>{{small|Papa '''LINUS'''}}<br><small>(10 - 23 September 76)</small>
| Linus
| [[Volterra]], ''[[Roman Italy|Italia]]'',  Roman Empire
| 57 / 66
| Feast day 23 September. Also revered as a saint in [[Eastern Christianity]], with a feast day of 7 June.
}}
{{pope list end}}
Popes of the first century
Pontiff
number
Pontificate Portrait Name: English
· Latin
Personal name Date and Place of birth Age at start/
end of papacy
Notes
1 1 April 33
– 29 June 67
(34 years, 89 days)
St Peter
PETRUS
(1 - 29 June 67)
Šimʻōn Kêpâ
(Simon Peter)
Bethsaida, Galilea, Roman Empire 32 / 66 Apostle of Jesus from whom he received the keys of the Kingdom of Heaven, according to Matthew 16:18–19. Executed by crucifixion upside-down; feast day (Feast of Saints Peter and Paul) 29 June, (Chair of Saint Peter) 22 February. He is recognized by the Catholic Church as the first Bishop of Rome appointed by Christ. Also revered as saint in Eastern Christianity, with a feast day of 29 June.
2 29 June 67
– 23 September 76
(9 years, 86 days)
St Linus
Papa LINUS
(10 - 23 September 76)
Linus Volterra, Italia, Roman Empire 57 / 66 Feast day 23 September. Also revered as a saint in Eastern Christianity, with a feast day of 7 June.

technical details[kulemba source]

This template includes a table caption (|+ using wikimarkup; <caption>...</caption> using html markup) for accessibility. The caption is hidden from sighted readers by setting the element's opacity to 0. Because the caption is still present but hidden, the excess blank space between the bottom of the preceding text and the top of the table is reduced by setting the table's top margin to -1.5em.