Template:Age: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (+cat)
(linking to AgeFull)
Line 1: Line 1:
<noinclude>This template gives you the time in years between two dates, which you pass in like so: <nowiki>{{age|year1|month1|day1|year2|month2|day2}}</nowiki>. You can also use it to find the number of years from a certain date until whatever the current date is by passing in only the first date: <nowiki>{{age|year1|month1|day1}}</nowiki>. This second usage allows you to avoid writing an age directly somewhere and having it fall out of date over time.[[Category:Macro templates]]</noinclude><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 gives you the time in years between two dates, which you pass in like so: <nowiki>{{age|year1|month1|day1|year2|month2|day2}}</nowiki>. You can also use it to find the number of years from a certain date to today by passing in only the first date: <nowiki>{{age|year1|month1|day1}}</nowiki>. This second usage allows you to avoid writing an age directly somewhere and having it fall out of date over time.
 
If you want more precision in the age output, use [[Template:AgeFull]].
 
[[Category:Macro templates]]</noinclude>

Revision as of 15:49, 17 June 2013

This template gives you the time in years between two dates, which you pass in like so: {{age|year1|month1|day1|year2|month2|day2}}. You can also use it to find the number of years from a certain date to today by passing in only the first date: {{age|year1|month1|day1}}. This second usage allows you to avoid writing an age directly somewhere and having it fall out of date over time.

If you want more precision in the age output, use Template:AgeFull.