Template:Infobox company
Appearance
Usage
This template creates a standardized infobox for company articles.
Parameters
| Parameter | Description | Required? |
|---|---|---|
name |
Company name (defaults to article title) | Optional |
logo |
Logo filename (e.g. Example_logo.png) |
Optional |
logo_size |
Logo width in pixels (default: 200px) | Optional |
logo_alt |
Alt text for logo image | Optional |
image |
Image filename (e.g. headquarters photo) | Optional |
image_size |
Image width in pixels (default: 200px) | Optional |
image_caption |
Caption for the image | Optional |
type |
Company type (e.g. Public, Private, Non-profit) | Optional |
traded_as |
Stock ticker symbol(s) | Optional |
industry |
Industry or industries | Optional |
genre |
Genre (for media companies) | Optional |
fate |
Fate of the company (e.g. Merged, Dissolved) | Optional |
predecessor |
Predecessor company | Optional |
successor |
Successor company | Optional |
founded |
Founding date and/or location | Optional |
founder |
Founder(s) | Optional |
defunct |
Date company ceased operations | Optional |
headquarters |
Headquarters location | Optional |
num_locations |
Number of locations | Optional |
area_served |
Geographic area served | Optional |
key_people |
Key executives and their roles | Optional |
products |
Products offered | Optional |
services |
Services offered | Optional |
revenue |
Annual revenue | Optional |
revenue_year |
Fiscal year for revenue figure | Optional |
operating_income |
Operating income | Optional |
net_income |
Net income | Optional |
assets |
Total assets | Optional |
equity |
Total equity | Optional |
owner |
Owner(s) or parent organization | Optional |
num_employees |
Number of employees | Optional |
num_employees_year |
Year for employee count | Optional |
parent |
Parent company | Optional |
divisions |
Major divisions | Optional |
subsid |
Subsidiaries | Optional |
website |
Official website URL (use {{URL|example.com}}) |
Optional |
footnotes |
Any additional notes or references | Optional |
Example
{{Infobox company
| name = Acme Corporation
| logo = Acme_logo.png
| type = Public
| traded_as = NYSE: ACME
| founded = {{Start date|1950|6|15}}
| 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}}
}}