0
This template uses Lua: |
This acts just like {{Age}} but will sort correctly in sortable tables. It is used in more than 1,000.
The 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.
A hidden sort key is included so values produced by this template will work properly in sortable tables. The sort key is calculated from the number of days between the given dates, and is compatible with {{number table sorting}}.
{{Age nts|year|month|day|year2|month2|day2}}
or{{Age nts|year|month|day}}
{{Age nts|476|9|4|1946|6|2}}
returns "1,469"{{Age nts|476|9|4}}
returns "1,548"{{Age nts|-215|8|2}}
returns "2,239"{{Age nts|2000|4|22|2015|8|32}}
returns "Error: Second date should be year, month, day" (surplus days do not count as extra months){{Age nts|2000|4|22|2015|13|7}}
returns "Error: Second date should be year, month, day" (surplus months do not count as extra years){{Age nts|1900|2|29}}
returns "Error: Need valid year, month, day" (1900 is not a leap year)TemplateData for Age nts
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 |