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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
{| class="infobox" style="width:23em; font-size:90%; border:1px solid #aaa; background:#f9f9f9;"
{| class="infobox vcard" style="width:300px; font-size:90%; text-align:left;"
|+ '''{{{name|{{PAGENAME}}}}}'''
! colspan="2" style="text-align:center; font-size:120%; background:#f2f2f2;" | '''{{{name}}}'''
|-
|-
{{#if:{{{logo|}}}|! colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px|center]]}}
| '''Logo'''
| [[File:{{{logo|}}}|200px]]
|-
|-
{{#if:{{{type|}}}|! Type || {{{type}}} }}
| '''Type'''
| {{{type|}}}
|-
|-
{{#if:{{{industry|}}}|! Industry || {{{industry}}} }}
| '''Industry'''
| {{{industry|}}}
|-
|-
{{#if:{{{founded|}}}|! Founded || {{{founded}}} }}
| '''Founded'''
| {{{founded|}}}
|-
|-
{{#if:{{{founders|}}}|! Founders || {{{founders}}} }}
| '''Founders'''
| {{{founders|}}}
|-
|-
{{#if:{{{key_people|}}}|! Key people || {{{key_people}}} }}
| '''Key people'''
| {{{key_people|}}}
|-
|-
{{#if:{{{headquarters|}}}|! Headquarters || {{{headquarters}}} }}
| '''Headquarters'''
| {{{headquarters|}}}
|-
|-
{{#if:{{{products|}}}|! Products || {{{products}}} }}
| '''Products'''
| {{{products|}}}
|-
|-
{{#if:{{{revenue|}}}|! Revenue || {{{revenue}}} }}
| '''Revenue'''
| {{{revenue|}}}
|-
|-
{{#if:{{{employees|}}}|! Employees || {{{employees}}} }}
| '''Employees'''
| {{{employees|}}}
|-
|-
{{#if:{{{website|}}}|! Website || [{{{website}}} {{{website}}}] }}
| '''Website'''
| [{{{website|}}}]
|}
|}
</onlyinclude>