Template:Age/doc: Difference between revisions
From Absit Omen Lexicon
(Created page with "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...") |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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 the last day of the currently | {{Documentation subpage}} | ||
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 the last day of the dates currently in play at [[Absit Omen RPG|Absit Omen]], {{CurrentDate|date}}. | |||
;Syntax<nowiki>:</nowiki> | ;Syntax<nowiki>:</nowiki> | ||
Line 8: | Line 10: | ||
: <nowiki>{{age|1989|7|23|2003|7|14}}</nowiki> returns "{{age|1989|7|23|2003|7|14}}" | : <nowiki>{{age|1989|7|23|2003|7|14}}</nowiki> returns "{{age|1989|7|23|2003|7|14}}" | ||
: <nowiki>{{age|1989|7|23}}</nowiki> returns "{{age|1989|7|23}}" | : <nowiki>{{age|1989|7|23}}</nowiki> returns "{{age|1989|7|23}}" | ||
: <nowiki>{{age|1989|7|23|2003}}</nowiki> returns "{{age|1989|7|23|2003}}" | |||
: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: | :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: | ||
:: <nowiki>{{age|-215|8|2}}</nowiki> returns "{{age|-215|8|2}}" | :: <nowiki>{{age|-215|8|2}}</nowiki> returns "{{age|-215|8|2}}" | ||
{{Note|This template does | {{Note|This template does check for incorrect input: | ||
:: <nowiki>{{age|1980|7|14|1993|6|233}}</nowiki> returns "{{age|1980|7|14|1993|6|233}}" | :: <nowiki>{{age|1980|7|14|1993|6|233}}</nowiki> returns "{{age|1980|7|14|1993|6|233}}" | ||
:: <nowiki>{{age|1980|7|14|1993|88|14}}</nowiki> returns "{{age|1980|7|14|1993|88|14}}" | :: <nowiki>{{age|1980|7|14|1993|88|14}}</nowiki> returns "{{age|1980|7|14|1993|88|14}}"}} | ||
<includeonly> | |||
[[Category:Character Templates]] | |||
</includeonly> |
Latest revision as of 02:11, 20 June 2021
![]() |
This is a documentation subpage for Template:Age. It contains usage information, categories and other content that is not part of the original template page. |
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 the last day of the dates currently in play at Absit Omen, 31 August 2018.
- Syntax:
- {{age|year1|month1|day1|year2|month2|day2}} or
- {{age|year1|month1|day1}}
- Examples:
- {{age|1989|7|23|2003|7|14}} returns "13"
- {{age|1989|7|23}} returns "29"
- {{age|1989|7|23|2003}} returns "13-14"
- 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|-215|8|2}} returns "2233"
Note: This template does check for incorrect input:
- {{age|1980|7|14|1993|6|233}} returns "(age calculation issue)"
- {{age|1980|7|14|1993|88|14}} returns "(age calculation issue)"