Changes

Jump to navigation Jump to search

Template:Infobox Company

4,194 bytes added, 03:38, 13 March 2007
New page: {| class="infobox" style="width:23em; font-size:90%;" |- |colspan="2" style="text-align: center; font-size:larger;"| '''{{{company_name}}}''' {{#if:{{{company_logo|}}}|<tr><td colspan="2" ...
{| class="infobox" style="width:23em; font-size:90%;"
|-
|colspan="2" style="text-align: center; font-size:larger;"| '''{{{company_name}}}'''
{{#if:{{{company_logo|}}}|<tr><td colspan="2" style="text-align:center; padding:16px 0 16px 0;">{{{company_logo}}}</td></tr>}}<!--
-->
|-
!style="text-align:right; padding-right:0.75em;"| Type
| {{{company_type}}}
{{#if:{{{genre|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Genre</th><td>{{{genre}}}</td></tr>}}
|-
!style="text-align:right; padding-right:0.75em;"| Founded
| {{{foundation}}}
{{#if:{{{founder|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Founder</th><td>{{{founder}}}</td></tr>}}
|-
!style="text-align:right; padding-right:0.75em;"| Headquarters
| {{#if:{{{location_city|}}}|[[{{{location_city}}}]] }}{{#if:{{{location_country|}}} |, [[{{{location_country}}}]] }} {{#if:{{{location|}}}|{{{location}}}}}
{{#if:{{{key_people|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Key&nbsp;people</th><td>{{{key_people}}}</td></tr>}}<!--
-->{{#if:{{{area_served|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Area&nbsp;served</th><td>{{{area_served}}}</td></tr>}}<!--
-->{{#if:{{{industry|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Industry</th><td>{{{industry}}}</td></tr>}}<!--
-->{{#if:{{{products|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Products</th><td>{{{products}}}</td></tr>}}<!--
-->{{#if:{{{services|}}} | <tr><th style="text-align:right; padding-right:0.75em;">
Services</th><td>{{{services}}}</td></tr>}}<!--
-->{{#if:{{{revenue|}}} | <tr><th style="text-align:right; padding-right:0.75em;">
Revenue</th><td>{{{revenue}}}</td></tr>}}<!--
-->{{#if:{{{operating_income|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Operating income</th><td>{{{operating_income}}}</td></tr>}}<!--
-->{{#if:{{{net_income|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Net income</th><td>{{{net_income}}}</td></tr>}}<!--
-->{{#if:{{{num_employees|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Employees</th><td>{{{num_employees}}}</td></tr>}}<!--
-->{{#if:{{{parent|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Parent</th><td>{{{parent}}}</td></tr>}}<!--
-->{{#if:{{{divisions|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Divisions</th><td>{{{divisions}}}</td></tr>}}<!--
-->{{#if:{{{subsid|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Subsidiaries</th><td>{{{subsid}}}</td></tr>}}<!--
-->{{#if:{{{owner|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Owner</th><td>{{{owner}}}</td></tr>}}<!--
-->{{#if:{{{company_slogan|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Slogan</th><td>{{{company_slogan}}}</td></tr>}}<!--
-->{{#if:{{{homepage|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Website</th><td>{{{homepage}}}</td></tr>}}<!--
-->{{#if:{{{dissolved|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Dissolved</th><td>{{{dissolved}}}</td></tr>}}<!--
-->{{#if:{{{footnotes|}}} | <tr><td colspan="2">{{{footnotes}}}</td></tr>}}
|}<noinclude>

<br clear="all">
----
NB: For co-operatives, please use [[Template:Infobox Co-operative]]. For Defunct/Dissolved Companies, please use: [[Template:Infobox Defunct Company]].

== Usage ==
The ''company_name'', ''company_type'', ''foundation'' and ''location'' parameters are obligatory.
<pre>
{{Infobox Company
| company_name =
| company_logo =
| company_type =
| genre =
| foundation = <!-- this parameter modifies "Founded" -->
| founder =
| location_city =
| location_country =
| location = <!-- this parameter modifies "Headquarters" -->
| origins =
| key_people =
| area_served =
| industry =
| products =
| services =
| revenue =
| operating_income =
| net_income =
| num_employees =
| parent =
| divisions =
| subsid =
| owner =
| company_slogan =
| homepage =
| dissolved =
| footnotes =
}}
</pre>

<!--Categories-->
[[Category:Infobox templates|Company]]
</noinclude>

Navigation menu