|
|
Line 1: |
Line 1: |
− | {| class="infobox" style="width:23em; font-size:90%;"
| |
− | |-
| |
− | |colspan="2" style="text-align:center; font-size:larger;"| '''{{{name|<noinclude>{{{name}}}</noinclude>}}}<!--deprecated:-->{{{company_name|}}}<!---->'''
| |
− | |-
| |
− | {{#if:{{{logo|}}}<!--deprecated:-->{{{company_logo|}}}<!---->
| |
− | | <tr><td colspan="2" style="text-align:center; padding:16px 0 16px 0;">{{{logo|}}}<!--deprecated:-->{{{company_logo|}}}</td></tr>}}
| |
− | |-
| |
− | !style="text-align:right; padding-right:0.75em;"| [[:Category:Types of companies|Type]]
| |
− | | {{{type|<noinclude>{{{type}}}</noinclude>}}}<!--deprecated:-->{{{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;">[[Entrepreneur|Founder]]</th><td>{{{founder}}}</td></tr>}}
| |
− | |-
| |
− | !style="text-align:right; padding-right:0.75em;"| Headquarters
| |
− | | {{#if:{{{location_city|}}} | {{{location_city}}}<!--endif:-->}}<!--
| |
− | -->{{#if:{{{location_country|}}} |, {{{location_country}}}<!--endif:-->}} {{#if:{{{location|}}} | {{{location}}}<!--endif:-->}}
| |
− | |-
| |
− | {{#if:{{{key_people|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Key people</th><td>{{{key_people}}}</td></tr>}}<!--
| |
− | -->{{#if:{{{area_served|}}} | <tr><th style="text-align:right; padding-right:0.75em;">Area 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;">[[Product (business)|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;">[[Earnings before interest and taxes|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;">[[Employment|Employee]]s</th><td>{{{num_employees}}}</td></tr>}}<!--
| |
− | -->{{#if:{{{parent|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Holding company|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;">[[Subsidiary|Subsidiaries]]</th><td>{{{subsid}}}</td></tr>}}<!--
| |
− | -->{{#if:{{{doing_business_as|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Doing business as|D/B/A Name]]</th><td>{{{doing_business_as|}}}</td></tr>}}<!--
| |
− | -->{{#if:{{{owner|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Owner]]</th><td>{{{owner}}}</td></tr>}}<!--
| |
− | -->{{#if:{{{slogan|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Slogan]]</th><td>{{{slogan|}}}<!--deprecated:-->{{{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>{{clear}}
| |
| | | |
− | <br/><hr/>
| |
− | Please note:
| |
− | * for [[Cooperative|co-operatives]], please use [[Template:Infobox Co-operative]].
| |
− | * for defunct or dissolved companies, please use [[Template:Infobox Defunct Company]].
| |
− |
| |
− | == Usage ==
| |
− | The ''name'', ''type'', ''foundation'' and ''location'' parameters are obligatory.
| |
− | <pre>
| |
− | {{Infobox Company
| |
− | |name =
| |
− | |logo =
| |
− | |type =
| |
− | |genre =
| |
− | |foundation = <!--modifies "Founded" entry-->
| |
− | |founder =
| |
− | |location_city =
| |
− | |location_country =
| |
− | |location = <!--modifies "Headquarters" entry-->
| |
− | |origins =
| |
− | |key_people =
| |
− | |area_served =
| |
− | |industry =
| |
− | |products =
| |
− | |services =
| |
− | |revenue =
| |
− | |operating_income =
| |
− | |net_income =
| |
− | |num_employees =
| |
− | |parent =
| |
− | |divisions =
| |
− | |subsid =
| |
− | |owner =
| |
− | |slogan =
| |
− | |homepage =
| |
− | |dissolved =
| |
− | |footnotes =
| |
− | }}
| |
− | </pre>
| |
− |
| |
− |
| |
− | <!--Categories-->
| |
− | [[Category:Business infobox templates|Company]]
| |
− | [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
| |
− |
| |
− | <!--Other languages-->
| |
− | [[ar:قالب:معلومات شركة]]
| |
− | [[an:Plantilla:Infobox Interpresa]]
| |
− | [[bs:Šablon:Infokutija kompanija]]
| |
− | [[de:Vorlage:Infobox Unternehmen]]
| |
− | [[es:Plantilla:Infobox Empresa]]
| |
− | [[fr:Modèle:Infobox Société]]
| |
− | [[gl:Template:Infobox Compañía]]
| |
− | [[he:תבנית:חברה מסחרית]]
| |
− | [[mk:Шаблон:Фирма]]
| |
− | [[ja:Template:基礎情報 会社]]
| |
− | [[no:Mal:Infoboks firma]]
| |
− | [[ru:Шаблон:Карточка компании]]
| |
− | [[simple:Template:Infobox Company]]
| |
− | [[vi:Tiêu bản:Tóm tắt về công ty]]
| |
− | [[uk:Шаблон:Підприємство]]
| |
− | [[zh:Template:Infobox Company]]
| |
− | </noinclude>
| |