Template:CompanyInfo: Difference between revisions
Appearance
No edit summary |
Dustin Loup (talk | contribs) No edit summary |
||
(132 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>==Boilerplate== | <noinclude> | ||
==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 "=". | 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 "=". | ||
<pre> | <pre> | ||
{{CompanyInfo| | {{CompanyInfo| | ||
| logo = | | logo = Example.jpg | ||
| type = Privately Held, Public, etc. | | type = Privately Held, Public, etc. | ||
| industry = | | industry = Registry, Legal, Internet, etc. | ||
| founded = place | | founded = place, year | ||
| | | founders = name of founder(s) here | ||
| headquarters | | ownership = current ownership, year purchased | ||
| | | headquarters = address | ||
| country = country | |||
| businesses = list business owned/subsidiaries | |||
| products = list | | products = list | ||
| employees | | employees = number (year) | ||
| | | revenue = $X (year) | ||
| website | | email = email [at] company.com | ||
}}</pre></noinclude> | | website = [http://example.com example.com] | ||
| blog = [http://example.com/blog Blog Name] | |||
| facebook = [http://link Company Name] | |||
| linkedin = [http://link Company Name] | |||
| twitter = twitterhandle | |||
| keypeople = name, title | |||
}}</pre> | |||
Only add to sponsors: | |||
<pre> | |||
| membersponsor = ICANNWiki [[Sponsorship|Member]] | |||
| partnersponsor = ICANNWiki [[Sponsorship|Partner]] | |||
</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;" | ||
|- | |- | ||
{{#if:{{{logo|}}} | {{#if:{{{logo|}}} | ||
|{{!}}colspan="2" {{!}} [[Image:{{{logo}}}| | |{{!}}colspan="2" {{!}} [[Image:{{{logo}}}|150px|center]]}} | ||
|- | |||
{{#if:{{{partnersponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#FFCC00;"{{!}} {{{partnersponsor}}}}} | |||
|- | |||
{{#if:{{{membersponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#23C589;"{{!}} {{{membersponsor}}}}} | |||
|- | |||
{{#if:{{{platsponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#969696;"{{!}} {{{platsponsor}}}}} | |||
|- | |||
{{#if:{{{goldsponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#FFCC00;"{{!}} {{{goldsponsor}}}}} | |||
|- | |||
{{#if:{{{silversponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#DDDDDD;"{{!}} {{{silversponsor}}}}} | |||
|- | |||
{{#if:{{{icwmember|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#DDDDDD;"{{!}} {{{icwmember}}}}} | |||
|- | |||
{{#if:{{{bronzesponsor|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#BF9000;"{{!}} {{{bronzesponsor}}}}} | |||
|- | |- | ||
{{#if:{{{type|}}} | {{#if:{{{type|}}} | ||
Line 32: | Line 69: | ||
{{!}}{{{founded}}}}} | {{!}}{{{founded}}}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{founders|}}} | ||
|{{!}}Founder: | |{{!}}valign="top" {{!}} Founder(s): | ||
{{!}}{{{ | {{!}}{{{founders}}}}} | ||
|- | |||
{{#if:{{{ownership|}}} | |||
|{{!}}Ownership: | |||
{{!}}{{{ownership}}}}} | |||
|- | |- | ||
{{#if:{{{headquarters|}}} | {{#if:{{{headquarters|}}} | ||
|{{!}}width=" | |{{!}}valign="top" width="65px" {{!}} Headquarters: | ||
{{!}}{{{headquarters}}}}} | {{!}}{{{headquarters}}}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{country|}}} | ||
|{{!}} | |{{!}} Country: | ||
{{!}} | {{!}}{{{country}}}<includeonly>[[Category:{{{country}}}]]</includeonly>}} | ||
|- | |||
{{#if:{{{businesses|}}} | |||
|{{!}}valign="top" {{!}} Businesses: | |||
{{!}}{{{businesses}}}}} | |||
|- | |- | ||
{{#if:{{{products|}}} | {{#if:{{{products|}}} | ||
|{{!}}Products: | |{{!}}valign="top" {{!}}Products: | ||
{{!}}width="200px" {{!}} {{{products}}}}} | {{!}}width="200px" {{!}} {{{products}}}}} | ||
|- | |- | ||
Line 52: | Line 97: | ||
{{!}}{{{employees}}}}} | {{!}}{{{employees}}}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{members|}}} | ||
|{{!}} | |{{!}}Members: | ||
{{!}}{{{ | {{!}}{{{members}}}}} | ||
|- | |||
{{#if:{{{revenue|}}} | |||
|{{!}}Revenue: | |||
{{!}}{{{revenue}}}}} | |||
|- | |||
{{#if:{{{email|}}} | |||
|{{!}}valign="top" {{!}} Email: | |||
{{!}}{{{email}}}}} | |||
|- | |- | ||
{{#if:{{{website|}}} | {{#if:{{{website|}}} | ||
|{{!}}Website: | |{{!}}valign="top" {{!}} Website: | ||
{{!}}{{{website}}}}} | {{!}}<span class="plainlinks">{{{website}}}</span>}} | ||
|} | |- | ||
{{#if:{{{blog|}}} | |||
|{{!}}Blog: | |||
{{!}}<span class="plainlinks">{{{blog}}}</span>}} | |||
|- | |||
{{#if:{{{facebook|}}} | |||
|{{!}}Facebook: | |||
{{!}}<span class="plainlinks">{{{facebook}}}</span>}} | |||
|- | |||
{{#if:{{{linkedin|}}} | |||
|{{!}}LinkedIn: | |||
{{!}}<span class="plainlinks">{{{linkedin}}}</span>}} | |||
|- | |||
{{#if:{{{twitter|}}} | |||
|{{!}}Twitter: | |||
{{!}}<span class="plainlinks">[[Image:TwitterIcon.png]][http://twitter.com/{{{twitter}}} @{{{twitter}}}]</span>}} | |||
|- | |||
{{#if:{{{weibo|}}} | |||
|{{!}}Weibo: | |||
{{!}}<span class="plainlinks">{{{weibo}}}</span>}} | |||
|- | |||
{{#if:{{{instagram|}}} | |||
|{{!}}Instagram: | |||
{{!}}<span class="plainlinks">{{{instagram}}}</span>}} | |||
|- | |||
{{#if:{{{flickr|}}} | |||
|{{!}}Flickr: | |||
{{!}}<span class="plainlinks">{{{flickr}}}</span>}} | |||
|- | |||
{{#if:{{{keypeople|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#ADDFFF;"{{!}} Key People | |||
{{!}}- | |||
{{!}}colspan="2" {{!}} {{{keypeople}}}}} | |||
|- | |||
{{#if:{{{staff|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#ADDFFF;"{{!}} Staff | |||
{{!}}- | |||
{{!}}colspan="2" {{!}} {{{staff}}}}} | |||
|- | |||
{{#if:{{{boardmembers|}}} | |||
|{{!}}colspan="2" style="text-align:center; background-color:#ADDFFF;"{{!}} Board Members | |||
{{!}}- | |||
{{!}}colspan="2" {{!}} {{{boardmembers}}}}} | |||
|- | |||
{{#if:{{{ianaid|}}} | |||
|{{!}}IANA ID: | |||
{{!}}{{{ianaid}}}}} | |||
|- | |||
{{#ifexist: nTLDStats:{{PAGENAME}}/TLDs|{{!}}colspan="2" class="ntldstats_ubx" style="text-align:center; background-color:#ADDFFF;"{{!}} <span style="color:black;">[{{nTLDStats:{{PAGENAME}}/Link}} nTLDStats]</span> | |||
{{!}}- | |||
{{!}}TLDs: | |||
{{!}}{{nTLDStats:{{PAGENAME}}/TLDs}} | |||
{{!}}- | |||
{{!}}Registrations: | |||
{{!}}{{nTLDStats:{{PAGENAME}}/Registrations}} | |||
{{!}}- | |||
{{!}}colspan="2" style="text-align:center;"{{!}}<hr> | |||
{{!}}- | |||
{{!}}colspan="2" style="text-align:center;"{{!}}More Info: [{{nTLDStats:{{PAGENAME}}/Link}} nTLDStats]}} | |||
|}<noinclude> | |||
==Example== | |||
{{CompanyInfo| | |||
[[Category:Templates]] | | logo = Example.jpg | ||
| type = Privately Held, Public, etc. | |||
| industry = Registry, Legal, Internet, etc. | |||
| founded = place, year | |||
| founders = name of founder(s) here | |||
| ownership = current ownership, year purchased | |||
| headquarters = address | |||
| country = | |||
| businesses = list business owned/subsidiaries | |||
| products = list | |||
| employees = number (year) | |||
| revenue = $X (year) | |||
| email = email [at] company.com | |||
| website = [http://example.com example.com] | |||
| blog = [http://example.com/blog Blog Name] | |||
| facebook = [http://link Company Name] | |||
| linkedin = [http://link Company Name] | |||
| twitter = twitterhandle | |||
| keypeople = name 1, title 1<br/>name 2, title 2 | |||
}}[[Category:Templates|CompanyInfo]]</noinclude> |
Latest revision as of 12:06, 14 February 2018
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 | founders = 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) | email = email [at] company.com | website = [http://example.com example.com] | blog = [http://example.com/blog Blog Name] | facebook = [http://link Company Name] | linkedin = [http://link Company Name] | twitter = twitterhandle | keypeople = name, title }}
Only add to sponsors:
| membersponsor = ICANNWiki [[Sponsorship|Member]] | partnersponsor = ICANNWiki [[Sponsorship|Partner]]
Example
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 |
Businesses: | list business owned/subsidiaries |
Products: | list |
Employees: | number (year) |
Revenue: | $X (year) |
Email: | email [at] company.com |
Website: | example.com |
Blog: | Blog Name |
Facebook: | Company Name |
LinkedIn: | Company Name |
Twitter: | @twitterhandle |
Key People | |
name 1, title 1 name 2, title 2 |