Ọ̀rọ̀ àdàkọ:Birth date

Fix order of date àtúnṣe

Currently this template defaults to MDY which is not the standard order for Yoruba. For consistency across the whole Yoruba Wikipedia, I highly advise fixing this issue.

Replace the following code:

{{#if:{{{df|}}}
 |{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}
 |{{MONTHNAME|{{{2|{{{month<noinclude>|1</noinclude>}}}}}}}} {{#expr:{{{3|{{{day<noinclude>|1</noinclude>}}}}}}}},
}}

With this code:

{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}

It will remove the check and just always goes with DMY. Liggliluff (ọ̀rọ̀) 07:50, 5 Oṣù Kàrún 2024 (UTC)

Return to "Birth date" page.