Template:CompanyInfo: Difference between revisions
Appearance
No edit summary |
move people down to the bottom of the box |
||
Line 11: | Line 11: | ||
| headquarters = address | | headquarters = address | ||
| country = country | | country = country | ||
| products = list | | products = list | ||
| employees = number (year) | | employees = number (year) | ||
| sales = $X (year) | | sales = $X (year) | ||
| website = http://Example.com | | website = http://Example.com | ||
| keypeople = names with titles | |||
}}</pre></noinclude> | }}</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;" | ||
Line 49: | Line 49: | ||
|{{!}} Country: | |{{!}} Country: | ||
{{!}}{{{country}}}}} | {{!}}{{{country}}}}} | ||
|- | |- | ||
{{#if:{{{products|}}} | {{#if:{{{products|}}} | ||
Line 69: | Line 65: | ||
|{{!}}Website: | |{{!}}Website: | ||
{{!}}{{{website}}}}} | {{!}}{{{website}}}}} | ||
|- | |||
{{#if:{{{keypeople|}}} | |||
|{{!}}valign="top" {{!}} Key people: | |||
{{!}}width="200px" {{!}} {{{keypeople}}}}} | |||
|}<noinclude> | |}<noinclude> | ||
==Example== | ==Example== | ||
Line 80: | Line 80: | ||
| headquarters = address | | headquarters = address | ||
| country = country | | country = country | ||
| products = list | | products = list | ||
| employees = number (year) | | employees = number (year) | ||
| sales = $X (year) | | sales = $X (year) | ||
| website = http://Example.com | | website = http://Example.com | ||
| keypeople = names with titles | |||
}}[[Category:Templates]]</noinclude> | }}[[Category:Templates]]</noinclude> |
Revision as of 18:12, 27 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 here (if there is one) | founders = name of founders here (if there is more than one) | headquarters = address | country = country | products = list | employees = number (year) | sales = $X (year) | website = http://Example.com | keypeople = names with titles }}
Example
Type: | Privately Held, Public, etc. |
Industry: | industry here |
Founded: | place here (year here) |
Founder: | name of founder here |
Founders: | name of founders here (idea is to use only one of these) |
Headquarters: | address |
Country: | country |
Products: | list |
Employees: | number (year) |
Sales: | $X (year) |
Website: | http://Example.com |
Key people: | names with titles |