Jump to content

Template:CompanyInfo: Difference between revisions

From ICANNWiki
TedErnst (talk | contribs)
problem was <noinclude> instead of </noinclude>! oops
TedErnst (talk | contribs)
conditional rows should be working now
Line 16: Line 16:
}}</pre></noinclude>{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"
}}</pre></noinclude>{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"
|-
|-
| colspan="2" | [[Image:{{{logo}}}‎|200px|center]]
{{#if:{{{logo|}}}
|{{!}}colspan="2" {{!}} [[Image:{{{logo}}}‎|200px|center]]}}
|-
|-
| Type:
{{#if:{{{type|}}}
| {{{type}}}
|{{!}}Type:
{{!}}{{{type}}}}}
|-
|-
| Industry:
{{#if:{{{industry|}}}
| {{{industry}}}
|{{!}}Industry:
{{!}}{{{industry}}}}}
|-
|-
| Founded:  
{{#if:{{{founded|}}}
| {{{founded}}}
|{{!}}Founded:
{{!}}{{{founded}}}}}
|-
|-
| Founder:
{{#if:{{{founder|}}}
| {{{founder}}}
|{{!}}Founder:
{{!}}{{{founder}}}}}
|-
|-
| width="60px" | Headquarters:
{{#if:{{{headquarters|}}}
| {{{headquarters}}}
|{{!}}width="60px" {{!}} Headquarters:
{{!}}{{{headquarters}}}}}
|-
|-
| Key people:
{{#if:{{{keypeople|}}}
| width="200px" | {{{keypeople}}}
|{{!}}Key people:
{{!}}width="200px" {{!}} {{{keypeople}}}}}
|-
|-
| Products:
{{#if:{{{products|}}}
| width="200px" | {{{products}}}
|{{!}}Products:
{{!}}width="200px" {{!}} {{{products}}}}}
|-
|-
| Employees:
{{#if:{{{employees|}}}
| {{{employees}}}
|{{!}}Employees:
{{!}}{{{employees}}}}}
|-
|-
| Sales:
{{#if:{{{sales|}}}
| {{{sales}}}
|{{!}}Sales:
{{!}}{{{sales}}}}}
|-
|-
| Website:  
{{#if:{{{website|}}}
| {{{website}}}
|{{!}}Website:
{{!}}{{{website}}}}}
|}
|}

Revision as of 06:35, 12 October 2010

Boilerplate

Copy/Paste this to an article and then change the example text to match the company.

{{CompanyInfo|
| logo            = ExampleLogo.png
| type            = Privately Held, Public, etc.
| industry        = industry here
| founded         = place here (year here)
| founder         = name of founder here
| headquarters   = address
| keypeople     = names with titles
| products        = list
| employees      = number (year)
| sales             = $X (year)
| website          = http://Example.com
}}

{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"

|-

|-

|-

|-

|-

|-

|-

|-

|-

|-

|-

|}