From Bhikitia Pro, An open encyclopedia
|
|
| (One intermediate revision by the same user not shown) |
| Line 3: |
Line 3: |
| </noinclude> | | </noinclude> |
| <includeonly> | | <includeonly> |
| {{#if: {{{1|}}} <!-- Check if a birth year is provided --> | | {{#if:{{{1|}}}| |
| | {{#time:j F Y|{{{1}}}}} <!-- Format the birth date -->
| | {{#time:j F Y|{{{1}}}}} |
| ({{#expr: {{CURRENTYEAR}} - {{#time:Y|{{{1}}}}} <!-- Calculate age -->
| | | ''No date provided'' |
| {{#ifexpr: {{CURRENTMONTH}} < {{#time:n|{{{1}}}}} or ({{CURRENTMONTH}} = {{#time:n|{{{1}}}}} and {{CURRENTDAY}} < {{#time:j|{{{1}}}}})
| |
| | -1 <!-- Subtract 1 if birthday hasn't occurred this year -->
| |
| | 0
| |
| }}})
| |
| | ''No date provided'' <!-- Default text if no date is provided -->
| |
| }} | | }} |
| </includeonly> | | </includeonly> |
Latest revision as of 16:52, 10 December 2024