ਫਰਮਾ:Age nts/doc
ਇਹ ਇੱਕ ਫਰਮਾ:Age nts ਲਈ documentation ਉਪ ਸਫ਼ਾ ਹੈ। ਇਸ ਵਿੱਚ ਵਰਤੋਂ ਦੀ ਜਾਣਕਾਰੀ, ਸ਼੍ਰੇਣੀਆਂ ਅਤੇ ਹੋਰ ਸਮੱਗਰੀ ਜੋ ਮੂਲ ਦਾ ਹਿੱਸਾ ਨਹੀਂ ਹੈ, ਸ਼ਾਮਲ ਹੈ। ਫਰਮਾ page. |
ਇਹ ਫਰਮਾ ਹੇਠ ਲਿਖੇ ਲੂਆ ਨੂੰ ਵਰਤਦਾ ਹੈ: |
This acts just like {{Age}} but will sort correctly in sortable tables.
The template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.
A hidden sort key is included so values produced by this template will work properly in sortable tables. The sort key is calculated from the number of days between the given dates, and is compatible with {{number table sorting}}.
Usage
ਸੋਧੋ{{Age nts|year|month|day|year2|month2|day2}}
or{{Age nts|year|month|day}}
Examples
ਸੋਧੋ{{Age nts|1989|7|23|2003|7|14}}
returns "13"{{Age nts|1989|7|23}}
returns "35"
- When entering dates before the Common Era, use astronomical year numbering: 1 BCE is represented by 0, 2 BCE by -1, 3 BCE by -2 etc. For example, the following expression returns the number of full years elapsed since the battle of Cannae, which took place on August 2, 216 BCE:
{{Age nts|-215|8|2}}
returns "2,239"
- (BCE is exactly the same as BC, so August 2, 216 BCE is also August 2, 216 BC)
Note
ਸੋਧੋ- This template does not check for incorrect input:
{{Age nts|1980|7|14|1993|6|233}}
returns "Error: Second date should be year, month, day" (surplus days do not count as extra months){{Age nts|1980|7|14|1993|88|14}}
returns "Error: Second date should be year, month, day" (surplus months do not count as extra years)
TemplateData
ਸੋਧੋTemplateData for Age nts
This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.
ਮਾਪਦੰਡ | ਵੇਰਵਾ | ਕਿਸਮ | ਦਰਜਾ | |
---|---|---|---|---|
Year ("from" date) | 1 | The year of the "from" date | Number | required |
Month ("from" date) | 2 | The month of the "from" date, 1 through 12 | Number | required |
Day ("from" date) | 3 | The day (of month) of the "from" date, 1 through 31 | Number | required |
Year2 ("to" date) | 4 | The year of the "to" date, if required
| Number | optional |
Month2 ("to" date) | 5 | The month of the "to" date, if required
| Number | optional |
Day2 ("to" date) | 6 | The day (of month) of the "to" date, if required
| Number | optional |
See also
ਸੋਧੋ- {{nts}} - number table sorting
- Wikipedia:Age calculation templates