This template is intended for use on the births and deaths sections of articles on specific years, e.g. 2014. Ideally, it should only be added at the end of the given year.

Usage edit

{{Births and deaths ToC
|events/births/deaths
|title=
|months=
|unknown=
|section=
|1|2|3|4|5|6|7|8|9|10|11|12
|section1=
...
|section12=
|sectionu=
}}

Events/births/deaths edit

The events/births/deaths value of the first unnamed parameter shows the ToC's title as "Events", "Births" or "Deaths". events adds the number 2 to the section titles in the links while deaths adds the number 3. This is because "Births" and "Deaths" are usually the second and third sections respectively in year articles, and leaving month titles without these numbers would direct users to months in the "Events" section.

{{Births and deaths ToC|events}}

Events
January · February · March · April · May · June · July · August · September · October · November · December

{{Births and deaths ToC|births}}

Births
January · February · March · April · May · June · July · August · September · October · November · December

{{Births and deaths ToC|deaths}}

Deaths
January · February · March · April · May · June · July · August · September · October · November · December

The parameter can also be empty. This makes the ToC title "Content" by default. Like with events, no number is added to the links.

{{Births and deaths ToC|}}

Content
January · February · March · April · May · June · July · August · September · October · November · December

|title= will override the default ToC title for any of events/births/deaths/(empty).

{{Births and deaths ToC||title=Months}}

Months
January · February · March · April · May · June · July · August · September · October · November · December


{{{months}}} edit

The |months= parameter specifies the number of months to show or the limit of months shown on the template. For example, |months=9 would only show the months of January to September. This can be used in the current year. Selected months can be omitted by using Custom titles for every month to include.

{{Births and deaths ToC|births|months=9}}

Births
January · February · March · April · May · June · July · August · September

{{{unknown}}} edit

The |unknown= parameter adds a section called "Date unknown" to the list for people with unknown dates of birth included in the article.

{{Births and deaths ToC|deaths|unknown=yes}}

Deaths
January · February · March · April · May · June · July · August · September · October · November · December · Date unknown

Sections edit

In the event of a case where months have custom titles in either section, the |section= parameter can be used to specify the given number used in the months' titles.

{{Births and deaths ToC|deaths|section=2}}

Deaths
January · February · March · April · May · June · July · August · September · October · November · December

Sometimes, a certain month section or a "Date unknown" section may have already been included more than twice or thrice. The individual |section[n]= and the |sectionu= (unknown section) parameters can be used to specify the given number used in these specific months' titles.

In the example below, August in the "Births" section would be the third such August section in the given year article, and the "Date unknown" section would be the second such section in the given year article.

{{Births and deaths ToC|births|unknown=yes|section8=3|sectionu=2}}

Births
January · February · March · April · May · June · July · August · September · October · November · December · Date unknown

Custom titles edit

The numbers 1–12 in the syntax above represent custom titles that can be inserted instead of January–December if the article contains custom month titles. No number can be added if custom titles are used.

{{Births and deaths ToC|births|January–March|April–June|July–September|October–December}}

Custom titles can also be used to select exactly which months to include but note that no number is added.

{{Births and deaths ToC|births|February|March|June|December}}

Births
February · March · June · December

Full blank syntax edit

{{Births and deaths ToC
|births/deaths
|title   = 
|months  = 
|unknown = 
|section = 
<!-- custom month titles -->
| 1
| 2
| 3
| 4
| 5
| 6
| 7
| 8
| 9
| 10
| 11
| 12
<!-- custom month section numbers -->
|section1  = 
|section2  = 
|section3  = 
|section4  = 
|section5  = 
|section6  = 
|section7  = 
|section8  = 
|section9  = 
|section10 = 
|section11 = 
|section12 = 
|sectionu  = 
}}