Template:Infobox company: Difference between revisions
Appearance
Created page with "<noinclude> ==Usage== This template creates a standardized infobox for company articles. ===Parameters=== {| class="wikitable" ! Parameter !! Description !! Required? |- | <code>name</code> || Company name (defaults to article title) || Optional |- | <code>logo</code> || Logo filename (e.g. <code>Example_logo.png</code>) || Optional |- | <code>logo_size</code> || Logo width in pixels (default: 200px) || Optional |- | <code>logo_alt</code> || Alt text..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== | ==Template:Infobox company== | ||
=== | Creates a standardized infobox for company articles. | ||
===Usage=== | |||
<pre> | |||
{{Infobox company | |||
| name = | |||
| logo = | |||
| logo_size = | |||
| image = | |||
| image_caption = | |||
| type = | |||
| traded_as = | |||
| industry = | |||
| founded = | |||
| founder = | |||
| defunct = | |||
| fate = | |||
| predecessor = | |||
| successor = | |||
| headquarters = | |||
| area_served = | |||
| key_people = | |||
| products = | |||
| services = | |||
| revenue = | |||
| revenue_year = | |||
| operating_income = | |||
| net_income = | |||
| assets = | |||
| equity = | |||
| num_employees = | |||
| num_employees_year = | |||
| owner = | |||
| parent = | |||
| divisions = | |||
| subsid = | |||
| website = | |||
| footnotes = | |||
}} | |||
</pre> | |||
===Example=== | ===Example=== | ||
| Line 89: | Line 50: | ||
| type = Public | | type = Public | ||
| traded_as = NYSE: ACME | | traded_as = NYSE: ACME | ||
| founded = | | founded = June 15, 1950 | ||
| founder = John Doe | | founder = John Doe | ||
| headquarters = Springfield, Illinois, United States | | headquarters = Springfield, Illinois, United States | ||
| Line 106: | Line 67: | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
[[Category:Company templates]] | [[Category:Company templates]] | ||
</noinclude><includeonly>{ | </noinclude><includeonly>{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; padding:5px; border:1px solid #aaa; background:#f9f9f9; font-size:90%; line-height:1.6em; width:22em;" | ||
| | |- | ||
! colspan="2" style="text-align:center; background:#cee0f2; font-size:110%; padding:5px;" | {{{name|{{PAGENAME}}}}} | |||
{{#if:{{{logo|}}}| | |||
| | |- | ||
| colspan="2" style="text-align:center; padding:5px;" | [[File:{{{logo}}}|{{{logo_size|200px}}}|alt={{{name|{{PAGENAME}}}}} logo]] | |||
}} | |||
{{#if:{{{image|}}}| | |||
| | |- | ||
| colspan="2" style="text-align:center; padding:5px;" | [[File:{{{image}}}|200px]] | |||
| | {{#if:{{{image_caption|}}}| | ||
| | |- | ||
| colspan="2" style="text-align:center; font-size:88%; padding:3px;" | {{{image_caption}}} | |||
| | }} | ||
| | }} | ||
{{#if:{{{type|}}}| | |||
| | |- | ||
| | ! style="background:#f3f3f3; padding:3px 6px; width:40%;" | Type | ||
| {{{type}}} | |||
| | }} | ||
| | {{#if:{{{traded_as|}}}| | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Traded as | ||
| | | {{{traded_as}}} | ||
}} | |||
| | {{#if:{{{industry|}}}| | ||
| | |- | ||
! style="background:#f3f3f3; padding:3px 6px;" | Industry | |||
| | | {{{industry}}} | ||
| | }} | ||
{{#if:{{{founded|}}}| | |||
| | |- | ||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Founded | ||
| {{{founded}}} | |||
| | }} | ||
| | {{#if:{{{founder|}}}| | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Founder | ||
| | | {{{founder}}} | ||
}} | |||
{{#if:{{{defunct|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Defunct | |||
| | | {{{defunct}}} | ||
| | }} | ||
{{#if:{{{fate|}}}| | |||
| | |- | ||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Fate | ||
| {{{fate}}} | |||
| | }} | ||
| | {{#if:{{{predecessor|}}}| | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Predecessor | ||
| | | {{{predecessor}}} | ||
}} | |||
{{#if:{{{successor|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Successor | |||
| | | {{{successor}}} | ||
| | }} | ||
{{#if:{{{headquarters|}}}| | |||
| | |- | ||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Headquarters | ||
| {{{headquarters}}} | |||
| | }} | ||
| | {{#if:{{{area_served|}}}| | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Area served | ||
| | | {{{area_served}}} | ||
}} | |||
| | {{#if:{{{key_people|}}}| | ||
| | |- | ||
! style="background:#f3f3f3; padding:3px 6px;" | Key people | |||
| {{{key_people}}} | |||
}} | |||
{{#if:{{{products|}}}| | |||
| | |- | ||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Products | ||
| {{{products}}} | |||
| | }} | ||
| | {{#if:{{{services|}}}| | ||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Services | |||
| {{{services}}} | |||
}} | |||
| | {{#if:{{{revenue|}}}| | ||
| | |- | ||
! style="background:#f3f3f3; padding:3px 6px;" | Revenue | |||
| {{{revenue}}}{{#if:{{{revenue_year|}}}| ({{{revenue_year}}})}} | |||
}} | |||
{{#if:{{{operating_income|}}}| | |||
| | |- | ||
! style="background:#f3f3f3; padding:3px 6px;" | Operating income | |||
| | | {{{operating_income}}} | ||
}}</includeonly> | }} | ||
{{#if:{{{net_income|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Net income | |||
| {{{net_income}}} | |||
}} | |||
{{#if:{{{assets|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Total assets | |||
| {{{assets}}} | |||
}} | |||
{{#if:{{{equity|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Total equity | |||
| {{{equity}}} | |||
}} | |||
{{#if:{{{owner|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Owner | |||
| {{{owner}}} | |||
}} | |||
{{#if:{{{num_employees|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Employees | |||
| {{{num_employees}}}{{#if:{{{num_employees_year|}}}| ({{{num_employees_year}}})}} | |||
}} | |||
{{#if:{{{parent|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Parent | |||
| {{{parent}}} | |||
}} | |||
{{#if:{{{divisions|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Divisions | |||
| {{{divisions}}} | |||
}} | |||
{{#if:{{{subsid|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Subsidiaries | |||
| {{{subsid}}} | |||
}} | |||
{{#if:{{{website|}}}| | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Website | |||
| {{{website}}} | |||
}} | |||
{{#if:{{{footnotes|}}}| | |||
|- | |||
| colspan="2" style="font-size:85%; padding:4px;" | {{{footnotes}}} | |||
}} | |||
|}</includeonly> | |||
Revision as of 21:55, 12 April 2026
Template:Infobox company
Creates a standardized infobox for company articles.
Usage
{{Infobox company
| name =
| logo =
| logo_size =
| image =
| image_caption =
| type =
| traded_as =
| industry =
| founded =
| founder =
| defunct =
| fate =
| predecessor =
| successor =
| headquarters =
| area_served =
| key_people =
| products =
| services =
| revenue =
| revenue_year =
| operating_income =
| net_income =
| assets =
| equity =
| num_employees =
| num_employees_year =
| owner =
| parent =
| divisions =
| subsid =
| website =
| footnotes =
}}
Example
{{Infobox company
| name = Acme Corporation
| logo = Acme_logo.png
| type = Public
| traded_as = NYSE: ACME
| founded = June 15, 1950
| 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}}
}}