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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== | ==Template:Infobox company== | ||
=== | Creates a standardized infobox for company articles. | ||
===Usage=== | |||
Copy and paste the following into an article. Remove any rows you don't need. | |||
<pre> | <pre> | ||
{{Infobox company | {{Infobox company | ||
| name | | name = | ||
| logo | | logo = | ||
| type | | type = | ||
| traded_as | | traded_as = | ||
| founded | | industry = | ||
| founder | | founded = | ||
| headquarters | | founder = | ||
| | | headquarters = | ||
| | | area_served = | ||
| products | | key_people = | ||
| | | products = | ||
| | | services = | ||
| num_employees | | revenue = | ||
| | | num_employees = | ||
| | | parent = | ||
| website | | subsid = | ||
| website = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 106: | Line 31: | ||
[[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:6px;" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px; width:40%;" | Type | |||
| | | {{{type|}}} | ||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Traded as | |||
| | | {{{traded_as|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Industry | ||
| | | {{{industry|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Founded | ||
| | | {{{founded|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Founder | ||
| {{{founder|}}} | |||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Headquarters | ||
| | | {{{headquarters|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Area served | ||
| | | {{{area_served|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Key people | ||
| {{{key_people|}}} | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Products | |||
| {{{products|}}} | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Services | |||
| {{{services|}}} | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Revenue | |||
| {{{revenue|}}} | |||
|- | |||
! style="background:#f3f3f3; padding:3px 6px;" | Employees | |||
| | | {{{num_employees|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Parent | ||
| {{{parent|}}} | |||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Subsidiaries | ||
| | | {{{subsid|}}} | ||
|- | |||
| | ! style="background:#f3f3f3; padding:3px 6px;" | Website | ||
| | | {{{website|}}} | ||
|}</includeonly> | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
Latest revision as of 21:56, 12 April 2026
Template:Infobox company
[edit]Creates a standardized infobox for company articles.
Usage
[edit]Copy and paste the following into an article. Remove any rows you don't need.
{{Infobox company
| name =
| logo =
| type =
| traded_as =
| industry =
| founded =
| founder =
| headquarters =
| area_served =
| key_people =
| products =
| services =
| revenue =
| num_employees =
| parent =
| subsid =
| website =
}}