Difference between revisions of "Template:CompanyInfo"

From ICANNWiki
Jump to navigation Jump to search
(also, changes to the boilerplate need to match changes to the template, when changing field names, etc.)
(adding country field and making label say "Founder(s)")
Line 33: Line 33:
 
|-
 
|-
 
{{#if:{{{founder|}}}
 
{{#if:{{{founder|}}}
|{{!}}Founder:
+
|{{!}}Founder(s):
 
{{!}}{{{founder}}}}}
 
{{!}}{{{founder}}}}}
 
|-
 
|-
Line 39: Line 39:
 
|{{!}}width="60px" {{!}} Headquarters:
 
|{{!}}width="60px" {{!}} Headquarters:
 
{{!}}{{{headquarters}}}}}
 
{{!}}{{{headquarters}}}}}
 +
|-
 +
{{#if:{{{country|}}}
 +
|{{!}} Country:
 +
{{!}}{{{country}}}}}
 
|-
 
|-
 
{{#if:{{{keypeople|}}}
 
{{#if:{{{keypeople|}}}

Revision as of 22:48, 12 October 2010

Boilerplate

Copy/Paste this to an article and then change the example text to match the company. If you don't have info for a row, just remove everything to the right of the "=".

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