Jump to content

Template:CompanyInfo: Difference between revisions

From ICANNWiki
TedErnst (talk | contribs)
also, changes to the boilerplate need to match changes to the template, when changing field names, etc.
TedErnst (talk | contribs)
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
}}