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

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

항공위키
편집 요약 없음
편집 요약 없음
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>