Template:CompanyInfo: Difference between revisions
Appearance
problem was <noinclude> instead of </noinclude>! oops |
conditional rows should be working now |
||
Line 16: | Line 16: | ||
}}</pre></noinclude>{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;" | }}</pre></noinclude>{| cellpadding="2" style="float: right; border: 1px solid darkgray; padding: 5px; margin-left: 10px;" | ||
|- | |- | ||
| colspan="2" | {{#if:{{{logo|}}} | ||
|{{!}}colspan="2" {{!}} [[Image:{{{logo}}}|200px|center]]}} | |||
|- | |- | ||
| Type: | {{#if:{{{type|}}} | ||
|{{!}}Type: | |||
{{!}}{{{type}}}}} | |||
|- | |- | ||
| Industry: | {{#if:{{{industry|}}} | ||
|{{!}}Industry: | |||
{{!}}{{{industry}}}}} | |||
|- | |- | ||
| Founded: | {{#if:{{{founded|}}} | ||
|{{!}}Founded: | |||
{{!}}{{{founded}}}}} | |||
|- | |- | ||
| Founder: | {{#if:{{{founder|}}} | ||
|{{!}}Founder: | |||
{{!}}{{{founder}}}}} | |||
|- | |- | ||
| width="60px" | {{#if:{{{headquarters|}}} | ||
|{{!}}width="60px" {{!}} Headquarters: | |||
{{!}}{{{headquarters}}}}} | |||
|- | |- | ||
| Key people: | {{#if:{{{keypeople|}}} | ||
|{{!}}Key people: | |||
{{!}}width="200px" {{!}} {{{keypeople}}}}} | |||
|- | |- | ||
| Products: | {{#if:{{{products|}}} | ||
|{{!}}Products: | |||
{{!}}width="200px" {{!}} {{{products}}}}} | |||
|- | |- | ||
| Employees: | {{#if:{{{employees|}}} | ||
|{{!}}Employees: | |||
{{!}}{{{employees}}}}} | |||
|- | |- | ||
| Sales: | {{#if:{{{sales|}}} | ||
|{{!}}Sales: | |||
{{!}}{{{sales}}}}} | |||
|- | |- | ||
| Website: | {{#if:{{{website|}}} | ||
|{{!}}Website: | |||
{{!}}{{{website}}}}} | |||
|} | |} |
Revision as of 06:35, 12 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;"
|-
|-
|-
|-
|-
|-
|-
|-
|-
|-
|-
|}