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