Difference between revisions of "Template:CompanyInfo"

From ICANNWiki
Jump to navigation Jump to search
Line 17: Line 17:
 
| revenue        = $X (year)
 
| revenue        = $X (year)
 
| website        = http://example.com
 
| website        = http://example.com
 +
| facebook        = [http://link Company Name]
 +
| linkedin        = [http://link Company Name]
 
| twitter        = twitterhandle
 
| twitter        = twitterhandle
| facebook        = [http://link Company Name Page]
 
| linkedin        = [http://link Company Name]
 
 
| keypeople      = name, title
 
| keypeople      = name, title
 
}}</pre></noinclude>
 
}}</pre></noinclude>
Line 42: Line 42:
 
|{{!}}Founder(s):
 
|{{!}}Founder(s):
 
{{!}}{{{founder(s)}}}}}
 
{{!}}{{{founder(s)}}}}}
|-
 
{{#if:{{{purchase|}}}
 
|{{!}}Change of Ownership:
 
{{!}}{{{purchase}}}}}
 
 
|-
 
|-
 
{{#if:{{{ownership|}}}
 
{{#if:{{{ownership|}}}
|{{!}}Ownership:
+
|{{!}}Current Ownership:
 
{{!}}{{{ownership}}}}}
 
{{!}}{{{ownership}}}}}
|-
 
{{#if:{{{founders|}}}
 
|{{!}}Founders:
 
{{!}}{{{founders}}}}}
 
 
|-
 
|-
 
{{#if:{{{headquarters|}}}
 
{{#if:{{{headquarters|}}}
Line 62: Line 54:
 
|{{!}} Country:
 
|{{!}} Country:
 
{{!}}{{{country}}}}}
 
{{!}}{{{country}}}}}
 +
 +
|-
 +
{{#if:{{{businesses|}}}
 +
|{{!}}Businesses:
 +
{{!}}{{{businesses}}}}}
 
|-
 
|-
 
{{#if:{{{products|}}}
 
{{#if:{{{products|}}}
Line 74: Line 71:
 
|{{!}}Revenue:
 
|{{!}}Revenue:
 
{{!}}{{{revenue}}}}}
 
{{!}}{{{revenue}}}}}
|-
 
{{#if:{{{businesses|}}}
 
|{{!}}Businesses:
 
{{!}}{{{businesses}}}}}
 
 
|-
 
|-
 
{{#if:{{{website|}}}
 
{{#if:{{{website|}}}
 
|{{!}}Website:
 
|{{!}}Website:
 
{{!}}<span class="plainlinks">{{{website}}}</span>}}
 
{{!}}<span class="plainlinks">{{{website}}}</span>}}
 +
 +
|-
 +
{{#if:{{{facebook|}}}
 +
|{{!}}Facebook Page:
 +
{{!}}<span class="plainlinks">{{{facebook}}}</span>}}
 +
 +
|-
 +
{{#if:{{{linkedin|}}}
 +
|{{!}LinkedIn:
 +
{{!}}<span class="plainlinks">{{{linkedin}}}</span>}}
 
|-
 
|-
 
{{#if:{{{twitter|}}}
 
{{#if:{{{twitter|}}}
Line 95: Line 98:
 
==Example==
 
==Example==
 
{{CompanyInfo|
 
{{CompanyInfo|
| logo            = Example.jpg
+
 
| type            = Privately Held, Public, etc.
+
| logo            = Example.jpg  
| industry        = industry here
+
| type            = Privately Held, Public, etc.  
| founded        = place here (year here)
+
| industry        = Registry, Legal, Internet, etc.
| founder(s)      = name of founder(s) here
+
| founded        = place, year  
| headquarters    = address
+
| founder(s)      = name of founder(s) here  
| country        = country
+
| ownership      = current ownership, year purchased
| products        = list
+
| headquarters    = address  
| employees      = number (year)
+
| country        = country  
| revenue        = $X (year)
+
| businesses      = list business owned/subsidiaries
| website        = http://Example.com
+
| products        = list  
| twitter         = twitterhandle
+
| employees      = number (year)  
 +
| revenue        = $X (year)  
 +
| website        = http://example.com  
 +
| facebook        = [http://link Company Name Page]
 +
| linkedin        = [http://link Company Name]
 +
| twitter         = twitterhandle  
 
| keypeople      = name 1, title 1<br/>name 2, title 2
 
| keypeople      = name 1, title 1<br/>name 2, title 2
 
}}[[Category:Templates|CompanyInfo]]</noinclude>
 
}}[[Category:Templates|CompanyInfo]]</noinclude>

Revision as of 22:47, 10 April 2011

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            = Example.jpg
| type            = Privately Held, Public, etc.
| industry        = Registry, Legal, Internet, etc.
| founded         = place, year
| founder(s)      = name of founder(s) here
| ownership       = current ownership, year purchased
| headquarters    = address
| country         = country
| businesses      = list business owned/subsidiaries
| products        = list
| employees       = number (year)
| revenue         = $X (year)
| website         = http://example.com
| facebook        = [http://link Company Name]
| linkedin        = [http://link Company Name]
| twitter         = twitterhandle
| keypeople       = name, title
}}
{{#if:
{{!}LinkedIn: {{{linkedin}}}}}

Example

{{#if:Company Name
Example.jpg
Type: Privately Held, Public, etc.
Industry: Registry, Legal, Internet, etc.
Founded: place, year
Founder(s): name of founder(s) here
Current Ownership: current ownership, year purchased
Headquarters: address
Country: country
Businesses: list business owned/subsidiaries
Products: list
Employees: number (year)
Revenue: $X (year)
Website: http://example.com
Facebook Page: Company Name Page
{{!}LinkedIn: Company Name}}
Twitter: TwitterIcon.png@twitterhandle
Key People
name 1, title 1
name 2, title 2