ಟೆಂಪ್ಲೇಟು:ಹುಟ್ಟಿದ ದಿನಾಂಕ ಮತ್ತು ವಯಸ್ಸು: ಪರಿಷ್ಕರಣೆಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ

Content deleted Content added
No edit summary
add error checks for bad date parameters
೧ ನೇ ಸಾಲು:
<includeonly><span style="display:none"> (<span class="bday">{{{1|{{{year}}}}}}-{{padleft:{{{2|{{{month}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}</span>) </span>{{#if:{{{df|}}}|{{En2kndigit|{{#expr:{{{3|{{{day}}}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}|{{MONTHNAME|{{{2|{{{month}}}}}}}} {{En2kndigit|{{#expr:{{{3|{{{day}}}}}}}}}},}} {{En2kndigit|{{{1|{{{year}}}}}}}}<span class="noprint ForceAgeToShow"> (ವಯಸ್ಸುage&nbsp;{{formatnum:{{age | {{{1|{{{year}}}}}} | {{{2|{{{month}}}}}} | {{{3|{{{day}}}}}}}} }})</span></includeonly><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>