Difference between revisions of "Template:Birth date and age"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>Mr. Stradivarius
(add error checks for bad date parameters)
imported>Jonesey95
(add tracking cat)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly><span style="display:none"> (<span class="bday">{{{1|{{{year}}}}}}-{{padleft:{{{2|{{{month}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}</span>) </span>{{#if:{{{df|}}}|{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}|{{MONTHNAME|{{{2|{{{month}}}}}}}} {{#expr:{{{3|{{{day}}}}}}}},}} {{{1|{{{year}}}}}}<span class="noprint ForceAgeToShow"> (age&nbsp;{{age | {{{1|{{{year}}}}}} | {{{2|{{{month}}}}}} | {{{3|{{{day}}}}}} }})</span><!--
+
<includeonly>{{{{{|safesubst:}}}#invoke:age|birth_date_and_age}}{{#invoke:Check for unknown parameters|check|ignoreblank=y|preview=Page using [[Template:Birth date and age]] with unknown parameter "_VALUE_"|unknown={{main other|[[Category:Pages using birth date and age template with unknown parameters|_VALUE_{{PAGENAME}}]]}}|1|2|3|day|month|year|df|mf}}</includeonly><noinclude>{{documentation}}</noinclude>
-- Error checks --
 
-->{{#ifexpr: ( {{{1|}}} > {{CURRENTYEAR}} ) OR ( {{CURRENTYEAR}} - {{{1|}}} > 150 )
 
| &#32;{{error|invalid year}}{{main other|[[Category:Pages using age template with invalid date]]}}
 
}}{{#ifexpr: ( {{{2|}}} > 12 ) OR ( {{{2|}}} < 1 )
 
| &#32;{{error|invalid month}}{{main other|[[Category:Pages using age template with invalid date]]}}
 
}}{{#ifexpr: ( {{{3|}}} > 31 ) OR ( {{{3|}}} < 1 )
 
| &#32;{{error|invalid day}}{{main other|[[Category:Pages using age template with invalid date]]}}
 
}}</includeonly><noinclude>
 
{{documentation}}
 
</noinclude>
 

Latest revision as of 04:32, 4 February 2020

Template documentation[create]