Difference between revisions of "Template:Birth date"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>WOSlinker
(add error categories)
imported>Jonesey95
(Test for existence of month and day. Missing day was generating a template syntax error.)
Line 6: Line 6:
 
-->{{#ifexpr: ( {{{1|{{{year}}}}}} > {{CURRENTYEAR}} )
 
-->{{#ifexpr: ( {{{1|{{{year}}}}}} > {{CURRENTYEAR}} )
 
  |  {{error|invalid year}}{{main other|[[Category:Pages using age template with invalid date]]}}
 
  |  {{error|invalid year}}{{main other|[[Category:Pages using age template with invalid date]]}}
}}{{#ifexpr: ( {{{2|{{{month}}}}}} > 12 ) OR ( {{{2|{{{month}}}}}} < 1 )
+
}}{{#if:{{{2|}}}|{{#ifexpr: ( {{{2|{{{month}}}}}} > 12 ) OR ( {{{2|{{{month}}}}}} < 1 )
  | &#32;{{error|invalid month}}{{main other|[[Category:Pages using age template with invalid date]]}}
+
  | &#32;{{error|invalid month}}{{main other|[[Category:Pages using age template with invalid date]]}}|}}
}}{{#ifexpr: ( {{{3|{{{day}}}}}} > 31 ) OR ( {{{3|{{{day}}}}}} < 1 )
+
}}{{#if:{{{3|}}}|{{#ifexpr: ( {{{3|{{{day}}}}}} > 31 ) OR ( {{{3|{{{day}}}}}} < 1 )
  | &#32;{{error|invalid day}}{{main other|[[Category:Pages using age template with invalid date]]}}
+
  | &#32;{{error|invalid day}}{{main other|[[Category:Pages using age template with invalid date]]}}|}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
{{Documentation|Template:Birth date and age/doc}}
 
{{Documentation|Template:Birth date and age/doc}}
 
</noinclude>
 
</noinclude>

Revision as of 02:14, 4 April 2015

({{{year}}}-Expression error: Unrecognized punctuation character "{".-{{{day}}})January 1, 1900

Template documentation[create]