Template:Age in years and months/doc

From HIBIKIFORUM
Jump to navigation Jump to search
Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.

This template returns the duration between two specified dates as a number of full years and remaining months. If the second set of parameters is not included, the duration is between the specified date and today's date.

Syntax

{{age in years and months|year1|month1|day1 |year2|month2|day2}}
{{age in years and months|year1|month1|day1}} (causing the current date to be used as the second date)

Examples

Markup Renders as
{{age in years and months|1989|7|23 |2003|7|14}}}} 13 years, 11 months
{{age in years and months|1989|7|23 |1989|8|22}} 1 month
{{age in years and months|1989|7|23 |1989|8|23}} 1 month
{{age in years and months|1989|7|23 |1990|7|23}} 1 year
{{age in years and months|1989|7|23}} 34 years, 9 months
{{age in years and months|1990|7|23 |1989|7|23}} −1 year
{{age in years and months|1990|9|23 |1989|7|23}} −1 year, 2 months

TemplateData

This template returns the duration between two specified dates as a number of full years and remaining months. If the second set of parameters is not included, the duration is between the specified date and today's date.

Template parameters

ParameterDescriptionTypeStatus
Year1 ("from" date)1

The year of the "from" date

Numberrequired
Month1 ("from" date)2

The month of the "from" date, 1 through 12

Numberrequired
Day1 ("from" date)3

The day (of month) of the "from" date, 1 through 31

Numberrequired
Year2 ("to" date)4

The year of the "to" date, if required

Default
{{CURRENTYEAR}}
Numberoptional
Month2 ("to" date)5

The month of the "to" date, if required

Default
{{CURRENTMONTH}}
Numberoptional
Day2 ("to" date)6

The day (of month) of the "to" date, if required

Default
{{CURRENTDAY}}
Numberoptional