Difference between revisions of "Template:Death date and given age"
Jump to navigation
Jump to search
imported>Connormah ("aged" is used in these cases) |
imported>WOSlinker (add error categories) |
||
| Line 1: | Line 1: | ||
| − | <includeonly><onlyinclude><time class="dday deathdate" datetime="{{{1|{{{year}}}}}}-{{padleft:{{{2|{{{month}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}">{{#if:{{{df|}}}|{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}|{{MONTHNAME|{{{2|{{{month}}}}}}}} {{#expr:{{{3|{{{day}}}}}}}},}} {{{1|{{{year}}}}}}</time> (aged {{{4}}})</onlyinclude></includeonly><noinclude> | + | <includeonly><onlyinclude><time class="dday deathdate" datetime="{{{1|{{{year}}}}}}-{{padleft:{{{2|{{{month}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}">{{#if:{{{df|}}}|{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}|{{MONTHNAME|{{{2|{{{month}}}}}}}} {{#expr:{{{3|{{{day}}}}}}}},}} {{{1|{{{year}}}}}}</time> (aged {{{4}}})</onlyinclude><!-- |
| + | -- Error checks -- | ||
| + | -->{{#ifexpr: ( {{{1|{{{year}}}}}} > {{CURRENTYEAR}} ) | ||
| + | |  {{error|invalid year}}{{main other|[[Category:Pages using age template with invalid date]]}} | ||
| + | }}{{#if:{{{2|}}}|{{#ifexpr: ( {{{2|{{{month}}}}}} > 12 ) OR ( {{{2|{{{month}}}}}} < 1 ) | ||
| + | |  {{error|invalid month}}{{main other|[[Category:Pages using age template with invalid date]]}}|}} | ||
| + | }}{{#if:{{{3|}}}|{{#ifexpr: ( {{{3|{{{day}}}}}} > 31 ) OR ( {{{3|{{{day}}}}}} < 1 ) | ||
| + | |  {{error|invalid day}}{{main other|[[Category:Pages using age template with invalid date]]}}|}} | ||
| + | }}</includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||
Revision as of 20:02, 11 April 2015
| This template emits metadata for the death date, and this metadata is required to be in the Gregorian calendar. Thus this template should not be used for a date stated in any other calendar, such as the Julian calendar. |
Syntax
{{Death date and given age|YYYY|MM|DD|age}}
Examples
{{Death date and given age|1846|01|04|25}}: (aged 25)
| The above documentation is transcluded from Template:Death date and given age/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |