模板:Age range
外觀
Usage
[編輯]This template returns the number of full years between two specified year ranges.
Example
[編輯]{{age range|from1=1900|from2=1910|to1=1980|to2=1990}}
69–90
{{age range|from1=1900|from2=1910|to=1980}}
69–80
TemplateData
[編輯]This template returns the number of full years between two specified year ranges.
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
Year1 ("from" date) | from1 | The first year of the "from" date | 數值 | 非必填 |
Year2 ("from" date) | from2 | The second year of the "from" date | 數值 | 非必填 |
Year ("from" date) | from | If there is only one "from" year then use the from parameter instead of from1 and from2 | 數值 | 非必填 |
Year1 ("to" date) | to1 | The first year of the "to" date | 數值 | 非必填 |
Year2 ("to" date) | to2 | The second year of the "to" date | 數值 | 非必填 |
Year ("to" date) | to | If there is only one "to" year then use the to parameter instead of to1 and to2 | 數值 | 非必填 |