바뀜

둘러보기로 가기 검색하러 가기
2,076 바이트 추가됨 ,  2019년 1월 7일 (월) 19:44
새 문서: == 매개변수 == === 틀데이터 === <templatedata> { "params": { "강의명": { "description": "강의의 공식 명칭을 입력합니다. 되도록 한글 명칭을...
== 매개변수 ==
=== 틀데이터 ===
<templatedata>
{
"params": {
"강의명": {
"description": "강의의 공식 명칭을 입력합니다. 되도록 한글 명칭을 권장합니다.",
"example": "프로그래밍 기초",
"type": "string"
},
"영문명": {
"description": "강의명과 별개로 영문명칭이 존재할 경우 입력합니다.",
"example": "Introduction to Programming",
"type": "string",
"suggested": true
},
"학과": {
"description": "강의를 개설하는 학부 또는 학과를 입력합니다.",
"example": "[[전산학부]]",
"type": "string",
"suggested": true
},
"분류": {
"description": "강의의 분류를 입력해주세요",
"example": "[[기초필수]]",
"type": "string",
"required": true,
"suggested": true
},
"과목코드": {
"description": "강의의 과목코드를 입력해주세요",
"example": "CS101",
"type": "string",
"required": true,
"suggested": true
},
"전산코드": {
"description": "강의의 전산코드를 입력해주세요",
"example": "36.101",
"type": "string"
},
"교수": {
"description": "강의의 전담 교수가 있다면 입력해주세요",
"example": "[[홍길동]]",
"type": "string",
"suggested": true
},
"개설학기": {
"description": "교과과정 기준 학사 강의가 개설되는 학기를 입력해주세요. 단, 실제 개설 현황과 불일치하는 경우 생략해주세요.",
"example": "봄, 가을",
"type": "string",
"suggested": true
},
"강의": {
"description": "강의 시간을 입력해주세요",
"example": "3",
"type": "string",
"suggested": true
},
"실험": {
"description": "실험 시간을 입력해주세요",
"example": "3",
"type": "string",
"suggested": true
},
"학점": {
"description": "학점을 입력해주세요",
"example": "3",
"type": "string",
"suggested": true
}
},
"description": "강의 문서에 삽입하는 틀입니다.",
"format": "block"
}
</templatedata>

둘러보기 메뉴