Difference between revisions of "Template:Age in months/doc"
Jump to navigation
Jump to search
blackwiki>Yahia.barie |
blackwiki>AlanM1 (age_in_months -> age in months) |
||
Line 4: | Line 4: | ||
; Syntax<nowiki>:</nowiki> | ; Syntax<nowiki>:</nowiki> | ||
− | : <tt><nowiki>{{</nowiki> | + | : <tt><nowiki>{{</nowiki>age in months<nowiki>|</nowiki></tt>''year1''<tt><nowiki>|</nowiki></tt>''month1''<tt><nowiki>|</nowiki></tt>''day1''<tt><nowiki>|</nowiki></tt>''year2''<tt><nowiki>|</nowiki></tt>''month2''<tt><nowiki>|</nowiki></tt>''day2''<tt><nowiki>}}</nowiki></tt> |
− | : <tt><nowiki>{{</nowiki> | + | : <tt><nowiki>{{</nowiki>age in months<nowiki>|</nowiki></tt>''year1''<tt><nowiki>|</nowiki></tt>''month1''<tt><nowiki>|</nowiki></tt>''day1''<tt><nowiki>}}</nowiki></tt> |
Examples: | Examples: | ||
− | *<nowiki>{{ | + | *<nowiki>{{age in months|1970|7|23|2003|7|14}}</nowiki> gives {{age in months|1970|7|23|2003|7|14}} |
− | *<nowiki>{{ | + | *<nowiki>{{age in months|1989|7|23}}</nowiki> gives {{age in months|1989|7|23}} |
− | *<nowiki>{{</nowiki> | + | *<nowiki>{{</nowiki>age in months|{{CURRENTYEAR}}|{{#expr:{{CURRENTMONTH}}-1}}|{{#expr:{{CURRENTDAY}}+1}}|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}}} gives {{age in months|{{CURRENTYEAR}}|{{#expr:{{CURRENTMONTH}}-1}}|{{#expr:{{CURRENTDAY}}+1}}|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}}} |
− | If you use this template for calculating someone's age in months at death or age in months at a certain date (rather than their current age in months), please substitute it into the page, for example: <nowiki>{{subst: | + | If you use this template for calculating someone's age in months at death or age in months at a certain date (rather than their current age in months), please substitute it into the page, for example: <nowiki>{{subst:age in months|1989|7|23|2003|7|14}}</nowiki>. |
<includeonly> | <includeonly> |
Revision as of 08:37, 31 January 2013
![]() | This is a documentation subpage for Template:Age in months. It contains usage information, categories and other content that is not part of the original template page. |
This template returns the number of full months between two dates, or between a specified date and today (UTC).
- Syntax:
- {{age in months|year1|month1|day1|year2|month2|day2}}
- {{age in months|year1|month1|day1}}
Examples:
- {{age in months|1970|7|23|2003|7|14}} gives 395
- {{age in months|1989|7|23}} gives 433
- {{age in months|2025|8|7|2025|09|6}} gives 0
If you use this template for calculating someone's age in months at death or age in months at a certain date (rather than their current age in months), please substitute it into the page, for example: {{subst:age in months|1989|7|23|2003|7|14}}.