Template:Age/doc
Template:Strong for Template:Terminate sentence It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on 600,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in a single edit. Please consider discussing any changes on the talk page before implementing them. |
Usage
editThis template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.
- Syntax:
{{Age|year|month|day|year2|month2|day2}}
or{{Age|year|month|day}}
- Examples:
{{Age|1989|7|23|2003|7|14}}
returns "13"{{Age|1989|7|23}}
returns "35"
- When using this template to calculate a person's age at death or a person's age on a specified date (rather than the person's current age), please substitute it into the page (see Help:Substitution).
- Example:
{{subst:Age|1989|7|23|2003|7|14}}
- Example:
- When entering dates before the Common Era, use astronomical year numbering: 1 BCE is represented by 0, 2 BCE by -1, 3 BCE by -2 etc. For example, the following expression returns the number of full years elapsed since the battle of Cannae, which took place on August 2, 216 BCE:
{{Age|-215|8|2}}
returns "2239"
- (BCE is exactly the same as BC, so August 2, 216 BCE is also August 2, 216 BC)
- Note:
- This template does not check for incorrect input:
{{Age|1980|7|14|1993|6|233}}
returns "12" (surplus days do not count as extra months){{Age|1980|7|14|1993|88|14}}
returns "13" (surplus months do not count as extra years)
TemplateData
editThis is the TemplateData documentation for this template used by VisualEditor and other tools.
TemplateData for Age
This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Year ("from" date) | 1 | The year of the "from" date | Number | required |
Month ("from" date) | 2 | The month of the "from" date, 1 through 12 | Number | required |
Day ("from" date) | 3 | The day (of month) of the "from" date, 1 through 31 | Number | required |
Year2 ("to" date) | 4 | The year of the "to" date, if required
| Number | optional |
Month2 ("to" date) | 5 | The month of the "to" date, if required
| Number | optional |
Day2 ("to" date) | 6 | The day (of month) of the "to" date, if required
| Number | optional |
See also
editTemplate:Birth, death and age templates