Template:Corporation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<includeonly>{{Infobox/begin}} |
<includeonly>{{Infobox/begin}} |
||
− | {{Infobox/Header|title={{{name}}}|subtitle={{{full_name}}}}} |
+ | {{Infobox/Header|title={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}|subtitle={{#if:{{{full_name|}}}|{{{full_name|}}}|}}}} |
− | {{Infobox/Illustration|file=[[File:{{{logo}}}]]|caption={{{logodesc}}}}} |
+ | {{Infobox/Illustration|file={{#if:{{{logo|}}}|[[File:{{{logo}}}]]|}}|caption={{{logodesc|}}}}} |
− | {{Infobox/Item|key=Industry|value={{{industry}}}}} |
+ | {{Infobox/Item|key=Industry|value={{{industry|}}}}} |
{{Infobox/SectionHeader|section=Location}} |
{{Infobox/SectionHeader|section=Location}} |
||
{{Infobox/Item|key=Headquaters|value={{{headquarters}}}}} |
{{Infobox/Item|key=Headquaters|value={{{headquarters}}}}} |
||
− | {{Infobox/Item|key=Area Served|value={{{area}}}}} |
+ | {{Infobox/Item|key=Area Served|value={{{area|}}}}} |
+ | {{#if:{{{year|}}}{{{ceo|}}}{{{subsidiaries|}}} |{{Infobox/Bar}}|}} |
||
− | {{Infobox/SectionHeader|section=Operation}} |
||
− | {{Infobox/Item|key=Founded|value={{{ |
+ | {{Infobox/Item|key=Founded|value={{{foundation_year|}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=Dissolved|value={{{dissolved_year|}}}}} |
− | {{Infobox/Item|key= |
+ | {{Infobox/Item|key=CEO|value={{{ceo|}}}}} |
+ | {{Infobox/Item|key=Subsidiaries|value={{{subsidiaries|}}}}} |
||
{{Infobox/end}}</includeonly> |
{{Infobox/end}}</includeonly> |
||
− | <noinclude> |
+ | <noinclude> |
+ | {{Corporation}} |
||
− | |name = {{PAGENAME}} |
||
+ | |||
+ | {{Corporation |
||
+ | |name = [company short name] |
||
|full_name = [full company name] |
|full_name = [full company name] |
||
|logo = KP_dark.png|logodesc = [logodesc] |
|logo = KP_dark.png|logodesc = [logodesc] |
||
Line 21: | Line 25: | ||
|headquarters = [nation/address] |
|headquarters = [nation/address] |
||
|area = [operating_locations] |
|area = [operating_locations] |
||
+ | |foundation_year = [foundation_year] |
||
+ | |dissolved_year = [dissolved_year] |
||
|year = [foundation_year] |
|year = [foundation_year] |
||
|ceo = [ceo] |
|ceo = [ceo] |
||
Line 42: | Line 48: | ||
"type": "wiki-file-name", |
"type": "wiki-file-name", |
||
"required": true, |
"required": true, |
||
− | "default": "KP_dark.png" |
+ | "default": "KP_dark.png", |
+ | "example": "KP dark.png" |
||
}, |
}, |
||
"logodesc": { |
"logodesc": { |
||
Line 74: | Line 81: | ||
"label": "Full Company Name", |
"label": "Full Company Name", |
||
"type": "string" |
"type": "string" |
||
⚫ | |||
− | "year": { |
||
⚫ | |||
⚫ | |||
⚫ | |||
}, |
}, |
||
"area": { |
"area": { |
||
"label": "Regions of Operation", |
"label": "Regions of Operation", |
||
"type": "string", |
"type": "string", |
||
⚫ | |||
⚫ | |||
+ | "foundation_year": { |
||
⚫ | |||
⚫ | |||
+ | "suggested": true |
||
+ | }, |
||
+ | "dissolved_year": { |
||
+ | "label": "Year of Dissolution", |
||
+ | "type": "date", |
||
"suggested": true |
"suggested": true |
||
} |
} |
||
Line 96: | Line 108: | ||
"headquarters", |
"headquarters", |
||
"area", |
"area", |
||
− | " |
+ | "foundation_year", |
"ceo", |
"ceo", |
||
− | "subsidiaries" |
+ | "subsidiaries", |
+ | "dissolved_year" |
||
] |
] |
||
} |
} |
Latest revision as of 14:28, 28 October 2022
Corporation
|
|||||
---|---|---|---|---|---|
Location | |||||
Headquaters | {{{headquarters}}} |
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 of Foundation | foundation_year | no description | Date | suggested |
Company CEO | ceo | no description | String | suggested |
Subsidiary Groups | subsidiaries | no description | String | suggested |
Year of Dissolution | dissolved_year | no description | Date | suggested |