(initial) |
m (got the template params the wrong way around 🫠) |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:Age|format_date|{{{1}}}}} ''(aged {{#invoke:Age|format_age|{{{ | <includeonly>{{#invoke:Age|format_date|{{{1}}}}} ''(aged {{#invoke:Age|format_age|{{{2}}}|{{{1}}}|years}})''</includeonly><noinclude> | ||
Convert an ISO-formatted timestamp, or its respective date component, to its age in-universe (25 years ago, to the day). This template is tentative and prone to revision. | Convert an ISO-formatted timestamp, or its respective date component, to its age in-universe (25 years ago, to the day). This template is tentative and prone to revision. | ||
Line 7: | Line 7: | ||
! Input !! Output | ! Input !! Output | ||
|- | |- | ||
| <code><nowiki>{{Date and lifetime in years| | | <code><nowiki>{{Date and lifetime in years|2000-01-01T00:00:00Z|1991-06-24T00:00:00Z}}</nowiki></code> || {{Date and lifetime in years|2000-01-01T00:00:00Z|1991-06-24T00:00:00Z}} | ||
|- | |- | ||
| <code><nowiki>{{Date and lifetime in years|1991-06-24 | | <code><nowiki>{{Date and lifetime in years|2000-01-01|1991-06-24}}</nowiki></code> || {{Date and lifetime in years|2000-01-01|1991-06-24}} | ||
|} | |} | ||
Latest revision as of 03:20, 25 April 2023
Convert an ISO-formatted timestamp, or its respective date component, to its age in-universe (25 years ago, to the day). This template is tentative and prone to revision.
Input | Output |
---|---|
{{Date and lifetime in years|2000-01-01T00:00:00Z|1991-06-24T00:00:00Z}} |
1 January 2000 (aged 8 years) |
{{Date and lifetime in years|2000-01-01|1991-06-24}} |
1 January 2000 (aged 8 years) |