Template:Infobox company

From PZwiki
Notebook.pngTemplate Documentation

This template is used to create an infobox in an article about a company.

Usage

To use this template in an article, copy the template below, then paste the template into an article.

Only the name, logo_size and logo_caption parameters are optional – those that are not populated will not be displayed correctly.

name
name
logo_caption
name
image_caption
Type
type
Industry
industry
Founded
founded
Founder
founder
Headquarters
hq_city, hq_country
Key people
key_people
Products
products
Members
members (members_year)
Number of employees
num_employees (num_employees_year)
Website
website
Notes
notes
{{Infobox company
|name=
|logo=
|logo_size=
|logo_caption=
|image=
|image_caption=
|type=
|industry=
|founded=
|founder= <!-- or: |founders= -->
|hq_city=
|hq_country=
|key_people=
|products=
|members=
|members_year= <!-- Year of members data (if known) -->
|num_employees=
|num_employees_year= <!-- Year of num_employees data (if known) -->
|website= <!-- or: |url= -->
|notes= 
}}

Parameters

name
The full, legal name of the company, correctly reproducing punctuation and abbreviations or lack thereof.
logo
The company's current, primary wordmark or logo. Use the logo of the entity that is the subject of the article; the logo used may be different from the logo used on consumer products, particularly if the article is about a parent company or holding company.
logo_size
Optional display width of logo. If not specified, the size default is 200px.
logo_caption
Descriptive information for the logo, if necessary.
image
Image of the company, whether it be a group photo, or headquarters photo.
image_size
Optional display width of image. If not specified, the size default is 200px.
image_caption
Descriptive information for the image, if necessary.
type
Type of the company (not their type of incorporation).
industry
The primary industry or industries in which the company operates, listed alphabetically.
founded
Date and location of the company's establishment / foundation.
hq_city
City of the company's headquarters
hq_country
Country of the company's headquarters
key_people
Up to four key individuals closely associated with the company. List the figures in order of organizational role importance. Give job title(s) in parentheses (round brackets); these job titles use standard English casing.
products
A representative selection of the company's well known current or former products, listed alphabetically.
members
Up to four key individuals closely associated with the company. List the figures in order of organizational role importance. Give job title(s) in parentheses (round brackets).
num_employees
Total number of people employed by the company in the most recent year and the year prior, with the applicable years in parentheses.
num_employees_year
The year associated with the data presented by num_employees.
website
Top-level URL of the company's website, using // preceding the URL. Do not include the leading www. unless the URL will not resolve without it.
notes
Used to list citations that validate the data in the infobox or to note information about the terms, names, and figures used.

Examples

The Indie Stone company infobox

The Indie Stone
The Indie Stone
The Indie Stone current logo (2018)
Type
Private
Industry
Video games
Founded
2009
Headquarters
Gateshead, England
Products
Number of employees
20+ (2021)
{{Infobox company
| name = The Indie Stone
| logo = TIS_logo.png
| logo_size = 200px
| logo_caption = ''The Indie Stone current logo (2018)''
| type = Private
| industry = Video games
| founded = 2009
| hq_city = Gateshead
| hq_country = England
| key_people = [[Andy Hodgetts]]<br><small>([[wikipedia:Director_(business)|Director]])</small><br>[[Chris Simpson]]<br><small>([[wikipedia:Director_(business)|Director]])</small><br>[[Marina Siu-Chong]]<br><small>([[wikipedia:Director_(business)|Director]])</small><br>[[Will Porter]]<br><small>([[wikipedia:Director_(business)|Director]])</small>
| products = [[Project Zomboid]]
| num_employees = 20+
| num_employees_year = 2021
| website = [//theindiestone.com theindiestone.com]
}}

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| type = Type
| industry = Industry
| founded = Founded
| founder = Founder
| headquarters = Headquarters
| key_people = Key people
| products = Products
| members = Members
| number_of_employees = Number of employees
| website = Website
| notes = Notes
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.