Difference between revisions of "Template:CompanyInfo"

From ICANNWiki
Jump to navigation Jump to search
(remove boilerplate to see if that was cause of bug)
(problem was <noinclude> instead of </noinclude>! oops)
Line 1: Line 1:
{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"
+
<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;"
 
|-
 
|-
 
| colspan="2" | [[Image:{{{logo}}}‎|200px|center]]
 
| colspan="2" | [[Image:{{{logo}}}‎|200px|center]]

Revision as of 20:51, 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
}}

{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;"

|- | colspan="2" | [[Image:{{{logo}}}‎|200px|center]] |- | Type: | {{{type}}} |- | Industry: | {{{industry}}} |- | Founded: | {{{founded}}} |- | Founder: | {{{founder}}} |- | width="60px" | Headquarters: | {{{headquarters}}} |- | Key people: | width="200px" | {{{keypeople}}} |- | Products: | width="200px" | {{{products}}} |- | Employees: | {{{employees}}} |- | Sales: | {{{sales}}} |- | Website: | {{{website}}} |}