Template:Infobox company: Difference between revisions
Ekramhossen (talk | contribs) 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..." |
Ekramhossen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| class="infobox" style="width:22em; font-size:90%; text-align:left;" | |||
{| class="infobox | |||
{{#if:{{{logo|}}}| | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px|center]] | |||
}} | |||
{{#if:{{{type|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Type | ||
| {{{type}}} | |||
}} | |||
{{#if:{{{industry|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Industry | ||
| {{{industry}}} | |||
}} | |||
{{#if:{{{founded|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Founded | ||
| {{{founded}}} | |||
}} | |||
{{#if:{{{founders|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Founders | ||
| {{{founders}}} | |||
}} | |||
{{#if:{{{key_people|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Key people | ||
| {{{key_people}}} | |||
}} | |||
{{#if:{{{headquarters|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Headquarters | ||
| {{{headquarters}}} | |||
}} | |||
{{#if:{{{products|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Products | ||
| {{{products}}} | |||
}} | |||
{{#if:{{{revenue|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Revenue | ||
| {{{revenue}}} | |||
}} | |||
{{#if:{{{employees|}}}| | |||
|- | |- | ||
{{#if:{{{ | ! Employees | ||
| {{{employees}}} | |||
}} | |||
{{#if:{{{website|}}}| | |||
|- | |- | ||
! Website | |||
| [{{{website}}} {{{website}}}] | |||
}} | |||
|} | |} | ||