Template:Corporation: Difference between revisions
Jump to navigation
Jump to search
(Added parent company field, cleaned TemplateData) |
No edit summary |
||
Line 98: | Line 98: | ||
"label": "Subsidiary Groups", |
"label": "Subsidiary Groups", |
||
"type": "string", |
"type": "string", |
||
− | "suggested": true |
+ | "suggested": true, |
+ | "description": "Subsidiary companies" |
||
}, |
}, |
||
"full_name": { |
"full_name": { |
||
Line 119: | Line 120: | ||
"label": "Year of Dissolution", |
"label": "Year of Dissolution", |
||
"type": "date", |
"type": "date", |
||
+ | "suggested": true |
||
+ | }, |
||
+ | "parent": { |
||
+ | "label": "Parent company", |
||
+ | "description": "Parent or holding company", |
||
+ | "type": "wiki-page-name", |
||
"suggested": true |
"suggested": true |
||
} |
} |
||
Line 133: | Line 140: | ||
"area", |
"area", |
||
"foundation_year", |
"foundation_year", |
||
+ | "dissolved_year", |
||
"ceo", |
"ceo", |
||
− | " |
+ | "parent", |
− | " |
+ | "subsidiaries" |
] |
] |
||
} |
} |
Revision as of 22:48, 9 February 2025
Usage
{{Corporation |name = [company short name] |full_name = [full company name] |logo = KP_dark.png|logodesc = [logodesc] |industry = [industry] |headquarters = [nation/address] |area = [operating_locations] |foundation_year = [foundation_year] |dissolved_year = [dissolved_year] |year = [foundation_year] |ceo = [ceo] |subsidiaries = [subcompanies] }}
Sub-template components
{{Corporation/Airline|...}}
: Section for airlines and other air-services companies.
TemplateData
Infobox for Corporations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Company Name | name | Usage name of the company
| String | required |
Full Company Name | full_name | no description | String | optional |
Logo | logo | no description
| File | required |
Logo description | logodesc | A short description of the logos features | String | suggested |
Industry | industry | Industry the company specialises in | String | required |
Headquarters Location | headquarters | Location of the company's headquarters | String | required |
Regions of Operation | area | Area typically served by the company
| String | suggested |
Year of Foundation | foundation_year | no description | Date | suggested |
Year of Dissolution | dissolved_year | no description | Date | suggested |
Company CEO | ceo | no description | String | suggested |
Parent company | parent | Parent or holding company | Page name | suggested |
Subsidiary Groups | subsidiaries | Subsidiary companies | String | suggested |