Template:Corporation: Difference between revisions
Jump to navigation
Jump to search
(Added parent company field, cleaned TemplateData) |
Tag: Rollback |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 27: | Line 27: | ||
|foundation_year = [foundation_year] |
|foundation_year = [foundation_year] |
||
|dissolved_year = [dissolved_year] |
|dissolved_year = [dissolved_year] |
||
| − | |year = [foundation_year] |
||
|ceo = [ceo] |
|ceo = [ceo] |
||
| + | |parent = [parent_company] |
||
|subsidiaries = [subcompanies] |
|subsidiaries = [subcompanies] |
||
}} |
}} |
||
| Line 41: | Line 41: | ||
|foundation_year = [foundation_year] |
|foundation_year = [foundation_year] |
||
|dissolved_year = [dissolved_year] |
|dissolved_year = [dissolved_year] |
||
| − | |year = [foundation_year] |
||
|ceo = [ceo] |
|ceo = [ceo] |
||
| + | |parent = [parent_company] |
||
|subsidiaries = [subcompanies] |
|subsidiaries = [subcompanies] |
||
}} |
}} |
||
| Line 63: | Line 63: | ||
"required": true, |
"required": true, |
||
"default": "{{PAGENAME}}", |
"default": "{{PAGENAME}}", |
||
| − | "description": "Usage name of the company" |
+ | "description": "Usage name of the company", |
| + | "example": "Automated Deterrence" |
||
}, |
}, |
||
"logo": { |
"logo": { |
||
| Line 70: | Line 71: | ||
"required": true, |
"required": true, |
||
"default": "KP_dark.png", |
"default": "KP_dark.png", |
||
| − | "example": "KP dark.png" |
+ | "example": "KP dark.png", |
| + | "description": "Logo of the company" |
||
}, |
}, |
||
"logodesc": { |
"logodesc": { |
||
| Line 87: | Line 89: | ||
"label": "Company CEO", |
"label": "Company CEO", |
||
"type": "string", |
"type": "string", |
||
| − | "suggested": true |
+ | "suggested": true, |
| + | "description": "Current CEO or leader of the company, may consist of several individuals." |
||
}, |
}, |
||
"headquarters": { |
"headquarters": { |
||
| Line 98: | Line 101: | ||
"label": "Subsidiary Groups", |
"label": "Subsidiary Groups", |
||
"type": "string", |
"type": "string", |
||
| + | "description": "Subsidiary companies" |
||
| − | "suggested": true |
||
}, |
}, |
||
"full_name": { |
"full_name": { |
||
"label": "Full Company Name", |
"label": "Full Company Name", |
||
| − | "type": "string" |
+ | "type": "string", |
| + | "description": "Full name", |
||
| + | "example": "Automated Deterrence Defense Solutions Inc." |
||
}, |
}, |
||
"area": { |
"area": { |
||
| Line 114: | Line 119: | ||
"label": "Year of Foundation", |
"label": "Year of Foundation", |
||
"type": "date", |
"type": "date", |
||
| − | "suggested": true |
+ | "suggested": true, |
| + | "description": "Year the company was founded" |
||
}, |
}, |
||
"dissolved_year": { |
"dissolved_year": { |
||
"label": "Year of Dissolution", |
"label": "Year of Dissolution", |
||
"type": "date", |
"type": "date", |
||
| + | "description": "Year the company was dissolved, if any" |
||
| − | "suggested": true |
||
| + | }, |
||
| + | "parent": { |
||
| + | "label": "Parent company", |
||
| + | "description": "Parent or holding company", |
||
| + | "type": "wiki-page-name" |
||
} |
} |
||
}, |
}, |
||
| Line 133: | Line 144: | ||
"area", |
"area", |
||
"foundation_year", |
"foundation_year", |
||
| + | "dissolved_year", |
||
"ceo", |
"ceo", |
||
| − | " |
+ | "parent", |
| − | " |
+ | "subsidiaries" |
] |
] |
||
} |
} |
||
Latest revision as of 17:31, 10 October 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]
|ceo = [ceo]
|parent = [parent_company]
|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 | Full name
| String | optional |
| Logo | logo | Logo of the company
| 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 | Year the company was founded | Date | suggested |
| Year of Dissolution | dissolved_year | Year the company was dissolved, if any | Date | optional |
| Company CEO | ceo | Current CEO or leader of the company, may consist of several individuals. | String | suggested |
| Parent company | parent | Parent or holding company | Page name | optional |
| Subsidiary Groups | subsidiaries | Subsidiary companies | String | optional |
