Template:Age: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (well, duh)
m (/cat)
 
(3 intermediate revisions by the same user not shown)
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.</noinclude>
<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.


<includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}{{Age sort|{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}}}</includeonly>
If you want more precision in the age output, use [[Template:AgeFull]].
 
[[Category:Utility templates]]</noinclude>

Latest revision as of 03:55, 13 December 2015

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.