Jump to content

Template:CompanyInfo: Difference between revisions

From ICANNWiki
TedErnst (talk | contribs)
make boilerplate more useable
TedErnst (talk | contribs)
remove boilerplate to see if that was cause of bug
Line 1: Line 1:
<noinclude>==Boilerplate==
Copy/Paste this to an article and then change the example text to match the company.
<pre>
{{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
}}</pre><noinclude>
{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"
{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"
|-
|-

Revision as of 20:49, 10 October 2010

[[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}}}