Jump to content

Template:Infobox company

From Publish Date
Revision as of 21:55, 12 April 2026 by Jasongeek (talk | contribs)

Template:Infobox company

Creates a standardized infobox for company articles.

Usage

{{Infobox company
| name               = 
| logo               = 
| logo_size          = 
| image              = 
| image_caption      = 
| type               = 
| traded_as          = 
| industry           = 
| founded            = 
| founder            = 
| defunct            = 
| fate               = 
| predecessor        = 
| successor          = 
| headquarters       = 
| area_served        = 
| key_people         = 
| products           = 
| services           = 
| revenue            = 
| revenue_year       = 
| operating_income   = 
| net_income         = 
| assets             = 
| equity             = 
| num_employees      = 
| num_employees_year = 
| owner              = 
| parent             = 
| divisions          = 
| subsid             = 
| website            = 
| footnotes          = 
}}

Example

{{Infobox company
| name             = Acme Corporation
| logo             = Acme_logo.png
| type             = Public
| traded_as        = NYSE: ACME
| founded          = June 15, 1950
| founder          = John Doe
| headquarters     = Springfield, Illinois, United States
| key_people       = Jane Smith (CEO)
| industry         = Manufacturing
| products         = Widgets, Gadgets
| revenue          = $500 million
| revenue_year     = 2024
| num_employees    = 10,000
| num_employees_year = 2024
| parent           = Global Holdings Inc.
| website          = {{URL|acmecorp.com}}
}}