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

항공위키
편집 요약 없음
편집 요약 없음
24번째 줄: 24번째 줄:
| colspan=2 | 매출 || colspan=2 | {{{revenue|}}}
| colspan=2 | 매출 || colspan=2 | {{{revenue|}}}
|}</includeonly>
|}</includeonly>
<noinclude>
<templatedata>
{
"params": {
"airlines": {
"label": "항공사",
"description": "항공사명",
"example": "사우스웨스트항공",
"type": "line",
"required": true,
"suggested": true
},
"iata": {
"label": "IATA 코드",
"description": "2 Letter IATA Code",
"example": "KE, DL",
"type": "line",
"required": true,
"suggested": true
},
"icao": {
"label": "ICAO 코드",
"description": "3 Letter ICAO Code",
"example": "KAL, LUV, AAR",
"type": "string",
"required": true,
"suggested": true
},
"callsign": {
"label": "콜사인",
"description": "항공사 호출 명칭",
"example": "SPEED BIRD, KOREAN AIR",
"type": "string",
"required": true,
"suggested": true
},
"homepage": {
"label": "홈페이지",
"description": "홈페이지 주소",
"example": "[https://aa.com aa.com]",
"type": "string",
"default": "[https://",
"required": true,
"suggested": true
},
"pax": {
"label": "여객수송실적",
"description": "연간 여객수송실적",
"example": "2,415만 명",
"type": "string"
},
"revenue": {
"label": "매출액",
"description": "연간 매출액",
"example": "38억 달러 (4조 5천억 원, 2018년)",
"type": "string"
}
},
"description": "항공사 기본 정보 테이블"
}
</templatedata>
</noinclude>

2020년 5월 9일 (토) 02:55 판

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

{{항공사
|airlines=
|iata=
|icao=
|callsign=
|homepage=
|pax=
|revenue=
}}

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


항공사 기본 정보 테이블

틀 변수

변수설명형식상태
항공사airlines

항공사명

예시
사우스웨스트항공
짧은 문구필수
IATA 코드iata

2 Letter IATA Code

예시
KE, DL
짧은 문구필수
ICAO 코드icao

3 Letter ICAO Code

예시
KAL, LUV, AAR
문자열필수
콜사인callsign

항공사 호출 명칭

예시
SPEED BIRD, KOREAN AIR
문자열필수
홈페이지homepage

홈페이지 주소

기본값
[https://
예시
[https://aa.com aa.com]
문자열필수
여객수송실적pax

연간 여객수송실적

예시
2,415만 명
문자열선택 사항
매출액revenue

연간 매출액

예시
38억 달러 (4조 5천억 원, 2018년)
문자열선택 사항