바뀜

둘러보기로 가기 검색하러 가기
3,449 바이트 추가됨 ,  2020년 2월 28일 (금) 16:22
잔글
변수 라벨을 이해하기 쉽도록 정정
1번째 줄: 1번째 줄:  
학내 [[자치기구]], [[의결기구]], [[집행기구]]의 정보 틀입니다.
 
학내 [[자치기구]], [[의결기구]], [[집행기구]]의 정보 틀입니다.
 +
== 매개 변수 ==
 +
<templatedata>
 +
{
 +
"params": {
 +
"그림": {
 +
"type": "string",
 +
"suggested": true,
 +
"example": "[[파일:그림.jpg]]"
 +
},
 +
"그림크기": {
 +
"type": "string"
 +
},
 +
"그림설명": {
 +
"type": "string"
 +
},
 +
"약칭": {
 +
"type": "string",
 +
"suggested": true,
 +
"label": "약칭 또는 속칭"
 +
},
 +
"설립일": {
 +
"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]"
 +
},
 +
"직함": {
 +
"description": "기구장의 직함을 입력하세요(의결기구의 경우) 의장",
 +
"example": "[[총학생회장]]",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"영문명": {
 +
"description": "기구의 영문명을 입력합니다",
 +
"example": "Undergraduate Student Council",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"이메일": {
 +
"description": "기구의 이메일 주소를 입력해주세요",
 +
"example": "kaistusc@kaist.ac.kr",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"사무실": {
 +
"description": "사무실이 있다면 위치를 적어주세요",
 +
"example": "{{건물|N13-1}} 301호",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"기구명": {
 +
"description": "기구의 공식 명칭을 입력하세요",
 +
"type": "string"
 +
},
 +
"규칙": {
 +
"description": "이 기구의 자치규칙 혹은 운영규칙을 적어주세요",
 +
"example": "[[학생회칙]]",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"해산일": {}
 +
},
 +
"paramOrder": [
 +
"기구명",
 +
"영문명",
 +
"그림",
 +
"그림크기",
 +
"그림설명",
 +
"약칭",
 +
"설립일",
 +
"해산일",
 +
"현재대수",
 +
"인원",
 +
"규칙",
 +
"전신",
 +
"후신",
 +
"직함",
 +
"기구장",
 +
"부기구장",
 +
"상급기구",
 +
"산하기구",
 +
"사무실",
 +
"이메일",
 +
"웹사이트"
 +
],
 +
"format": "block",
 +
"description": "기구의 정보를 나타내기 위한 틀입니다."
 +
}
 +
</templatedata>
 +
[[분류:정보 틀]]

둘러보기 메뉴