Jump to content

Template:Infobox company: Difference between revisions

From Musician Wiki
No edit summary
No edit summary
Line 1: Line 1:
{| class="wikitable" style="float:right; width:22em;"
<noinclude>
==Template:Infobox company==
 
Use this template to add a standardized infobox to company articles.
 
===Usage===
Copy and paste the following into an article and fill in the fields you need. Delete any lines you do not need to avoid blank rows.
 
<pre>
{{Infobox company
| name        =
| type        =
| founded    =
| founder    =
| headquarters =
| industry    =
| products    =
| services    =
| key_people  =
| parent      =
| subsid      =
| website    =
}}
</pre>
 
===Parameters===
{| class="wikitable"
! Parameter !! Description
|-
|-
! colspan="2" style="background:#cee0f2; text-align:center; font-size:110%;" | {{{name|{{PAGENAME}}}}}
| <code>name</code> || Company name. Defaults to the article title if left blank.
|-
|-
! style="width:40%;" | Type
| <code>type</code> || Company type, e.g. Public, Private, Non-profit
| {{{type|}}}
|-
|-
! | Traded as
| <code>founded</code> || Founding date and/or location
| {{{traded_as|}}}
|-
|-
! | Industry
| <code>founder</code> || Name(s) of founder(s)
| {{{industry|}}}
|-
|-
! | Founded
| <code>headquarters</code> || City, country of main headquarters
| {{{founded|}}}
|-
|-
! | Founder
| <code>industry</code> || Industry or industries the company operates in
| {{{founder|}}}
|-
|-
! | Defunct
| <code>products</code> || Main products offered
| {{{defunct|}}}
|-
|-
! | Fate
| <code>services</code> || Main services offered
| {{{fate|}}}
|-
|-
! | Predecessor
| <code>key_people</code> || Key executives and their roles
| {{{predecessor|}}}
|-
|-
! | Successor
| <code>parent</code> || Parent company if applicable
| {{{successor|}}}
|-
|-
! | Headquarters
| <code>subsid</code> || Subsidiaries if applicable
| {{{headquarters|}}}
|-
|-
! | Area served
| <code>website</code> || Official website, e.g. <code><nowiki>[https://example.com example.com]</nowiki></code>
| {{{area_served|}}}
|}
|-
 
! | Key people
===Example===
| {{{key_people|}}}
<pre>
|-
{{Infobox company
! | Products
| name        = Acme Corporation
| {{{products|}}}
| type        = Public
| founded    = June 15, 1950
| founder    = John Doe
| headquarters = Springfield, Illinois, United States
| industry    = Manufacturing
| products    = Widgets, Gadgets
| key_people  = Jane Smith (CEO)
| website    = [https://acmecorp.com acmecorp.com]
}}
</pre>
 
[[Category:Infobox templates]]
[[Category:Company templates]]
</noinclude><includeonly>{| class="wikitable" style="float:right; clear:right; width:22em; margin:0 0 1em 1em;"
|-
|-
! | Services
! colspan="2" style="background:#cee0f2; text-align:center; font-size:110%; padding:6px;" | {{{name|{{PAGENAME}}}}}
| {{{services|}}}
|-
|-
! | Revenue
! style="background:#f3f3f3; width:40%; padding:4px 6px;" | Type
| {{{revenue|}}}
| style="padding:4px 6px;" | {{{type|}}}
|-
|-
! | Operating income
! style="background:#f3f3f3; padding:4px 6px;" | Founded
| {{{operating_income|}}}
| style="padding:4px 6px;" | {{{founded|}}}
|-
|-
! | Net income
! style="background:#f3f3f3; padding:4px 6px;" | Founder
| {{{net_income|}}}
| style="padding:4px 6px;" | {{{founder|}}}
|-
|-
! | Total assets
! style="background:#f3f3f3; padding:4px 6px;" | Headquarters
| {{{assets|}}}
| style="padding:4px 6px;" | {{{headquarters|}}}
|-
|-
! | Total equity
! style="background:#f3f3f3; padding:4px 6px;" | Industry
| {{{equity|}}}
| style="padding:4px 6px;" | {{{industry|}}}
|-
|-
! | Employees
! style="background:#f3f3f3; padding:4px 6px;" | Products
| {{{num_employees|}}}
| style="padding:4px 6px;" | {{{products|}}}
|-
|-
! | Owner
! style="background:#f3f3f3; padding:4px 6px;" | Services
| {{{owner|}}}
| style="padding:4px 6px;" | {{{services|}}}
|-
|-
! | Parent
! style="background:#f3f3f3; padding:4px 6px;" | Key people
| {{{parent|}}}
| style="padding:4px 6px;" | {{{key_people|}}}
|-
|-
! | Divisions
! style="background:#f3f3f3; padding:4px 6px;" | Parent
| {{{divisions|}}}
| style="padding:4px 6px;" | {{{parent|}}}
|-
|-
! | Subsidiaries
! style="background:#f3f3f3; padding:4px 6px;" | Subsidiaries
| {{{subsid|}}}
| style="padding:4px 6px;" | {{{subsid|}}}
|-
|-
! | Website
! style="background:#f3f3f3; padding:4px 6px;" | Website
| {{{website|}}}
| style="padding:4px 6px;" | {{{website|}}}
|}
|}</includeonly>

Revision as of 01:34, 13 April 2026

Template:Infobox company

Use this template to add a standardized infobox to company articles.

Usage

Copy and paste the following into an article and fill in the fields you need. Delete any lines you do not need to avoid blank rows.

{{Infobox company
| name        = 
| type        = 
| founded     = 
| founder     = 
| headquarters = 
| industry    = 
| products    = 
| services    = 
| key_people  = 
| parent      = 
| subsid      = 
| website     = 
}}

Parameters

Parameter Description
name Company name. Defaults to the article title if left blank.
type Company type, e.g. Public, Private, Non-profit
founded Founding date and/or location
founder Name(s) of founder(s)
headquarters City, country of main headquarters
industry Industry or industries the company operates in
products Main products offered
services Main services offered
key_people Key executives and their roles
parent Parent company if applicable
subsid Subsidiaries if applicable
website Official website, e.g. [https://example.com example.com]

Example

{{Infobox company
| name        = Acme Corporation
| type        = Public
| founded     = June 15, 1950
| founder     = John Doe
| headquarters = Springfield, Illinois, United States
| industry    = Manufacturing
| products    = Widgets, Gadgets
| key_people  = Jane Smith (CEO)
| website     = [https://acmecorp.com acmecorp.com]
}}