|
|
1번째 줄: |
1번째 줄: |
| <noinclude>
| |
| "테스트" 틀입니다.
| |
| 다음 형식으로 호출해야 합니다:
| |
| <pre>
| |
| {{테스트
| |
| |type=
| |
| |hold=
| |
| |order=
| |
| |remarks=
| |
| }}
| |
| </pre>
| |
| 틀 텍스트를 보려면 문서를 편집하세요.
| |
| </noinclude><includeonly>{| class="wikitable"
| |
| ! 기종
| |
| | {{#arraymap:{{{type|}}}|,|x|[[x]]}}
| |
|
| |
|
| |-
| |
| ! 보유
| |
| | {{#arraymap:{{{hold|}}}|,|x|[[x]]}}
| |
|
| |
| |-
| |
| ! 주문
| |
| | {{#arraymap:{{{order|}}}|,|x|[[x]]}}
| |
|
| |
| |-
| |
| ! 비고
| |
| | {{#arraymap:{{{remarks|}}}|,|x|[[x]]}}
| |
|
| |
| |}
| |
| </includeonly>
| |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "type": {
| |
| "label": "기종",
| |
| "description": "항공기종",
| |
| "example": "A330-200, B787-9",
| |
| "type": "line",
| |
| "required": true
| |
| },
| |
| "hold": {
| |
| "label": "보유",
| |
| "description": "보유하고 있는 항공기 대수",
| |
| "example": "3",
| |
| "type": "line"
| |
| },
| |
| "order": {
| |
| "label": "주문",
| |
| "description": "주문 대수",
| |
| "example": "20",
| |
| "type": "line"
| |
| },
| |
| "remarks": {
| |
| "label": "비고",
| |
| "description": "기종별 특이사항",
| |
| "example": "2021년 도입 예정",
| |
| "type": "line"
| |
| }
| |
| },
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |