메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

틀:공항: 두 판 사이의 차이

항공위키
편집 요약 없음
편집 요약 없음
37번째 줄: 37번째 줄:
|freight=
|freight=
|flight=
|flight=
|homepage=
}}
}}
</pre>
</pre>
89번째 줄: 90번째 줄:
|}</includeonly>
|}</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templ{
{
"params": {
"params": {
"img": {
"img": {
97번째 줄: 97번째 줄:
"example": "[[파일:icn.jpg|280px]]",
"example": "[[파일:icn.jpg|280px]]",
"type": "content",
"type": "content",
"required": true
"required": true,
"aliases": [
"이미지 파일"
]
},
},
"iata": {
"iata": {
104번째 줄: 107번째 줄:
"example": "ICN",
"example": "ICN",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"IATA 3자리 코드"
]
},
},
"icao": {
"icao": {
111번째 줄: 117번째 줄:
"example": "RKSI",
"example": "RKSI",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"ICAO 4자리 코드"
]
},
},
"open": {
"open": {
118번째 줄: 127번째 줄:
"example": "2001년 3월 29일",
"example": "2001년 3월 29일",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"운영 개시일"
]
},
},
"location": {
"location": {
125번째 줄: 137번째 줄:
"example": "인천시 영종동",
"example": "인천시 영종동",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"주소 혹은 대략 위치"
]
},
},
"asl": {
"asl": {
132번째 줄: 147번째 줄:
"example": "15m",
"example": "15m",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"해발고도"
]
},
},
"rwy1": {
"rwy1": {
138번째 줄: 156번째 줄:
"example": "15L/35R",
"example": "15L/35R",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"활주로 명칭"
],
"description": "활주로 기호, 명칭"
},
},
"rwy_len1": {
"rwy_len1": {
145번째 줄: 167번째 줄:
"example": "3850m",
"example": "3850m",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"활주로 길이"
]
},
},
"rwy_remarks1": {
"rwy_remarks1": {
152번째 줄: 177번째 줄:
"example": "CAT-IIIb, 공사 중 등",
"example": "CAT-IIIb, 공사 중 등",
"type": "line",
"type": "line",
"required": true
"required": true,
"aliases": [
"활주로 관련 정보"
]
},
},
"rwy2": {
"rwy2": {
257번째 줄: 285번째 줄:
},
},
"homepage": {
"homepage": {
"label": "홈페이지"
"label": "홈페이지",
"description": "인터넷 사이트",
"example": "https://주소.com"
}
}
},
},
303번째 줄: 333번째 줄:
"flight",
"flight",
"homepage"
"homepage"
]
}age"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

2021년 6월 29일 (화) 14:54 판

"공항" 틀입니다. 다음 형식으로 호출해야 합니다:

{{공항
|img=
|iata=
|icao=
|open=
|location=
|asl=
|rwy1=
|rwy_len1=
||rwy_remarks1=
|rwy2=
|rwy_len2=
||rwy_remarks2=
|rwy3=
|rwy_len3=
||rwy_remarks3=
|rwy4=
|rwy_len4=
||rwy_remarks4=
|rwy5=
|rwy_len5=
||rwy_remarks5=
|rwy6=
|rwy_len6=
||rwy_remarks6=
|rwy7=
|rwy_len7=
||rwy_remarks7=
|rwy8=
|rwy_len8=
||rwy_remarks8=
|pax=
|freight=
|flight=
|homepage=
}}

틀 텍스트를 보려면 문서를 편집하세요.


<templ{ "params": { "img": { "label": "이미지", "description": "공항 대표 이미지", "example": "Icn.jpg", "type": "content", "required": true, "aliases": [ "이미지 파일" ] }, "iata": { "label": "IATA", "description": "IATA 코드", "example": "ICN", "type": "line", "required": true, "aliases": [ "IATA 3자리 코드" ] }, "icao": { "label": "ICAO", "description": "ICAO 코드", "example": "RKSI", "type": "line", "required": true, "aliases": [ "ICAO 4자리 코드" ] }, "open": { "label": "개항일", "description": "공항 개항일", "example": "2001년 3월 29일", "type": "line", "required": true, "aliases": [ "운영 개시일" ] }, "location": { "label": "위치", "description": "공항 위치", "example": "인천시 영종동", "type": "line", "required": true, "aliases": [ "주소 혹은 대략 위치" ] }, "asl": { "label": "해발고도", "description": "해발고도", "example": "15m", "type": "line", "required": true, "aliases": [ "해발고도" ] }, "rwy1": { "label": "활주로1", "example": "15L/35R", "type": "line", "required": true, "aliases": [ "활주로 명칭" ], "description": "활주로 기호, 명칭" }, "rwy_len1": { "label": "길이1", "description": "활주로 길이", "example": "3850m", "type": "line", "required": true, "aliases": [ "활주로 길이" ] }, "rwy_remarks1": { "label": "비고1", "description": "활주로 관련 정보", "example": "CAT-IIIb, 공사 중 등", "type": "line", "required": true, "aliases": [ "활주로 관련 정보" ] }, "rwy2": { "label": "활주로2" }, "rwy_len2": { "label": "길이2" }, "rwy_remarks2": { "label": "비고2" }, "rwy3": { "label": "활주로3" }, "rwy_len3": { "label": "길이3" }, "rwy_remarks3": { "label": "비고3" }, "rwy4": { "label": "활주로4" }, "rwy_len4": { "label": "길이4" }, "rwy_remarks4": { "label": "비고4" }, "rwy5": { "label": "활주로5" }, "rwy_len5": { "label": "길이5" }, "rwy_remarks5": { "label": "비고5" }, "rwy6": { "label": "활주로6" }, "rwy_len6": { "label": "길이6" }, "rwy_remarks6": { "label": "비고6" }, "rwy7": { "label": "활주로7" }, "rwy_len7": { "label": "길이7" }, "rwy_remarks7": { "label": "비고7" }, "rwy8": { "label": "활주로8" }, "rwy_len8": { "label": "길이8" }, "rwy_remarks8": { "label": "비고8" }, "pax": { "label": "여객", "description": "공항 연간 이용객 수", "example": "34,560,234명", "type": "line", "required": true }, "freight": { "label": "화물", "description": "화물 물동량", "example": "345,234톤", "type": "line", "required": true }, "flight": { "label": "운항횟수", "description": "연간 항공기 운항편수", "example": "123,456편", "type": "line", "required": true }, "rwy9": { "label": "활주로9" }, "rwy_len9": { "label": "길이9" }, "rwy_remarks9": { "label": "비고9" }, "rwy10": { "label": "활주로10" }, "rwy_len10": { "label": "길이10" }, "rwy_remarks10": { "label": "비고10" }, "homepage": { "label": "홈페이지", "description": "인터넷 사이트", "example": "https://주소.com" } }, "description": "공항 정보상자", "format": "block", "paramOrder": [ "img", "iata", "icao", "open", "location", "asl", "rwy1", "rwy_len1", "rwy_remarks1", "rwy2", "rwy_len2", "rwy_remarks2", "rwy3", "rwy_len3", "rwy_remarks3", "rwy4", "rwy_len4", "rwy_remarks4", "rwy5", "rwy_len5", "rwy_remarks5", "rwy6", "rwy_len6", "rwy_remarks6", "rwy7", "rwy_len7", "rwy_remarks7", "rwy8", "rwy_len8", "rwy_remarks8", "rwy9", "rwy_len9", "rwy_remarks9", "rwy10", "rwy_len10", "rwy_remarks10", "pax", "freight", "flight", "homepage" ] }age" ] } </templatedata>