模板:Age in years, months and days
這個模板在原始碼中包含了一些非常複雜的可選參數和構造。 這個模版的結構精密,除非您確認非常了解它的用途和構造細節,並且能夠修復這個修改所有可能引起的變更,否則請不要隨意更動這個模板。所有實驗性的步驟請在沙盒模版內,或是您的用戶頁內進行。使用前請參閱討論頁。 |
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
[編輯]{{Age in years, months and days|year= |month= |day= }}
or{{Age in years, months and days|yyyy|mm|dd|yyyy2|mm2|dd2}}
Examples
[編輯]{{Age in years, months and days|year=2001|month=1|day=15}}
returns "23年9個月又18天"{{Age in years, months and days|2001|01|15|2008|09|05}}
returns "7年7個月又21天"{{Age in years, months and days|2016|8|4|2016|9|5}}
returns "1個月1天"
Notes
[編輯]This template can handle an ambiguous start date:
{{Age in years, months and days|year=2010|month=9}}
returns "錯誤:需要有效的年月日"{{Age in years, months and days|2009|6||2011|2|21}}
returns "錯誤:需要有效的年月日"
But it cannot handle an ambiguous end date:
{{Age in years, months and days|2012|11|2|2016|4}}
returns "錯誤:第二個日期應該是年月日"{{Age in years, months and days|2012|11|2|2017}}
returns "錯誤:第二個日期應該是年月日"
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年2個月又30天"{{Age in years, months and days|2007|3|12|2015|7|11}}
returns "8年3個月又29天"
To add a serial comma specify |sc=y
.
{{Age in years, months and days|year=2001|month=1|day=15|sc=y}}
returns "23年,9個月又18天"{{Age in years, months and days|2001|1|15|2008|9|5|sc=y}}
returns "7年,7個月又21天"{{Age in years, months and days|表达式错误:预期外的<运算符。|表达式错误:预期外的<运算符。|表达式错误:预期外的<运算符。|sc=y}}
returns "錯誤:需要有效的年月日"
TemplateData
[編輯]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.
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
Year ('from' date) | 1 year | The year of the (first) date | 數值 | 必填 |
Month ('from' date) | 2 month | Number of the month of the (first) date | 數值 | 必填 |
Day of month ('from' date) | 3 day | The day of the month of the (first) date | 數值 | 非必填 |
Year ('to' date) | 4 | The year of the 'to' date, if required
| 數值 | 非必填 |
Month ('to' date) | 5 | Number of the month of the 'to' date, if required
| 數值 | 非必填 |
Day of month ('to' date) | 6 | The day of the month of the 'to' date, if required
| 數值 | 非必填 |
Serial comma | sc | Enter 'y' to turn on the serial comma after the months
| 行 | 非必填 |
See also
[編輯]
Template:Birth, death and age templates
上述文檔嵌入自Template:Age in years, months and days/doc。 (編輯 | 歷史) 編者可以在本模板的沙盒 (創建 | 鏡像)和測試樣例 (創建)頁面進行實驗。 請在/doc子頁面中添加分類。 本模板的子頁面。 |