Difference between revisions of "Template:Age in days"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with '<includeonly>{{#expr: + {{Gregorian serial date |month = {{{month2|{{{5|{{CURRENTMONTH}}}}}}}} |day = {{{day2|{{{6|{{CURRENTDA…')
 
(use Module:Age)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#expr:
+
<includeonly>{{#invoke:age|age_days}}</includeonly><noinclude>
        + {{Gregorian serial date
+
{{Lua|Age}}
                      |month = {{{month2|{{{5|{{CURRENTMONTH}}}}}}}}
 
                      |day = {{{day2|{{{6|{{CURRENTDAY}}}}}}}}
 
                      |year = {{{year2|{{{4|{{CURRENTYEAR}}}}}}}}
 
          }}
 
        - {{Gregorian serial date
 
                      |month = {{{month1|{{{2|{{CURRENTMONTH}}}}}}}}
 
                      |day = {{{day1|{{{3|{{CURRENTDAY}}}}}}}}
 
                      |year = {{{year1|{{{1|{{CURRENTYEAR}}}}}}}}
 
          }} }}</includeonly><noinclude>
 
 
{{Template doc}}
 
{{Template doc}}
 
</noinclude>
 
</noinclude>

Revision as of 02:45, 18 November 2013

Template documentation [view] [edit] [history] [purge]

Usage

This template returns the number of days between two dates. If the second set of parameters is not included it will automatically calculate the days between a given date and today. To use type:

{{age in days|month1= |day1= |year1= |month2= |day2= | year2=}}, or with unnames parameters:
{{age in days|year1|month1|day1|year2|month2|day2}} or
{{age in days|year1|month1|day1}}

Examples:

  • {{age in days|2007|5|24|2008|4|23}} gives 335
  • {{age in days|2007|5|24}} gives 6179