편집
51,695
번
편집 요약 없음 |
편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
<pre> | <pre> | ||
{{인물 | {{인물 | ||
|직업= | |||
|출생= | |출생= | ||
|사망= | |사망= | ||
13번째 줄: | 14번째 줄: | ||
| style="background-color: #ddd; text-align: center;" colspan="3" | {{PAGENAME}} | | style="background-color: #ddd; text-align: center;" colspan="3" | {{PAGENAME}} | ||
|- | |- | ||
| | | colspan="3" | {{{직업|}}} | ||
|- | |- | ||
| 사망 || {{{사망|}}} || {{#if: {{{사망|}}} | {{{나이|}}}세 | }} | | 출생 || {{{출생|}}} || {{#if: {{{사망|}}} | | ( {{{나이|}}}세 ) }} | ||
|- | |||
| 사망 || {{{사망|}}} || {{#if: {{{사망|}}} | ( {{{나이|}}}세 ) | }} | |||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
21번째 줄: | 24번째 줄: | ||
{ | { | ||
"params": { | "params": { | ||
"직업": { | |||
"label": "직업", | |||
"description": "직업", | |||
"example": "비행사, 경영자 등", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"출생": { | "출생": { | ||
"label": "출생", | "label": "출생", | ||
44번째 줄: | 54번째 줄: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"직업", | |||
"출생", | "출생", | ||
"사망", | "사망", |