Infobox company is WikiPartner's standard infobox for companies, corporations, commercial businesses, brands, and other notable business organizations.
All parameters are optional. Add only information supported by reliable sources. Empty fields are automatically hidden.
Adding this template to an article also generates WikiPartner company structured data automatically. Editors do not need to create schema markup manually.
Short usage
Use this version for most company articles.
{{Infobox company
| name =
| logo =
| logo_alt =
| type =
| industry =
| founded =
| founder =
| headquarters =
| area_served =
| products =
| services =
| website =
}}
Full usage
Use this version when more company information is available. Remove parameters that are not needed.
{{Infobox company
| name =
| legal_name =
| native_name =
| trading_name =
| other_name =
| formerly =
| logo =
| logo_alt =
| caption =
| type =
| industry =
| traded_as =
| founded =
| founder =
| founders =
| fate =
| headquarters =
| number_of_locations =
| locations_as_of =
| area_served =
| key_people =
| products =
| services =
| brands =
| divisions =
| employees =
| employees_as_of =
| revenue =
| revenue_as_of =
| owner =
| parent =
| subsidiaries =
| predecessor =
| successor =
| website =
}}
Examples
The examples below show both the wikitext entered by an editor and the rendered WikiPartner infobox.
Technology company — Apple Inc.
Wikitext
{{Infobox company
| name = Apple Inc.
| legal_name = Apple Inc.
| other_name = Apple
| formerly = Apple Computer Company; Apple Computer, Inc.
| logo = Apple logo black.svg
| logo_alt = Apple logo
| type = Public company
| industry = Technology
| traded_as = NASDAQ: AAPL
| founded = 1 April 1976
| founders = Steve Jobs; Steve Wozniak; Ronald Wayne
| headquarters = Cupertino, California, United States
| area_served = Worldwide
| products = iPhone; Mac; iPad; Apple Watch
| services = App Store; iCloud; Apple Music
| website = https://www.apple.com/
}}
Rendered infobox
Automotive company — Toyota
Wikitext
{{Infobox company
| name = Toyota
| legal_name = Toyota Motor Corporation
| logo = Toyota logo.svg
| logo_alt = Toyota logo
| type = Public company
| industry = Automotive
| founded = 28 August 1937
| founder = Kiichiro Toyoda
| headquarters = Toyota City, Aichi, Japan
| area_served = Worldwide
| products = Automobiles; commercial vehicles
| website = https://global.toyota/
}}
Rendered infobox
Sportswear company — Nike
Wikitext
{{Infobox company
| name = Nike
| legal_name = NIKE, Inc.
| formerly = Blue Ribbon Sports
| logo = Logo NIKE.svg
| logo_alt = Nike logo
| type = Public company
| industry = Sportswear
| traded_as = NYSE: NKE
| founded = 25 January 1964
| founders = Bill Bowerman; Phil Knight
| headquarters = Beaverton, Oregon, United States
| area_served = Worldwide
| products = Athletic footwear; apparel; sports equipment
| website = https://www.nike.com/
}}
Rendered infobox
Usage notes
- Use
namefor the commonly recognized company name. - Use
legal_nameonly when the registered company name differs from the article name. - Use
logofor the logo filename only. Do not includeFile:.... - Use
logo_altfor short alternative text describing the logo. - Use
captiononly when the logo or image needs a useful caption. - Use either
founderorfounders, depending on whether one or several founders need to be listed. - Use
locations_as_of,employees_as_of, andrevenue_as_ofwhenever the related figure can change over time. - Use
traded_asfor the stock exchange and ticker symbol of a publicly traded company. - Leave parameters out when they are not relevant.
- Do not guess revenue, employee counts, ownership, leadership, or other company information.
- Company information should be supported by reliable sources.
TemplateData
WikiPartner's standard infobox for companies and commercial businesses.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Common or article name of the company. | String | optional |
| Legal name | legal_name | Registered or legal company name when different from the common name. | String | optional |
| Native name | native_name | Company name in its native language or writing system. | String | optional |
| Trading name | trading_name | Name under which the company trades when different from its legal name. | String | optional |
| Other name | other_name | Another commonly used or widely recognized name. | String | optional |
| Formerly | formerly | Important former names of the company. | String | optional |
| Logo | logo | Company logo filename without File markup. | File | optional |
| Logo alternative text | logo_alt | Short alternative text describing the company logo. | String | optional |
| Caption | caption | Optional caption displayed below the logo. | String | optional |
| Type | type | Company type, such as public company, private company, subsidiary, or state-owned company. | String | optional |
| Industry | industry | Main industry or industries in which the company operates. | String | optional |
| Traded as | traded_as | Stock exchange and ticker symbol for publicly traded companies. | String | optional |
| Founded | founded | Date or year the company was founded. | String | optional |
| Founder | founder | Founder when one person or entity is listed. | String | optional |
| Founders | founders | Founders when several people or entities are listed. | String | optional |
| Fate | fate | What happened to a company that no longer operates. | String | optional |
| Headquarters | headquarters | Principal headquarters of the company. | String | optional |
| Number of locations | number_of_locations | Number of offices, stores, branches, facilities, or other company locations. | String | optional |
| Locations as of | locations_as_of | Date or year applicable to the number of locations. | String | optional |
| Area served | area_served | Geographic area in which the company operates or provides services. | String | optional |
| Key people | key_people | Notable senior people directly relevant to the company. | String | optional |
| Products | products | Main products produced or sold by the company. | String | optional |
| Services | services | Main services provided by the company. | String | optional |
| Brands | brands | Important brands owned or operated by the company. | String | optional |
| Divisions | divisions | Important internal divisions of the company. | String | optional |
| Employees | employees | Number of employees. | String | optional |
| Employees as of | employees_as_of | Date or year applicable to the employee count. | String | optional |
| Revenue | revenue | Reported company revenue. | String | optional |
| Revenue as of | revenue_as_of | Financial year or date applicable to the revenue figure. | String | optional |
| Owner | owner | Owner when the company has an identifiable owner. | String | optional |
| Parent | parent | Parent company or organization. | String | optional |
| Subsidiaries | subsidiaries | Notable subsidiaries of the company. | String | optional |
| Predecessor | predecessor | Predecessor company or companies when relevant. | String | optional |
| Successor | successor | Successor company or companies when relevant. | String | optional |
| Website | website | Official company website. | URL | optional |