Template:Infobox company: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="infobox vcard" style="width:22em; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em; font-size:90%;" | |||
<!-- Title --> | |||
{{#if: {{{name|}}} | | {{#if: {{{name|}}} | | ||
|- | |- | ||
! colspan="2" style="text-align:center; font-size:110%; background:#e6e6e6;" | {{{name}}} | ! colspan="2" style="text-align:center; font-size:110%; background:#e6e6e6;" | {{{name}}} | ||
}} | }} | ||
<!-- Logo --> | |||
{{#if: {{{logo|}}} | | {{#if: {{{logo|}}} | | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px]] | | colspan="2" style="text-align:center;" | [[File:{{{logo}}}|200px]] | ||
}} | }} | ||
<!-- Type --> | |||
{{#if: {{{type|}}} | | {{#if: {{{type|}}} | | ||
|- | |- | ||
| Line 13: | Line 18: | ||
| {{{type}}} | | {{{type}}} | ||
}} | }} | ||
<!-- Industry --> | |||
{{#if: {{{industry|}}} | | {{#if: {{{industry|}}} | | ||
|- | |- | ||
| Line 18: | Line 25: | ||
| {{{industry}}} | | {{{industry}}} | ||
}} | }} | ||
<!-- Founded --> | |||
{{#if: {{{founded|}}} | | {{#if: {{{founded|}}} | | ||
|- | |- | ||
| Line 23: | Line 32: | ||
| {{{founded}}} | | {{{founded}}} | ||
}} | }} | ||
<!-- Founder & CEO --> | |||
{{#if: {{{founder_ceo|}}} | | {{#if: {{{founder_ceo|}}} | | ||
|- | |- | ||
| Line 28: | Line 39: | ||
| {{{founder_ceo}}} | | {{{founder_ceo}}} | ||
}} | }} | ||
<!-- Headquarters --> | |||
{{#if: {{{hq|}}} | | {{#if: {{{hq|}}} | | ||
|- | |- | ||
| Line 33: | Line 46: | ||
| {{{hq}}} | | {{{hq}}} | ||
}} | }} | ||
<!-- Area served --> | |||
{{#if: {{{area_served|}}} | | {{#if: {{{area_served|}}} | | ||
|- | |- | ||
| Line 38: | Line 53: | ||
| {{{area_served}}} | | {{{area_served}}} | ||
}} | }} | ||
<!-- Services --> | |||
{{#if: {{{services|}}} | | {{#if: {{{services|}}} | | ||
|- | |- | ||
| Line 43: | Line 60: | ||
| {{{services}}} | | {{{services}}} | ||
}} | }} | ||
<!-- Parent company --> | |||
{{#if: {{{parent_company|}}} | | {{#if: {{{parent_company|}}} | | ||
|- | |- | ||
| Line 48: | Line 67: | ||
| {{{parent_company}}} | | {{{parent_company}}} | ||
}} | }} | ||
<!-- Registration No. --> | |||
{{#if: {{{reg_no|}}} | | {{#if: {{{reg_no|}}} | | ||
|- | |- | ||
| Line 53: | Line 74: | ||
| {{{reg_no}}} | | {{{reg_no}}} | ||
}} | }} | ||
<!-- Website --> | |||
{{#if: {{{website_url|}}} | | {{#if: {{{website_url|}}} | | ||
|- | |- | ||
| Line 58: | Line 81: | ||
| [{{{website_url}}} {{{website_text|{{{website_url}}}}}}] | | [{{{website_url}}} {{{website_text|{{{website_url}}}}}}] | ||
}} | }} | ||
|} | |||
Revision as of 15:05, 9 February 2026
{{#if: |
| {{{name}}}
}} {{#if: | | |
|---|---|
| [[File:{{{logo}}}|200px]]
}} {{#if: | | |
| Type | {{{type}}}
}} {{#if: | |
| Industry | {{{industry}}}
}} {{#if: | |
| Founded | {{{founded}}}
}} {{#if: | |
| Founder & CEO | {{{founder_ceo}}}
}} {{#if: | |
| Headquarters | {{{hq}}}
}} {{#if: | |
| Area served | {{{area_served}}}
}} {{#if: | |
| Services | {{{services}}}
}} {{#if: | |
| Parent company | {{{parent_company}}}
}} {{#if: | |
| Registration No. | {{{reg_no}}}
}} {{#if: | |
| Website | [{{{website_url}}} {{{website_url}}}]
}} |