바뀜

둘러보기로 가기 검색하러 가기
1,176 바이트 추가됨 ,  2020년 3월 1일 (일) 20:08
잔글
변수 추가
39번째 줄: 39번째 줄:  
"description": "단체의 소속 단체(상위 단체)를 입력해주세요.",
 
"description": "단체의 소속 단체(상위 단체)를 입력해주세요.",
 
"type": "string",
 
"type": "string",
 +
"suggested": true
 +
},
 +
"단체장": {
 +
"description": "단체장의 이름을 입력해주세요.",
 +
"example": "[[홍길동]]",
 +
"type": "wiki-page-name",
 +
"suggested": true
 +
},
 +
"산하": {
 +
"description": "단체 산하에 있는 단체들을 입력해주세요.",
 +
"example": "단체A, 단체B",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"전화번호": {
 +
"description": "단체의 전화번호를 입력해주세요.",
 +
"example": "012-345-689",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"웹사이트": {
 +
"description": "웹사이트의 URL을 입력해주세요.",
 +
"type": "url",
 +
"suggested": true
 +
},
 +
"기타연락처": {
 +
"label": "기타 연락처",
 +
"description": "기타 연락처를 기록해주세요.",
 +
"type": "string"
 +
},
 +
"사무실": {
 +
"description": "사무실 주소를 입력해주세요.",
 +
"example": "{{건물|N13-1}} 301호",
 +
"type": "wiki-page-name",
 
"suggested": true
 
"suggested": true
 
}
 
}
 
},
 
},
 
"format": "block",
 
"format": "block",
"description": "단체에 관한 문서의 상단에 삽입하는 정보상자입니다."
+
"description": "단체에 관한 문서의 상단에 삽입하는 정보상자입니다.",
 +
"paramOrder": [
 +
"제목",
 +
"영문명",
 +
"그림",
 +
"그림설명",
 +
"약칭",
 +
"설립일",
 +
"해산일",
 +
"소속",
 +
"산하",
 +
"단체장",
 +
"사무실",
 +
"전화번호",
 +
"웹사이트",
 +
"기타연락처"
 +
]
 
}
 
}
 
</templatedata>
 
</templatedata>

둘러보기 메뉴