Jump to content

Template:Infobox company

From Musician Wiki
Revision as of 22:52, 12 April 2026 by Jasongeek (talk | contribs) (Created page with "<noinclude> ==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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

{{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            = 
}}

Example

{{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]
}}