틀:나이: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
6번째 줄: | 6번째 줄: | ||
아래와 같이 호출합니다. | 아래와 같이 호출합니다. | ||
<pre> | <pre> | ||
{{나이 | 시작( | {{나이 | 시작(출생) 연도 | 월 | 일 | 종료(사망) 연도 | 월 | 일}} | ||
</pre> | </pre> | ||
19번째 줄: | 19번째 줄: | ||
<nowiki>{{</nowiki>나이|1938|3|4<nowiki>}}</nowiki> → 결과 : {{나이|1938|3|4}} | <nowiki>{{</nowiki>나이|1938|3|4<nowiki>}}</nowiki> → 결과 : {{나이|1938|3|4}} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Year": { | ||
"label": "Year(Start)", | "label": "Year(Start)", | ||
"description": "시작 연도", | "description": "시작 연도", | ||
32번째 줄: | 29번째 줄: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Month": { | ||
"label": "Month(Start)", | "label": "Month(Start)", | ||
"description": "시작 연도 월", | "description": "시작 연도 월", | ||
38번째 줄: | 35번째 줄: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Day": { | ||
"label": "Day(Start)", | "label": "Day(Start)", | ||
"description": "시작 연도 일", | "description": "시작 연도 일", | ||
44번째 줄: | 41번째 줄: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Year(E)": { | ||
"label": "Year(End)", | "label": "Year(End)", | ||
"description": "마지막 연도", | "description": "마지막 연도", | ||
50번째 줄: | 47번째 줄: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Month(E)": { | ||
"label": "Month(End)", | "label": "Month(End)", | ||
"description": "마지막 연도 월", | "description": "마지막 연도 월", | ||
56번째 줄: | 53번째 줄: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Day(E)": { | ||
"label": "Day(End)", | "label": "Day(End)", | ||
"description": "마지막 연도 일", | "description": "마지막 연도 일", | ||
64번째 줄: | 61번째 줄: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Year", | ||
" | "Month", | ||
" | "Day", | ||
" | "Year(E)", | ||
" | "Month(E)", | ||
" | "Day(E)" | ||
], | ], | ||
"description": "나이 또는 경과년 수를 계산하는 틀입니다." | "description": "나이 또는 경과년 수를 계산하는 틀입니다." |
2025년 2월 7일 (금) 21:19 기준 최신판
수식 오류: 알 수 없는 "{" 구두점 문자입니다.
사용법
특정 기간 경과년수 혹은 나이를 연수로 변환해 보여주는 틀입니다.
소스 편집 화면
아래와 같이 호출합니다.
{{나이 | 시작(출생) 연도 | 월 | 일 | 종료(사망) 연도 | 월 | 일}}
시각편집기 화면
메뉴 '넣기'에서 틀을 불러낸 후 "나이" 입력합니다.
예제
{{나이|1938|3|4|2001|4|7}}년 → 결과 : 63년
또는
{{나이|1938|3|4}} → 결과 : 87
나이 또는 경과년 수를 계산하는 틀입니다.
변수 | 설명 | 형식 | 상태 | |
---|---|---|---|---|
Year(Start) | Year | 시작 연도
| 문자열 | 선택 사항 |
Month(Start) | Month | 시작 연도 월
| 문자열 | 선택 사항 |
Day(Start) | Day | 시작 연도 일
| 문자열 | 선택 사항 |
Year(End) | Year(E) | 마지막 연도
| 문자열 | 선택 사항 |
Month(End) | Month(E) | 마지막 연도 월
| 문자열 | 선택 사항 |
Day(End) | Day(E) | 마지막 연도 일
| 문자열 | 선택 사항 |