Changes

Jump to navigation Jump to search

Template:Age

1,323 bytes added, 01:41, 18 August 2009
New page: <includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly> <...
<includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly>
<noinclude>
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.

;Syntax<nowiki>:</nowiki>
:<nowiki>{{age|year1|month1|day1|year2|month2|day2}}</nowiki> or
:<nowiki>{{age|year1|month1|day1}}</nowiki>

; Examples<nowiki>:</nowiki>
: <nowiki>{{age|1989|7|23|2003|7|14}}</nowiki> returns "{{age|1989|7|23|2003|7|14}}"
: <nowiki>{{age|1989|7|23}}</nowiki> returns "{{age|1989|7|23}}"

: 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.
:: Example: <nowiki>{{subst:age|1989|7|23|2003|7|14}}</nowiki>

; Note<nowiki>:</nowiki>
:This template does not check for incorrect input:
:: <nowiki>{{age|1980|7|14|1993|6|233}}</nowiki> returns "{{age|1980|7|14|1993|6|233}}" (surplus days do not count as extra months)
:: <nowiki>{{age|1980|7|14|1993|88|14}}</nowiki> returns "{{age|1980|7|14|1993|88|14}}" (surplus months do not count as extra years)
</noinclude>
Anonymous user

Navigation menu