Jump to content

Template:Infobox company: Difference between revisions

From Musician Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


Use this template to add a standardized infobox to company articles.
Use this template to add a standardized infobox to company articles.
'''Important:''' Only include the parameters you need. Delete any lines you do not need to avoid blank rows.


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


[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[Category:Company templates]]
</noinclude><includeonly>{| class="wikitable" style="float:right; clear:right; width:22em; margin:0 0 1em 1em;"
</noinclude><includeonly>{| class="wikitable" style="float:right; clear:right; width:22em; margin:0 0 1em 1em;"
|-
|-

Latest revision as of 01:38, 13 April 2026

Template:Infobox company

[edit]

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

Important: Only include the parameters you need. Delete any lines you do not need to avoid blank rows.

Usage

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