Changes

Jump to navigation Jump to search
m
Since <tt> is obsolete in HTML5, replace it with <kbd> – see HTML element#tt, Wikipedia:HTML5, and mw:Help:Extension:Linter/obsolete-tag. using AWB
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
Displays the birth date and death date of a person, adding relevant categories.

== Usage ==
:{{tlc|Bdd|''Birth month''|''Birth day''|''Birth year''|''Death month''|''Death day''|''Death year''}}

where <kbd>''Birth month/day/year''</kbd> are the full month name/day of the month/year in which this person was born, and <kbd>''Death month/day/year''</kbd> are the same, but for when this person died.

== Template data ==
{{TemplateDataHeader}}
<templatedata>
{
"params": {
"1": {
"label": "Birth month",
"description": "The full name of the month in which this person was born.",
"example": "January",
"type": "string",
"required": true
},
"2": {
"label": "Birth day",
"description": "The day of the month on which this person was born.",
"example": "1",
"type": "number",
"required": true
},
"3": {
"label": "Birth year",
"description": "The year in which this person was born. Places this person in a \"XXXX births\" category.",
"example": "1990",
"type": "number",
"required": true
},
"4": {
"label": "Death month",
"description": "The full name of the month in which this person died.",
"example": "January",
"type": "string",
"required": true
},
"5": {
"label": "Death day",
"description": "The day of the month on which this person died.",
"example": "1",
"type": "number",
"required": true
},
"6": {
"label": "Death year",
"description": "The year in which this person died. Places this page in a \"XXXX deaths\" category.",
"example": "2010",
"type": "number",
"required": true
}
},
"description": "Displays the birth date and death date of a person, then adds the relevant \"XXXX births\" and \"XXXX deaths\" categories.",
"paramOrder": [
"1",
"2",
"3",
"4",
"5",
"6"
]
}
</templatedata>

<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Time, date and calendar templates]]
}}</includeonly>
Anonymous user

Navigation menu