Template:Infobox company: Difference between revisions

From Roses, Tulips, & Liberty
Content added Content deleted
No edit summary
m (Reverted edits by 71.251.32.154 (talk) to last version by TorontoStorm)
Line 1: Line 1:
{| class="infobox" style="width: 23em; font-size: 90%;"
#REDIRECT [[Poland]]
|+ style="font-size: larger;" | '''{{{company_name}}}'''
|- class{{{company_logo|}}}="hiddenStructure"
| colspan="2" style="text-align: center;" | {{{company_logo}}}
|-
! style="text-align:right;" | [[:Category:Types of companies|Type]]
| {{{company_type}}}
|-
! style="text-align:right;" | Founded
| {{{foundation}}}
|-
! style="text-align:right;" | Location
| {{{location}}}
|- class{{{key_people|}}}="hiddenStructure"
! style="text-align:right;" | Key people
| {{{key_people}}}
|- class{{{industry|}}}="hiddenStructure"
! style="text-align:right;" | [[Industry]]
| {{{industry}}}
|- class{{{products|}}}="hiddenStructure"
! style="text-align:right;" | [[Product (business)|Products]]
| {{{products}}}
|- class{{{revenue|}}}="hiddenStructure"
! style="text-align:right;" | [[Revenue]]
| {{{revenue}}}
|- class{{{operating_income|}}}="hiddenStructure"
! style="text-align:right;" | [[Operating Income]]
| {{{operating_income}}}
|- class{{{net_income|}}}="hiddenStructure"
! style="text-align:right;" | [[Net Income]]
| {{{net_income}}}
|- class{{{num_employees|}}}="hiddenStructure"
! style="text-align:right;" | [[Employee]]s
| {{{num_employees}}}
|- class{{{homepage|}}}="hiddenStructure"
! style="text-align:right;" | [[Website]]
| {{{homepage}}}
|- class{{{footnotes|}}}="hiddenStructure"
| colspan="2" | {{{footnotes}}}
|}<noinclude>

== Usage ==
<pre>
{{Infobox Company
| company_name =
| company_logo =
| company_type =
| foundation =
| location =
| key_people =
| industry =
| products =
| revenue =
| operating_income =
| net_income =
| num_employees =
| homepage =
}}
</pre>
[[Category:Infobox templates|Company]]
</noinclude>

Revision as of 23:45, 12 February 2006

{{{company_name}}}
{{{company_logo}}}
Type {{{company_type}}}
Founded {{{foundation}}}
Location {{{location}}}
Key people {{{key_people}}}
Industry {{{industry}}}
Products {{{products}}}
Revenue {{{revenue}}}
Operating Income {{{operating_income}}}
Net Income {{{net_income}}}
Employees {{{num_employees}}}
Website {{{homepage}}}
{{{footnotes}}}

Usage

{{Infobox Company 
| company_name = 
| company_logo = 
| company_type = 
| foundation = 
| location = 
| key_people = 
| industry = 
| products = 
| revenue = 
| operating_income = 
| net_income = 
| num_employees =
| homepage =
}}