Template:Age: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Adam Weeden
(Imported from WP template of same name.)
 
imported>Adam Weeden
No edit summary
Line 1: Line 1:
<includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly><noinclude>
<includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly><noinclude>
{{Protected template}}
{{tiw|age}}.


{{{{FULLPAGENAME}}/doc}}<!-- Add cats and interwikis to the /doc subpage, not here! --></noinclude>
{{{{FULLPAGENAME}}/doc}}<!-- Add cats and interwikis to the /doc subpage, not here! --></noinclude>

Revision as of 11:19, 15 February 2007


This template returns the number of full years elapsed from one date until another date or until today (UTC).

Usage

To dynamically calculate the current age each time the page is loaded, use {{age|YYYY|MM|DD}}, substituting the date of birth for the letters YYYY MM DD.

To calculate the age at a certain date (eg at death), rather than the current age, use {{age|YYYY|MM|DD|YYYY|MM|DD}}, with the date of birth as the first date and the date at which the age should be calculated (eg date of death) as the second.

Examples

Current age
[[Tim Berners-Lee]] was born {{age|1955|06|08}} years ago.
Tim Berners-Lee was born 69 years ago.
Past age
[[Winston Churchill]] died at the age of {{age|1874|11|30|1965|01|24}}.
Winston Churchill died at the age of 90.