Template:Infobox company: Difference between revisions

Created page with "<onlyinclude> {| class="infobox vcard" style="width:300px; font-size:90%; text-align:left;" ! colspan="2" style="text-align:center; font-size:120%; background:#f2f2f2;" | '''{{{name}}}''' |- {{#if:{{{logo|}}}|! colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px|center]]}} |- {{#if:{{{type|}}}|! Type || {{{type}}} }} |- {{#if:{{{industry|}}}|! Industry || {{{industry}}} }} |- {{#if:{{{founded|}}}|! Founded || {{{founded}}} }} |- {{#if:{{{founders|}}}|! Found..."
 
No edit summary
Line 1: Line 1:
<onlyinclude>
{| class="infobox" style="width:22em; font-size:90%; text-align:left;"
{| class="infobox vcard" style="width:300px; font-size:90%; text-align:left;"
 
! colspan="2" style="text-align:center; font-size:120%; background:#f2f2f2;" | '''{{{name}}}'''
{{#if:{{{logo|}}}|
|-
|-
{{#if:{{{logo|}}}|! colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px|center]]}}
| colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px|center]]
}}
 
{{#if:{{{type|}}}|
|-
|-
{{#if:{{{type|}}}|! Type || {{{type}}} }}
! Type
| {{{type}}}
}}
 
{{#if:{{{industry|}}}|
|-
|-
{{#if:{{{industry|}}}|! Industry || {{{industry}}} }}
! Industry
| {{{industry}}}
}}
 
{{#if:{{{founded|}}}|
|-
|-
{{#if:{{{founded|}}}|! Founded || {{{founded}}} }}
! Founded
| {{{founded}}}
}}
 
{{#if:{{{founders|}}}|
|-
|-
{{#if:{{{founders|}}}|! Founders || {{{founders}}} }}
! Founders
| {{{founders}}}
}}
 
{{#if:{{{key_people|}}}|
|-
|-
{{#if:{{{key_people|}}}|! Key people || {{{key_people}}} }}
! Key people
| {{{key_people}}}
}}
 
{{#if:{{{headquarters|}}}|
|-
|-
{{#if:{{{headquarters|}}}|! Headquarters || {{{headquarters}}} }}
! Headquarters
| {{{headquarters}}}
}}
 
{{#if:{{{products|}}}|
|-
|-
{{#if:{{{products|}}}|! Products || {{{products}}} }}
! Products
| {{{products}}}
}}
 
{{#if:{{{revenue|}}}|
|-
|-
{{#if:{{{revenue|}}}|! Revenue || {{{revenue}}} }}
! Revenue
| {{{revenue}}}
}}
 
{{#if:{{{employees|}}}|
|-
|-
{{#if:{{{employees|}}}|! Employees || {{{employees}}} }}
! Employees
| {{{employees}}}
}}
 
{{#if:{{{website|}}}|
|-
|-
{{#if:{{{website|}}}|! Website || [{{{website}}} {{{website}}}] }}
! Website
| [{{{website}}} {{{website}}}]
}}
 
|}
|}
</onlyinclude>