Template:Birth based on age at death: Difference between revisions
w>Frietjes No edit summary |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 13:40, 19 January 2026
| File:Symbol template class.svg | This is a customized wrapper for the {{Birth based on age as of date}} template, which means it's built upon the other template's code. Parameters from {{Birth based on age as of date}} will only work here if they have been added to this template. If you have questions, ask at the talk page! |
This template calculates a person's approximate birth year based on their age at death. This is useful when a reliable source states only their age at death. This can also be used when a person is dead and a reliable source states only their age at the time of publication, but their actual death date is not known.
Syntax
{{Birth based on age at death|age|YYYY|MM|DD}}
Example
{{Birth based on age at death|93|1978|09|12}}: 1884 or 1885{{Birth based on age at death|25|1846|01|04|slash=yes}}: 1820/1821
Supporting template
This template is implemented using {{birth based on age as of date}} with |noage=1.
<templatedata> { "params": { "1": { "label": "Age at death", "type": "number", "required": true }, "2": { "label": "Year", "description": "The year the age was stated", "type": "number", "required": true }, "3": { "label": "Month", "description": "The month the age was stated", "example": "8, 08, Aug, August", "type": "string", "required": true }, "4": { "label": "Day", "description": "The day the age was stated", "type": "number", "required": true }, "slash": { "label": "Use slash?", "description": "Uses a slash (/) to separate between the two possible years instead of \"or\"", "type": "boolean", "suggested": true } }, "description": "This template calculates a person's approximate birth year based on their age at death.", "paramOrder": [ "1", "2", "3", "4", "slash" ], "format": "inline" } </templatedata>