(새 문서: <noinclude> {{#template_params:NAME_K (label=명칭)|NAME_E (label=명칭(영문))|FOUNDED (label=설립일)|BUSINESS (label=사업분야)|CEO (label=대표)|IPO (label=상장 여부)|PARENT (label=모기업)|SUBS (label=자회사;list)|HQ (label=본사)|REV (label=매출)|WEB (label=웹사이트)}} </noinclude><includeonly> {{#template_display:_format=infobox}}</includeonly> <noinclude> <templatedata> { "params": { "NAME_K": { "label": "명칭(한)", "description": "...) |
편집 요약 없음 |
||
(같은 사용자의 중간 판 22개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<noinclude> | <noinclude> | ||
{{# | ==사용법== | ||
항공 관련 기업 정보를 삽입하는 틀입니다. | |||
{{# | ==소스 편집 화면== | ||
<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: {{{비고|}}} | {{{비고|}}} }} | |||
|}</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "명칭": { | ||
"label": "명칭 | "label": "한글 명칭", | ||
"description": "기업 공식 명칭", | "description": "기업 공식 명칭", | ||
"example": " | "example": "한국항공", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "영문": { | ||
"label": "명칭 | "label": "영문 명칭", | ||
"description": "공식 영문 명칭", | "description": "공식 영문 명칭", | ||
"example": "KOREA AIRPORT SERVICE", | "example": "KOREA AIRPORT SERVICE Co., Ltd.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "설립": { | ||
"label": "설립일", | "label": "설립일", | ||
"example": "2001년 3월 5일", | "example": "2001년 3월 5일", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"aliases": [ | |||
"설립" | |||
], | |||
"suggested": true | |||
}, | }, | ||
" | "사업분야": { | ||
"label": "사업분야", | "label": "사업분야", | ||
"example": "지상조업, 기내식, 항공정비", | "example": "지상조업, 기내식, 항공정비", | ||
33번째 줄: | 83번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "대표": { | ||
"label": "대표", | "label": "대표", | ||
"example": "홍길동", | "example": "홍길동", | ||
39번째 줄: | 89번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "상장": { | ||
"label": "상장", | "label": "상장", | ||
"description": "상장 여부", | "description": "상장 여부", | ||
46번째 줄: | 96번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "모기업": { | ||
"label": "모기업", | "label": "모기업", | ||
"example": "대한항공", | "example": "대한항공", | ||
52번째 줄: | 102번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "자회사": { | ||
"label": "자회사", | "label": "자회사", | ||
"required": true | "required": true, | ||
"type": "content", | |||
"suggestedvalues": [ | |||
"list" | |||
] | |||
}, | }, | ||
" | "본사": { | ||
"label": "본사", | "label": "본사 위치", | ||
"description": "본사 위치", | "description": "본사 위치", | ||
"example": "서울 강서구 화곡동", | "example": "서울 강서구 화곡동", | ||
63번째 줄: | 117번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "매출": { | ||
"label": " | "label": "매출액", | ||
"description": "매출액", | "description": "매출액", | ||
"example": "9800억 원", | "example": "9800억 원", | ||
70번째 줄: | 124번째 줄: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "웹사이트": { | ||
"label": "웹사이트", | "label": "웹사이트", | ||
"description": "웹사이트 주소", | "description": "웹사이트 주소", | ||
"example": "https://koreaairservice.com", | "example": "https://koreaairservice.com", | ||
"type": "url", | "type": "url", | ||
"required": true | |||
}, | |||
"비고": { | |||
"label": "비고", | |||
"description": "기타 기업 설명", | |||
"example": "그룹 지주사", | |||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "항공 분야 관련 기업 | "description": "항공 분야 관련 기업 정보 틀입니다", | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
__NOTOC__ | |||
[[분류:항공시장]] | [[분류:항공시장]] |
2024년 12월 18일 (수) 21:40 기준 최신판
사용법[원본 편집]
항공 관련 기업 정보를 삽입하는 틀입니다.
소스 편집 화면[원본 편집]
{{기업 |명칭= |영문= |설립= |사업분야= |대표= |상장= |모기업= |자회사= |본사= |매출= |웹사이트= |비고= }}
시각편집기 화면[원본 편집]
메뉴 '넣기'에서 틀을 불러낸 후 "기업" 입력합니다.
틀 설명[원본 편집]
항공 분야 관련 기업 정보 틀입니다
변수 | 설명 | 형식 | 상태 | |
---|---|---|---|---|
한글 명칭 | 명칭 | 기업 공식 명칭
| 문자열 | 필수 |
영문 명칭 | 영문 | 공식 영문 명칭
| 문자열 | 필수 |
설립일 | 설립 설립 | 설명 없음
| 문자열 | 필수 |
사업분야 | 사업분야 | 설명 없음
| 문자열 | 필수 |
대표 | 대표 | 설명 없음
| 문자열 | 필수 |
상장 | 상장 | 상장 여부
| 문자열 | 필수 |
모기업 | 모기업 | 설명 없음
| 문자열 | 필수 |
자회사 | 자회사 | 설명 없음
| 내용 | 필수 |
본사 위치 | 본사 | 본사 위치
| 문자열 | 필수 |
매출액 | 매출 | 매출액
| 문자열 | 필수 |
웹사이트 | 웹사이트 | 웹사이트 주소
| URL | 필수 |
비고 | 비고 | 기타 기업 설명
| 알 수 없음 | 필수 |