Template:Corporation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
<includeonly>{{Infobox/begin}} |
<includeonly>{{Infobox/begin}} |
||
− | {{Infobox/Header|title={{{name}}}|subtitle={{{ |
+ | {{Infobox/Header|title={{{name}}}|subtitle={{{full_name}}}}} |
{{Infobox/Illustration|file=[[File:{{{logo}}}]]|caption={{{logodesc}}}}} |
{{Infobox/Illustration|file=[[File:{{{logo}}}]]|caption={{{logodesc}}}}} |
||
{{Infobox/Item|key=Industry|value={{{industry}}}}} |
{{Infobox/Item|key=Industry|value={{{industry}}}}} |
||
Line 14: | Line 14: | ||
{{Infobox/end}}</includeonly> |
{{Infobox/end}}</includeonly> |
||
− | <noinclude> |
+ | <noinclude>{{Corporation |
+ | |name = {{PAGENAME}} |
||
− | {{Infobox/begin}} |
||
+ | |full_name = [full company name] |
||
− | {{Infobox/Header|title={{{name}}}|subtitle={{{localized_name}}}}} |
||
− | + | |logo = KP_dark.png|logodesc = [logodesc] |
|
+ | |industry = [industry] |
||
− | {{Infobox/Item|key=Industry|value={{{industry}}}}} |
||
+ | |headquarters = [nation/address] |
||
− | {{Infobox/SectionHeader|section=Location}} |
||
+ | |area = [operating_locations] |
||
− | {{Infobox/Item|key=Headquaters|value={{{headquarters}}}}} |
||
+ | |year = [foundation_year] |
||
− | {{Infobox/Item|key=Area Served|value={{{area}}}}} |
||
+ | |ceo = [ceo] |
||
− | {{Infobox/SectionHeader|section=Operation}} |
||
+ | |subsidiaries = [subcompanies] |
||
− | {{Infobox/Item|key=Founded|value={{{year}}}}} |
||
+ | }} |
||
− | {{Infobox/Item|key=CEO|value={{{ceo}}}}} |
||
− | {{Infobox/Item|key=Subsidiaries|value={{{subsidiaries}}}}} |
||
− | {{Infobox/end}} |
||
[[Category:Infoboxes]] |
[[Category:Infoboxes]] |
||
Line 37: | Line 35: | ||
"label": "Company Name", |
"label": "Company Name", |
||
"type": "string", |
"type": "string", |
||
− | "required": true |
+ | "required": true, |
+ | "default": "{{PAGENAME}}" |
||
⚫ | |||
− | "localized_name": { |
||
⚫ | |||
⚫ | |||
}, |
}, |
||
"logo": { |
"logo": { |
||
"label": "Logo", |
"label": "Logo", |
||
"type": "wiki-file-name", |
"type": "wiki-file-name", |
||
− | "required": true |
+ | "required": true, |
+ | "default": "KP_dark.png" |
||
}, |
}, |
||
"logodesc": { |
"logodesc": { |
||
Line 59: | Line 55: | ||
"type": "string", |
"type": "string", |
||
"required": true |
"required": true |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
}, |
}, |
||
"ceo": { |
"ceo": { |
||
"label": "Company CEO", |
"label": "Company CEO", |
||
− | "type": "string" |
+ | "type": "string", |
+ | "suggested": true |
||
}, |
}, |
||
"headquarters": { |
"headquarters": { |
||
Line 73: | Line 66: | ||
"required": true |
"required": true |
||
}, |
}, |
||
− | " |
+ | "subsidiaries": { |
⚫ | |||
⚫ | |||
+ | "suggested": true |
||
⚫ | |||
+ | "full_name": { |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | "suggested": true |
||
⚫ | |||
+ | "area": { |
||
"label": "Regions of Operation", |
"label": "Regions of Operation", |
||
"type": "string", |
"type": "string", |
||
"suggested": true |
"suggested": true |
||
⚫ | |||
− | "subsidiaries": { |
||
⚫ | |||
⚫ | |||
} |
} |
||
}, |
}, |
||
− | "description": "Infobox for Corporations", |
+ | "description": "Infobox for Corporations", |
"format": "block", |
"format": "block", |
||
"paramOrder": [ |
"paramOrder": [ |
||
"name", |
"name", |
||
− | " |
+ | "full_name", |
"logo", |
"logo", |
||
"logodesc", |
"logodesc", |
||
"industry", |
"industry", |
||
"headquarters", |
"headquarters", |
||
− | " |
+ | "area", |
− | " |
+ | "year", |
"ceo", |
"ceo", |
||
"subsidiaries" |
"subsidiaries" |
Revision as of 21:52, 22 October 2022
Infobox for Corporations
Parameter | Description | Type | Status | |
---|---|---|---|---|
Company Name | name | no description
| 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 | no description | String | required |
Regions of Operation | area | no description | String | suggested |
Year Founded | year | no description | Date | suggested |
Company CEO | ceo | no description | String | suggested |
Subsidiary Groups | subsidiaries | no description | String | suggested |