Template:Infobox Company: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
m (More sensible logo shape...)
imported>Caesar Schinas
(sanitise names, add TlDoc)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{Template:Infobox
{{Template:Infobox
| title        = {{{org_name_legal|}}}
| title        = {{{name|}}}


| 1_data      = {{#if:{{{org_logo|}}}|[[Image:{{{org_logo}}}|{{{logo_size|300x100px}}}]]}}
| 1_data      = {{#if:{{{logo|}}}|[[Image:{{{logo}}}|{{{logo_size|300x100px}}}]]}}
| 1_datastyle  = text-align:center; padding:0.5em;
| 1_datastyle  = text-align:center; padding:0.5em;


| 2_label      = Website
| 2_label      = Website
| 2_data      = {{#if:{{{org_homepage|}}}|[http://{{{org_homepage}}} {{{org_homepage}}}]}}
| 2_data      = {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]}}


| 3_label      = Parent organisation
| 3_label      = Parent organisation
| 3_data      = {{{org_parent|}}}
| 3_data      = {{{parent|}}}


| 4_label      = Company form
| 4_label      = Company form
| 4_data      = {{{org_form|}}}
| 4_data      = {{{company_form|}}}


| 5_label      = Company type
| 5_label      = Ownership type
| 5_data      = {{{org_ownership_type|}}}{{#if:{{{org_stock_symbol|}}}|, {{{org_stock_symbol|}}}}}
| 5_data      = {{{ownership_type|}}}{{#if:{{{stock_symbol|}}}|, {{{stock_symbol|}}}}}


| 6_label      = Founded
| 6_label      = Founded
| 6_data      = {{#if: {{{org_foundation_date|}}}| {{{org_foundation_date}}}{{#if:{{{org_founded_by|}}}|, ''by '' {{{org_founded_by}}} }} | {{#if:{{{org_founded_by|}}}|''by '' {{{org_founded_by}}} }} }}
| 6_data      = {{#if: {{{foundation_date|}}}| {{{foundation_date}}}{{#if:{{{founded_by|}}}|, ''by '' {{{founded_by}}} }} | {{#if:{{{founded_by|}}}|''by '' {{{founded_by}}} }} }}


| 7_label      = Headquarters
| 7_label      = Headquarters
Line 25: Line 25:


| 8_label      = Industry
| 8_label      = Industry
| 8_data      = {{{category_prime|}}}
| 8_data      = {{{industry|}}}


| 9_label    = Product/Service
| 9_label    = Product/Service
| 9_data      = {{{prime_function|}}}
| 9_data      = {{{product|}}}


}}</includeonly><noinclude>
}}</includeonly><noinclude>{{TlDoc}}</noinclude>
 
<big>'''Usage'''</big>
{|
|
<pre>
{{Template:Infobox Company
| org_name_legal =Name of Company
| org_logo =test.jpg
| org_homepage =citizendium.org
| org_parent =Parent Co.
| org_form =Form
| org_ownership_type =Type
| org_stock_symbol =CO
| org_foundation_date =19XX
| org_founded_by =Some Bloke
| location_street =LaLa La.
| location_city =LA
| location_state =CA
| location_country =USA
| category_prime =Fiction
| prime_function =Publisher
}}
</pre>
|
{{Template:Infobox Company
| org_name_legal =Name of Company
| org_logo =test.jpg
| org_homepage =citizendium.org
| org_parent =Parent Co.
| org_form =Form
| org_ownership_type =Type
| org_stock_symbol =CO
| org_foundation_date =19XX
| org_founded_by =Some Bloke
| location_street =LaLa La.
| location_city =LA
| location_state =CA
| location_country =USA
| category_prime =Fiction
| prime_function =Publisher
}}
|}
</noinclude>

Latest revision as of 03:59, 14 May 2009

This documentation is transcluded from Template:Infobox Company/doc (edit | history)

Infobox for articles about companies.

Usage

Copy the following code, paste it directly below the {{subpages}} tag, and then fill in any applicable values.
Do not remove those which do not apply or which you do not know; just leave them blank and they will not show up in the infobox.
Do not leave a blank line either before or after the infobox code.

{{Infobox Company
| name             = 
| parent           = 
| logo             = 
| website          = 
| company_form     = 
| ownership_type   = 
| stock_symbol     = 
| foundation_date  = 
| founded_by       = 
| location_street  = 
| location_city    = 
| location_state   = 
| location_country = 
| industry         = 
| product          = 
}}

Example

Microsoft Corporation
Microsoft wordmark.png
Website www.microsoft.com
Ownership type Public, NASDAQ:MSFT
Founded 1975, by Bill Gates
Headquarters Redmond , Washington
United States
Industry Computers
Product/Service Computer and Consumer Products
{{Infobox Company
| name             = Microsoft Corporation
| parent           = 
| logo             = Microsoft_wordmark.png
| website          = www.microsoft.com
| company_form     = 
| ownership_type   = Public
| stock_symbol     = NASDAQ:MSFT
| foundation_date  = 1975
| founded_by       = [[Bill Gates]]
| location_street  = 
| location_city    = Redmond
| location_state   = Washington
| location_country = United States
| industry         = Computers
| product          = Computer and Consumer Products
}}