Difference between revisions of "Template:CompanyInfo"

From ICANNWiki
Jump to navigation Jump to search
(was buggy, don't have time to fix right now)
(what if we just had two fields, Founder and Founders, the one not used won't be displayed)
Line 7: Line 7:
 
| industry        = industry here
 
| industry        = industry here
 
| founded        = place here (year here)
 
| founded        = place here (year here)
| founder        = name of founder(s) here
+
| founder        = name of founder here (if there is one)
 +
| founder        = name of founders here (if there is more than one)
 
| headquarters    = address
 
| headquarters    = address
 
| country        = country
 
| country        = country
Line 34: Line 35:
 
|-
 
|-
 
{{#if:{{{founder|}}}
 
{{#if:{{{founder|}}}
|{{!}}Founder(s):
+
|{{!}}Founder:
 
{{!}}{{{founder}}}}}
 
{{!}}{{{founder}}}}}
 +
|-
 +
{{#if:{{{founders|}}}
 +
|{{!}}Founders:
 +
{{!}}{{{founders}}}}}
 
|-
 
|-
 
{{#if:{{{headquarters|}}}
 
{{#if:{{{headquarters|}}}
Line 71: Line 76:
 
| industry        = industry here
 
| industry        = industry here
 
| founded        = place here (year here)
 
| founded        = place here (year here)
| founder        = name of founder(s) here
+
| founder        = name of founder here
 +
| founders        = name of founders here (idea is to use only one of these)
 
| headquarters    = address
 
| headquarters    = address
 
| country        = country
 
| country        = country

Revision as of 06:08, 13 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 here (if there is one)
| founder         = name of founders here (if there is more than one)
| headquarters    = address
| country         = country
| keypeople       = names with titles
| products        = list
| employees       = number (year)
| sales           = $X (year)
| website         = http://Example.com
}}

Example

Type: Privately Held, Public, etc.
Industry: industry here
Founded: place here (year here)
Founder: name of founder here
Founders: name of founders here (idea is to use only one of these)
Headquarters: address
Country: country
Key people: names with titles
Products: list
Employees: number (year)
Sales: $X (year)
Website: http://Example.com