틀:Co: 두 판 사이의 차이
잔글편집 요약 없음 |
편집 요약 없음 |
||
| 2번째 줄: | 2번째 줄: | ||
<noinclude> | <noinclude> | ||
[[분류:관리 틀]] | [[분류:관리 틀]] | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"file", | |||
"파일" | |||
], | |||
"label": "파일 이름", | |||
"description": "인용하는 위키미디어 공용 내 파일명 (다만 '''파일:'''은 제외합니다)", | |||
"example": "Korea President Park Kansong Culture Exhibition 01 (14324130250).jpg", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "저자", | |||
"description": "해당 파일을 만든 사람의 이름입니다.", | |||
"example": "Korea.net", | |||
"type": "wiki-user-name", | |||
"suggested": true | |||
}, | |||
"3": { | |||
"label": "사용자 소속", | |||
"description": "커먼즈 이외의 다른 국가를 인용할 때 이 태그를 사용합니다.", | |||
"example": "ko", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3" | |||
] | |||
} | |||
</templatedata></noinclude> | |||