Jump to content

Template:Birth date: Difference between revisions

add year, month and day parameters for compatibility with Birth date and age
(microformats before display for consistency, as requested, plus few tweaks to code layout)
(add year, month and day parameters for compatibility with Birth date and age)
Line 1: Line 1:
<span style="display:none">(<span class="bday">{{{1}}}-{{padleft:{{MONTHNUMBER|{{{2}}}}}|2|0}}-{{padleft:{{{3}}}|2|0}}</span>)</span>{{#if:{{{df|}}}
<span style="display:none">(<span class="bday">{{{1|{{{year}}}}}}-{{padleft:{{MONTHNUMBER|{{{2|{{{month}}}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}</span>)</span>{{#if:{{{df|}}}
  |{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}
  |{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}
  |{{MONTHNAME|{{{2<noinclude>|1</noinclude>}}}}} {{#expr:{{{3<noinclude>|1</noinclude>}}}}},
  |{{MONTHNAME|{{{2|{{{month<noinclude>|1</noinclude>}}}}}}}} {{#expr:{{{3|{{{day<noinclude>|1</noinclude>}}}}}}}},
}} {{#expr:{{{1<noinclude>|1900</noinclude>}}}}}<noinclude>
}} {{#expr:{{{1|{{{year<noinclude>|1900</noinclude>}}}}}}}}<noinclude>
{{Documentation|Template:Birth date and age/doc}}
{{Documentation|Template:Birth date and age/doc}}
</noinclude>
</noinclude>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.