Template:Age: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#expr:({{{4|{{formatnum:{{CURRENTYEAR}}|R}}+377 | <includeonly>{{#expr:({{{4|{{formatnum:{{CURRENTYEAR}}|R}}+377}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly><noinclude> | ||
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 current stardate based on today's real life date (SB118 is set 377 years after the real life current date). | 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 current stardate based on today's real life date (SB118 is set 377 years after the real life current date). | ||
Revision as of 08:41, 26 November 2012
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 current stardate based on today's real life date (SB118 is set 377 years after the real life current date).
- Syntax:
To calculate the number of years between two dates (e.g., age at time of death):{{age|year1|month1|day1|year2|month2|day2}} To calculate the number of years between current stardate and your specified date (e.g., current age):{{age|year1|month1|day1}}
- Examples:
- {{age|2356|12|15|2386|7|14}} gives you: 29
- {{age|2356|12|15}} gives you: 44
- For an SB118 character born on stardate 236503.14 (which translates to March 14, 2365), subtract 377 from the year to get 1988. Thus, that character's current age as of today in the SB118 universe is
- {{age|2365|3|14}} returns 413.
- When using this template to calculate a person's age at death or a person's age on a specified date (rather than the person's current age), please substitute it into the page.
- Example: {{subst:age|1989|7|23|2003|7|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 "2616"
- Note:
- This template does not check for incorrect input:
- {{age|1980|7|14|1993|6|233}} returns "12" (surplus days do not count as extra months)
- {{age|1980|7|14|1993|88|14}} returns "13" (surplus months do not count as extra years)