틀:Age: 두 판 사이의 차이

S.T.E.L.L.A.-WIKI
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
{{#ifexpr: {{#time:Ymd | {{CURRENTTIMESTAMP}}}} < {{#time:Ymd | {{{1}}}}} | <!-- Check if current date is before birthday this year -->
{{#ifeq:{{PAGESIZE:{{{1}}}}} | 0 | <!-- Check if parameter 1 is empty -->
   {{#expr: {{#time:Y | {{CURRENTTIMESTAMP}}}} - {{#time:Y | {{{1}}}}} - 1}} <!-- If current date is before birthday, subtract 1 from the age -->
  Please provide a date of birth in the format DD.MM.YYYY.
  | <!-- If current date is after birthday this year -->
| <!-- If not empty, calculate the age -->
  {{#expr: {{#time:Y | {{CURRENTTIMESTAMP}}}} - {{#time:Y | {{{1}}}}}}} <!-- If current date is after birthday, calculate age normally -->
   {{#expr:
    {{#time:Y | {{CURRENTTIMESTAMP}}}} -
    {{#time:Y | {{{1}}}}} -
    ({{#time:m | {{CURRENTTIMESTAMP}}}} < {{#time:m | {{{1}}}}} || ({{#time:m | {{CURRENTTIMESTAMP}}}} = {{#time:m | {{{1}}}}} && {{#time:d | {{CURRENTTIMESTAMP}}}} < {{#time:d | {{{1}}}}})))
  }} <!-- Calculate the age based on the provided date of birth -->
}}
}}

2023년 12월 28일 (목) 13:55 판

Please provide a date of birth in the format DD.MM.YYYY.