Jump to content

Template:Infobox company: Difference between revisions

From Musician Wiki
No edit summary
No edit summary
Line 2: Line 2:
==Template:Infobox company==
==Template:Infobox company==


Use this template to add a standardized infobox to company articles.
Use this template to add a standardized infobox to company articles. Empty fields are automatically hidden.


===Usage===
===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>
<pre>
{{Infobox company
{{Infobox company
| name       =  
| name         =  
| type       =  
| type         =  
| founded     =  
| founded     =  
| founder     =  
| founder     =  
| headquarters =  
| headquarters =  
| industry   =  
| industry     =  
| products   =  
| products     =  
| services   =  
| services     =  
| key_people =  
| key_people   =  
| parent     =  
| parent       =  
| subsid     =  
| subsid       =  
| website     =  
| website     =  
}}
}}
</pre>
</pre>
Line 28: Line 26:
! Parameter !! Description
! Parameter !! Description
|-
|-
| <code>name</code> || Company name. Defaults to the article title if left blank.
| <code>name</code> || Company name. Defaults to article title if blank.
|-
|-
| <code>type</code> || Company type, e.g. Public, Private, Non-profit
| <code>type</code> || Company type, e.g. Public, Private, Non-profit
Line 36: Line 34:
| <code>founder</code> || Name(s) of founder(s)
| <code>founder</code> || Name(s) of founder(s)
|-
|-
| <code>headquarters</code> || City, country of main headquarters
| <code>headquarters</code> || City and country of headquarters
|-
|-
| <code>industry</code> || Industry or industries the company operates in
| <code>industry</code> || Industry or industries
|-
|-
| <code>products</code> || Main products offered
| <code>products</code> || Main products
|-
|-
| <code>services</code> || Main services offered
| <code>services</code> || Main services
|-
|-
| <code>key_people</code> || Key executives and their roles
| <code>key_people</code> || Key executives and roles
|-
|-
| <code>parent</code> || Parent company if applicable
| <code>parent</code> || Parent company
|-
|-
| <code>subsid</code> || Subsidiaries if applicable
| <code>subsid</code> || Subsidiaries
|-
|-
| <code>website</code> || Official website, e.g. <code><nowiki>[https://example.com example.com]</nowiki></code>
| <code>website</code> || Official website URL
|}
|}


Line 56: Line 54:
<pre>
<pre>
{{Infobox company
{{Infobox company
| name       = Acme Corporation
| name         = Acme Corporation
| type       = Public
| type         = Public
| founded     = June 15, 1950
| founded     = June 15, 1950
| founder     = John Doe
| founder     = John Doe
| headquarters = Springfield, Illinois, United States
| headquarters = Springfield, Illinois, United States
| industry   = Manufacturing
| industry     = Manufacturing
| products   = Widgets, Gadgets
| products     = Widgets, Gadgets
| key_people = Jane Smith (CEO)
| key_people   = Jane Smith (CEO)
| website     = [https://acmecorp.com acmecorp.com]
| website     = [https://acmecorp.com acmecorp.com]
}}
}}
</pre>
</pre>
Line 73: Line 71:
|-
|-
! colspan="2" style="background:#cee0f2; text-align:center; font-size:110%; padding:6px;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="background:#cee0f2; text-align:center; font-size:110%; padding:6px;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{type|}}}|
|-
|-
! style="background:#f3f3f3; width:40%; padding:4px 6px;" | Type
! style="background:#f3f3f3; width:40%; padding:4px 6px;" | Type
| style="padding:4px 6px;" | {{{type|}}}
| style="padding:4px 6px;" | {{{type}}}
}}
{{#if:{{{founded|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Founded
! style="background:#f3f3f3; padding:4px 6px;" | Founded
| style="padding:4px 6px;" | {{{founded|}}}
| style="padding:4px 6px;" | {{{founded}}}
}}
{{#if:{{{founder|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Founder
! style="background:#f3f3f3; padding:4px 6px;" | Founder
| style="padding:4px 6px;" | {{{founder|}}}
| style="padding:4px 6px;" | {{{founder}}}
}}
{{#if:{{{headquarters|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Headquarters
! style="background:#f3f3f3; padding:4px 6px;" | Headquarters
| style="padding:4px 6px;" | {{{headquarters|}}}
| style="padding:4px 6px;" | {{{headquarters}}}
}}
{{#if:{{{industry|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Industry
! style="background:#f3f3f3; padding:4px 6px;" | Industry
| style="padding:4px 6px;" | {{{industry|}}}
| style="padding:4px 6px;" | {{{industry}}}
}}
{{#if:{{{products|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Products
! style="background:#f3f3f3; padding:4px 6px;" | Products
| style="padding:4px 6px;" | {{{products|}}}
| style="padding:4px 6px;" | {{{products}}}
}}
{{#if:{{{services|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Services
! style="background:#f3f3f3; padding:4px 6px;" | Services
| style="padding:4px 6px;" | {{{services|}}}
| style="padding:4px 6px;" | {{{services}}}
}}
{{#if:{{{key_people|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Key people
! style="background:#f3f3f3; padding:4px 6px;" | Key people
| style="padding:4px 6px;" | {{{key_people|}}}
| style="padding:4px 6px;" | {{{key_people}}}
}}
{{#if:{{{parent|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Parent
! style="background:#f3f3f3; padding:4px 6px;" | Parent
| style="padding:4px 6px;" | {{{parent|}}}
| style="padding:4px 6px;" | {{{parent}}}
}}
{{#if:{{{subsid|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Subsidiaries
! style="background:#f3f3f3; padding:4px 6px;" | Subsidiaries
| style="padding:4px 6px;" | {{{subsid|}}}
| style="padding:4px 6px;" | {{{subsid}}}
}}
{{#if:{{{website|}}}|
|-
|-
! style="background:#f3f3f3; padding:4px 6px;" | Website
! style="background:#f3f3f3; padding:4px 6px;" | Website
| style="padding:4px 6px;" | {{{website|}}}
| style="padding:4px 6px;" | {{{website}}}
}}
|}</includeonly>
|}</includeonly>

Revision as of 01:36, 13 April 2026

Template:Infobox company

Use this template to add a standardized infobox to company articles. Empty fields are automatically hidden.

Usage

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

Parameters

Parameter Description
name Company name. Defaults to article title if blank.
type Company type, e.g. Public, Private, Non-profit
founded Founding date and/or location
founder Name(s) of founder(s)
headquarters City and country of headquarters
industry Industry or industries
products Main products
services Main services
key_people Key executives and roles
parent Parent company
subsid Subsidiaries
website Official website URL

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]
}}