바뀜

2,176 바이트 추가됨 ,  2018년 12월 9일 (일) 19:39
잔글
편집 요약 없음
1번째 줄: 1번째 줄:  
학내 [[자치기구]], [[의결기구]], [[집행기구]]의 정보 틀입니다.
 
학내 [[자치기구]], [[의결기구]], [[집행기구]]의 정보 틀입니다.
 +
<templatedata>
 +
{
 +
"params": {
 +
"그림": {
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"그림크기": {
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"그림설명": {
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"약칭": {
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"설립일": {
 +
"type": "date",
 +
"suggested": true,
 +
"description": "설립일을 입력해주세요. 연월이나 연도만 입력해도 괜찮습니다.",
 +
"example": "1987년 3월 24일"
 +
},
 +
"현재대수": {
 +
"type": "number",
 +
"suggested": true
 +
},
 +
"전신": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "이 기구의 전신을 입력해주세요.",
 +
"example": "[[중앙집행국]]"
 +
},
 +
"후신": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "이 기구의 후신을 입력해주세요.",
 +
"example": "[[중앙집행위원회]]"
 +
},
 +
"인원": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "인원 수를 입력해주세요.",
 +
"example": "30"
 +
},
 +
"부기구장": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "현 부기구장의 이름을 입력해주세요",
 +
"example": "[[청길동]]"
 +
},
 +
"기구장": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "현 기구장의 이름을 입력해주세요.",
 +
"example": "[[홍길동]]"
 +
},
 +
"상급기구": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "상급기구의 이름을 입력해주세요",
 +
"example": "[[기구기구]]"
 +
},
 +
"산하기구": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "산하기구의 이름을 입력해주세요",
 +
"example": "[[기구기구]]"
 +
},
 +
"웹사이트": {
 +
"type": "string",
 +
"suggested": true,
 +
"description": "이 기구의 웹사이트 URL을 입력해주세요.",
 +
"example": "[https://student.kaist.ac.kr student.kaist.ac.kr]"
 +
}
 +
},
 +
"paramOrder": [
 +
"그림",
 +
"그림크기",
 +
"그림설명",
 +
"약칭",
 +
"설립일",
 +
"현재대수",
 +
"인원",
 +
"전신",
 +
"후신",
 +
"기구장",
 +
"부기구장",
 +
"상급기구",
 +
"산하기구",
 +
"웹사이트"
 +
],
 +
"format": "block"
 +
}
 +
</templatedata>