Fyrimynd:Age in years, months and days/doc
Hetta er ein dokumentatión undirsíða til Fyrimynd:Age in years, months and days. Hon inniheldur kunning um nýtsluna, bólkar og um annað innihald, ið ikki er við í uppruna fyrimynd síðuni. |
This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here. |
This template returns the number of full years, then surplus months, then surplus days between two specified dates. If the second set of parameters is not included, it will return the number of years, months and days between a specified date and today's date. The words "year", "month" and "day" are plural when appropriate.
The years and months are separated by a comma. Since and use varies, this template does not automatically place a comma after the months. If a serial comma is desired, adding |sc=y
to the template invocation will include one.
See Wikipedia:Age calculation templates for more information on using this kind of template.
Syntax
rætta{{Age in years, months and days|year= |month= |day= }}
or{{Age in years, months and days|yyyy|mm|dd|yyyy2|mm2|dd2}}
Examples
rætta{{Age in years, months and days|year=2001|month=1|day=15}}
returns "23 ár, 9 mánaðir and 30 dagar"{{Age in years, months and days|2001|01|15|2008|09|05}}
returns "7 ár, 7 mánaðir and 21 dagar"{{Age in years, months and days|2016|8|4|2016|9|5}}
returns "1 mánaður and 1 dagur"
Notes
rættaThis template can handle an ambiguous start date:
{{Age in years, months and days|year=2010|month=9}}
returns "14 ár og 1 or 2 mánaðir"{{Age in years, months and days|2009|6||2011|2|21}}
returns "1 ár og 7 or 8 mánaðir"
But it cannot handle an ambiguous end date:
{{Age in years, months and days|2012|11|2|2016|4}}
returns "Error: Invalid time. 3 ár, 5 mánaðir and 12 dagar"{{Age in years, months and days|2012|11|2|2017}}
returns "Error: Invalid time. 5 ár and 12 dagar"
Since the length of a month varies, the number of days to roll over the number of months varies.
{{Age in years, months and days|2007|3|12|2015|6|11}}
returns "8 ár, 2 mánaðir and 30 dagar"{{Age in years, months and days|2007|3|12|2015|7|11}}
returns "8 ár, 3 mánaðir and 29 dagar"
To add a serial comma specify |sc=y
.
{{Age in years, months and days|year=2001|month=1|day=15|sc=y}}
returns "23 ár, 9 mánaðir, and 30 dagar"{{Age in years, months and days|2001|1|15|2008|9|5|sc=y}}
returns "7 ár, 7 mánaðir, and 21 dagar"{{Age in years, months and days|2016|10|29|sc=y}}
returns "8 ár and 16 dagar"
TemplateData
rættaAge in years, months and days
This template returns the number of full years, surplus months, and surplus days between two specified dates. If the second set of parameters is not included, it will return the number of years, months and days between a specified date and today's date.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Year ('from' date) | 1 year | The year of the (first) date | Number | required |
Month ('from' date) | 2 month | Number of the month of the (first) date | Number | required |
Day of month ('from' date) | 3 day | The day of the month of the (first) date | Number | optional |
Year ('to' date) | 4 | The year of the 'to' date, if required
| Number | optional |
Month ('to' date) | 5 | Number of the month of the 'to' date, if required
| Number | optional |
Day of month ('to' date) | 6 | The day of the month of the 'to' date, if required
| Number | optional |
Serial comma | sc | Enter 'y' to turn on the serial comma after the months
| Line | optional |
See also
rætta