Template:CompanyInfo: Difference between revisions
Appearance
first draft of a boillerplate |
make boilerplate more useable |
||
Line 1: | Line 1: | ||
<noinclude>==Boilerplate== | <noinclude>==Boilerplate== | ||
Copy/Paste this to an article and then change the example text to match the company. | |||
<pre> | <pre> | ||
{{CompanyInfo| | {{CompanyInfo| | ||
| logo = | | logo = ExampleLogo.png | ||
| type = Privately Held | | type = Privately Held, Public, etc. | ||
| industry = | | industry = industry here | ||
| founded = | | founded = place here (year here) | ||
| founder = | | founder = name of founder here | ||
| headquarters = | | headquarters = address | ||
| keypeople = | | keypeople = names with titles | ||
| products = list | |||
| employees = number (year) | |||
| sales = $X (year) | |||
| website = http://Example.com | |||
| products = | |||
| employees = | |||
| sales = $ | |||
| website = http:// | |||
}}</pre><noinclude> | }}</pre><noinclude> | ||
Revision as of 20:33, 10 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 }}
[[Image:{{{logo}}}|200px|center]] | |
Type: | {{{type}}} |
Industry: | {{{industry}}} |
Founded: | {{{founded}}} |
Founder: | {{{founder}}} |
Headquarters: | {{{headquarters}}} |
Key people: | {{{keypeople}}} |
Products: | {{{products}}} |
Employees: | {{{employees}}} |
Sales: | {{{sales}}} |
Website: | {{{website}}} |