틀:Age: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
{{# | {{#ifexpr: {{#time:Ymd | {{CURRENTTIMESTAMP}}}} < {{#time:Ymd | {{#time:Ymd | {{{1}}}}}}}} | <!-- Check if current date is before birthday this year --> | ||
{{#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}}}}})))}} <!-- If current date is before birthday, subtract 1 from the age --> | |||
| <!-- If current date is after birthday this year --> | |||
{{#expr: | {{#expr: {{#time:Y | {{CURRENTTIMESTAMP}}}} - {{#time:Y | {{{1}}}}}}} <!-- If current date is after birthday, calculate age normally --> | ||
}} <!-- | |||
}} | }} |
2023년 12월 28일 (목) 13:59 판
수식 오류: 예상치 못한 < 연산자입니다.