5번째 줄: |
5번째 줄: |
| "params": { | | "params": { |
| "이름": { | | "이름": { |
− | "suggested": true | + | "description": "동아리의 공식 명칭이 문서의 제목과 다르다면 입력해주세요", |
| + | "example": "홍길동아리", |
| + | "type": "string" |
| }, | | }, |
| "영문명": { | | "영문명": { |
− | "suggested": true | + | "suggested": true, |
| + | "description": "동아리의 영문 명칭이 별도로 존재한다면 입력해주세요", |
| + | "example": "ABClub", |
| + | "type": "string" |
| }, | | }, |
| "그림": { | | "그림": { |
− | "suggested": true | + | "suggested": true, |
| + | "label": "로고", |
| + | "description": "로고 또는 동아리를 소개하는 사진 입력해주세요", |
| + | "type": "wiki-file-name", |
| + | "autovalue": "[[파일:example.png]]" |
| }, | | }, |
| "그림설명": { | | "그림설명": { |
− | "suggested": true | + | "suggested": true, |
− | },
| + | "description": "로고나 사진에 대한 설명이 있다면 입력해주세요", |
− | "설립연도": {
| + | "example": "홍길동아리 로고 초안", |
− | "suggested": true | + | "type": "string", |
| + | "autovalue": "" |
| }, | | }, |
| "소속 분과": { | | "소속 분과": { |
− | "suggested": true | + | "type": "string", |
| + | "deprecated": "소속" |
| }, | | }, |
| "동아리방": { | | "동아리방": { |
| + | "suggested": true, |
| + | "description": "동아리방의 위치를 적어주세요", |
| + | "example": "{{건물|N13}} 001호", |
| + | "type": "string" |
| + | }, |
| + | "전화번호": { |
| + | "suggested": true, |
| + | "description": "전화번호가 있다면 입력해주세요", |
| + | "example": "000-0000-0000", |
| + | "type": "string" |
| + | }, |
| + | "이메일": { |
| + | "suggested": true, |
| + | "description": "공식 이메일 주소가 있다면 입력해주세요", |
| + | "example": "ABClub@kaist.ac.kr", |
| + | "type": "string" |
| + | }, |
| + | "웹사이트": { |
| + | "suggested": true, |
| + | "description": "웹사이트가 있다면 입력해주세요", |
| + | "example": "[http://www.example.com/]", |
| + | "type": "url" |
| + | }, |
| + | "회장": { |
| + | "suggested": true, |
| + | "example": "[[홍길동]]", |
| + | "type": "wiki-page-name" |
| + | }, |
| + | "모집시기": { |
| + | "description": "동아리원 모집 시기를 대략적으로 적어주세요", |
| + | "example": "봄학기 초, 가을학기 초, 상시모집, ...", |
| + | "type": "string", |
| "suggested": true | | "suggested": true |
| }, | | }, |
− | "전화번호": { | + | "모집인원": { |
| + | "description": "모집 인원을 대략적으로 적어주세요", |
| + | "type": "string", |
| "suggested": true | | "suggested": true |
| }, | | }, |
− | "이메일": { | + | "인원": { |
| + | "example": "30", |
| + | "type": "string", |
| "suggested": true | | "suggested": true |
| }, | | }, |
− | "웹사이트": { | + | "설립일": { |
| + | "aliases": [ |
| + | "설립연도" |
| + | ], |
| + | "description": "동아리의 설립일을 입력해주세요", |
| + | "example": "2019년 1월 1일", |
| + | "type": "date", |
| "suggested": true | | "suggested": true |
| }, | | }, |
− | "회장": { | + | "약칭": {}, |
| + | "해산일": { |
| + | "description": "해산하였다면 해산일을 입력해주세요", |
| + | "example": "20019년 1월 1일", |
| + | "type": "date" |
| + | }, |
| + | "내규": { |
| + | "description": "내규 또는 자치회칙이 존재한다면 입력해주세요", |
| + | "example": "[[홍길동아리/회칙]]", |
| + | "type": "wiki-page-name", |
| "suggested": true | | "suggested": true |
| }, | | }, |
− | "모집시기": {}, | + | "소속": { |
− | "모집인원": {},
| + | "description": "동아리의 소속을 입력해주세요", |
− | "인원": {}
| + | "example": "학부/대학원 동아리연합회 중앙동아리/정동아리/가동아리", |
| + | "type": "string", |
| + | "suggested": true |
| + | } |
| }, | | }, |
| "description": "동아리 문서에 삽입하는 정보 틀입니다", | | "description": "동아리 문서에 삽입하는 정보 틀입니다", |
45번째 줄: |
110번째 줄: |
| "이름", | | "이름", |
| "영문명", | | "영문명", |
| + | "약칭", |
| "그림", | | "그림", |
| "그림설명", | | "그림설명", |
− | "설립연도", | + | "설립일", |
| + | "해산일", |
| + | "소속", |
| "소속 분과", | | "소속 분과", |
| + | "내규", |
| "인원", | | "인원", |
| "회장", | | "회장", |
57번째 줄: |
126번째 줄: |
| "이메일", | | "이메일", |
| "웹사이트" | | "웹사이트" |
− | ] | + | ], |
| + | "format": "{{_\n| _ = _\n}}\n" |
| } | | } |
| </templatedata> | | </templatedata> |
| [[분류:정보 틀]] | | [[분류:정보 틀]] |