본문으로 이동

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

4,794 바이트 추가됨 ,  2024년 12월 18일 (수)
편집 요약 없음
(새 문서: <noinclude> {{#template_params:항공사|편명|기종 (label=항공기종)|등록번호|일자|위치|출발지|경유지|목적지|승무원|탑승객|사망자|비고}} </noinclude><includeonly> {{#template_display:_format=standard}}</includeonly> )
 
편집 요약 없음
1번째 줄: 1번째 줄:
<noinclude>
<noinclude>
{{#template_params:항공사|편명|기종 (label=항공기종)|등록번호|일자|위치|출발지|경유지|목적지|승무원|탑승객|사망자|비고}}
==사용법==
</noinclude><includeonly>
항공 사고 정보 개요를 삽입하는 틀입니다.
{{#template_display:_format=standard}}</includeonly>
==소스 편집 화면==
<pre>
{{항공사고
|항공사=
|편명=
|기종=
|등록번호=
|일자=
|위치=
|출발지=
|경유지=
|목적지=
|승무원=
|탑승객=
|사망자=
|비고=
}}
</pre>
==시각편집기 화면==
메뉴 '넣기'에서 틀을 불러낸 후 "항공사고"를 입력합니다.
==틀 설명==
</noinclude><includeonly>{| class="airlines_info mw-collapsible " /* mw-collapsed */
! style="text-align: center; background-color:#eaeaea; padding: 0.4em 1em 0.3em;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
|-
| class="t-inner-padding" width="28%" margin-top="0.2em"| {{#if: {{{항공사|}}} | 항공사}} || class="t-inner-padding" | {{#if: {{{항공사|}}} | {{{항공사|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{편명|}}} | 편명 }} || class="t-inner-padding" | {{#if: {{{편명|}}} | {{{편명|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{기종|}}} | 기종 }} || class="t-inner-padding" | {{#if: {{{기종|}}} | {{{기종|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{등록번호|}}} | 등록번호 }} || class="t-inner-padding" | {{#if: {{{등록번호|}}} | {{{등록번호|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{일자|}}} | 일자 }} || class="t-inner-padding" | {{#if: {{{일자|}}} | {{{일자|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{위치|}}} | 위치 }} || class="t-inner-padding" | {{#if: {{{위치|}}} | {{{위치|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{출발지|}}} | 출발지 }} || class="t-inner-padding" | {{#if: {{{출발지|}}} | {{{출발지|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{경유지|}}} | 경유지 }} || class="t-inner-padding" | {{#if: {{{경유지|}}} | {{{경유지|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{목적지|}}} | 목적지 }} || class="t-inner-padding" | {{#if: {{{목적지|}}} | {{{목적지|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{승무원|}}} | 승무원 }} || class="t-inner-padding" | {{#if: {{{승무원|}}} | {{{승무원|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{탑승객|}}} | 탑승객 }} || class="t-inner-padding" | {{#if: {{{탑승객|}}} | {{{탑승객|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{사망자|}}} | 사망자 }} || class="t-inner-padding" | {{#if: {{{사망자|}}} | {{{사망자|}}} }}
|-
| class="t-inner-padding" | {{#if: {{{비고|}}} | 비고 }} || class="t-inner-padding" | {{#if: {{{비고|}}} | {{{비고|}}} }}
|}</includeonly>
<noinclude>
<templatedata>
{
"params": {
"항공사": {
"label": "항공사",
"description": "항공사 명칭",
"example": "XX항공",
"type": "string",
"required": true,
"suggested": true
},
"편명": {
"label": "편명",
"description": "항공편명",
"example": "AA154",
"type": "string",
"required": true,
"suggested": true
},
"기종": {
"label": "항공기종",
"description": "항공기 종류",
"example": "B737",
"type": "string",
"required": true,
"suggested": true
},
"등록번호": {
"label": "등록번호",
"description": "항공기 등록번호",
"example": "R234",
"type": "string",
"required": true,
"suggested": true
},
"일자": {
"label": "일자",
"description": "사고 일자",
"example": "2015년 3월 5일",
"type": "string",
"required": true,
"suggested": true
},
"위치": {
"label": "위치",
"description": "사고 장소",
"example": "런던 히드로공항 북서쪽 51km",
"type": "string",
"required": true,
"suggested": true
},
"출발지": {
"label": "출발지",
"description": "출발 공항",
"example": "JFK(KJFK)",
"type": "string",
"required": true,
"suggested": true
},
"경유지": {
"label": "경유지",
"description": "경유 공항",
"example": "LAX(KLAX)",
"type": "string",
"required": true,
"suggested": true
},
"목적지": {
"label": "목적지",
"description": "도착 공항",
"example": "LHR(EGLL)",
"type": "string",
"required": true,
"suggested": true
},
"승무원": {
"label": "승무원",
"description": "탑승 승무원",
"example": "12명(2/10) (조종사/객실승무원)",
"type": "string",
"required": true,
"suggested": true
},
"탑승객": {
"label": "탑승객",
"description": "탑승객 숫자",
"example": "241명 (8/233) (클래스별)",
"type": "string",
"required": true,
"suggested": true
},
"사망자": {
"label": "사망자",
"description": "사망자",
"type": "string",
"required": true,
"suggested": true,
"example": "198명 (승무원 5명/승객 194명)"
},
"비고": {
"label": "비고",
"description": "기타 사항",
"example": "사고 기체 발견되지 않음",
"type": "string",
"required": true,
"suggested": true
}
},
"description": "항공사고 정보 개요 틀입니다.",
"format": "block"
}
</templatedata>
</noinclude>