|
|
| Line 1: |
Line 1: |
| <noinclude>
| | {| class="wikitable" style="float:right; width:20em;" |
| ==Template:Infobox company==
| |
| | |
| Creates a standardized infobox for company articles.
| |
| | |
| ===Usage===
| |
| Copy and paste the following into an article. Delete any rows you do not need.
| |
| | |
| <pre>
| |
| {{Infobox company
| |
| | name =
| |
| | type =
| |
| | traded_as =
| |
| | industry =
| |
| | founded =
| |
| | founder =
| |
| | defunct =
| |
| | fate =
| |
| | predecessor =
| |
| | successor =
| |
| | headquarters =
| |
| | area_served =
| |
| | key_people =
| |
| | products =
| |
| | services =
| |
| | revenue =
| |
| | operating_income =
| |
| | net_income =
| |
| | assets =
| |
| | equity =
| |
| | num_employees =
| |
| | owner =
| |
| | parent =
| |
| | divisions =
| |
| | subsid =
| |
| | website =
| |
| }}
| |
| </pre>
| |
| | |
| ===Example===
| |
| <pre>
| |
| {{Infobox company
| |
| | name = Acme Corporation
| |
| | type = Public
| |
| | traded_as = NYSE: ACME
| |
| | industry = Manufacturing
| |
| | founded = June 15, 1950
| |
| | founder = John Doe
| |
| | headquarters = Springfield, Illinois, United States
| |
| | key_people = Jane Smith (CEO)
| |
| | products = Widgets, Gadgets
| |
| | revenue = $500 million
| |
| | num_employees = 10,000
| |
| | parent = Global Holdings Inc.
| |
| | website = [https://acmecorp.com acmecorp.com]
| |
| }}
| |
| </pre>
| |
| | |
| [[Category:Infobox templates]]
| |
| [[Category:Company templates]]
| |
| </noinclude><includeonly>{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; padding:5px; border:1px solid #aaa; background:#f9f9f9; font-size:90%; line-height:1.6em; width:22em;"
| |
| |- | | |- |
| ! colspan="2" style="text-align:center; background:#cee0f2; font-size:110%; padding:6px;" | {{{name|{{PAGENAME}}}}} | | ! colspan="2" style="background:#cee0f2; text-align:center;" | {{{name|{{PAGENAME}}}}} |
| |- | | |- |
| ! style="background:#f3f3f3; padding:3px 6px; width:40%;" | Type | | ! Founded |
| | {{{type|}}} | | | {{{founded|}}} |
| |- | | |- |
| ! style="background:#f3f3f3; padding:3px 6px;" | Traded as | | ! Industry |
| | {{{traded_as|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Industry
| |
| | {{{industry|}}} | | | {{{industry|}}} |
| |- | | |- |
| ! style="background:#f3f3f3; padding:3px 6px;" | Founded | | ! Website |
| | {{{founded|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Founder
| |
| | {{{founder|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Defunct
| |
| | {{{defunct|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Fate
| |
| | {{{fate|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Predecessor
| |
| | {{{predecessor|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Successor
| |
| | {{{successor|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Headquarters
| |
| | {{{headquarters|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Area served
| |
| | {{{area_served|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Key people
| |
| | {{{key_people|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Products
| |
| | {{{products|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Services
| |
| | {{{services|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Revenue
| |
| | {{{revenue|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Operating income
| |
| | {{{operating_income|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Net income
| |
| | {{{net_income|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Total assets
| |
| | {{{assets|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Total equity
| |
| | {{{equity|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Employees
| |
| | {{{num_employees|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Owner
| |
| | {{{owner|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Parent
| |
| | {{{parent|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Divisions
| |
| | {{{divisions|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Subsidiaries
| |
| | {{{subsid|}}}
| |
| |-
| |
| ! style="background:#f3f3f3; padding:3px 6px;" | Website
| |
| | {{{website|}}} | | | {{{website|}}} |
| |}</includeonly> | | |} |