Difference between revisions of "Template:Infobox dot-com company/doc"

From blackwiki
Jump to navigation Jump to search
imported>Gestrid
m (→‎Parameters: Fixed typo.)
imported>Frietjes
(Redirected page to Template:Infobox website/doc)
 
Line 1: Line 1:
{{Documentation subpage}}
+
#REDIRECT [[Template:Infobox website/doc]]
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
+
{{R from merge}}
 
 
This template should be used on articles describing a [[dot-com company|dotcom]] and its website (for example: [[YouTube]], [[eBay]], [[Facebook]]). If the two entities do not share the same name and/or have their own article, use {{tl|Infobox company}} and {{tl|Infobox website}} instead on the appropriate article (example: [[Google]] (company) and [[Google search]] (website), [[Yahoo!]] (company) and [[Yahoo! Search]] (website)).
 
 
 
== Usage ==
 
<pre style="overflow:auto;">
 
{{Infobox dot-com company
 
| name =
 
| logo =
 
| logo size = <!-- width in pixels, with "px" suffix -->
 
| logo alt =
 
| collapsible = <!-- "yes" or "no" -->
 
| screenshot =
 
| screenshot size = <!-- width in pixels, with "px" suffix -->
 
| screenshot alt =
 
| caption =
 
| type =
 
| traded as =
 
| founded = <!-- {{start date and age|df=yes/no|year|month|day}} -->
 
| dissolved = <!-- {{end date|df=yes/no|year|month|day}} -->
 
| predecessor =
 
| successor =
 
| location =
 
| coordinates =
 
| country =
 
| country of origin =
 
| locations =
 
| area served =
 
| founder =
 
| chairman =
 
| chairperson =
 
| president =
 
| CEO =
 
| MD =
 
| GM =
 
| key people =
 
| industry =
 
| products =
 
| services =
 
| revenue =
 
| operating income =
 
| international = <!-- "yes" or "no" -->
 
| net income =
 
| assets =
 
| equity =
 
| owner =
 
| employees =
 
| parent =
 
| divisions =
 
| subsidiaries =
 
| slogan =
 
| url =
 
| programming language =
 
| ipv6 =
 
| alexa =
 
| website type =
 
| advertising =
 
| registration =
 
| users =
 
| language =
 
| launched = <!-- {{start date and age|df=yes/no|year|month|day}} -->
 
| current status =
 
| native clients =
 
| footnotes =
 
}}</pre>
 
 
 
==Parameters==
 
{{TemplateData header}}
 
<templatedata>
 
{
 
"description": "This template can be used to provide a summary for articles describing a dotcom and its website (for example: YouTube, eBay, Facebook). If the two entities do not share the same name and/or have their own article, use {{Infobox company}} and {{Infobox website}} instead.",
 
"params": {
 
"name": {
 
"label": "Name",
 
"description": "The name of the company and service.",
 
"type": "string",
 
"aliases": [
 
"company name",
 
"company_name"
 
],
 
"required": true,
 
"default": "page title"
 
},
 
"logo": {
 
"label": "Logo",
 
"description": "Filename of logo of the company and service.",
 
"type": "wiki-file-name",
 
"aliases": [
 
"company logo",
 
"company_logo"
 
],
 
"required": false
 
},
 
"logo size": {
 
"label": "Logo size",
 
"description": "Size of logo in pixels. The value should be valid CSS width value ending with \"px\" suffix.",
 
"type": "string",
 
"aliases": [
 
"logo_size"
 
],
 
"required": false
 
},
 
"logo alt": {
 
"label": "Alternative text for logo",
 
"description": "Textual description of logo that would be displayed in tooltip when pointer hovers over logo. This text (instead of logo file name) would be used by screen readers and text browsers. This parameter is required if logo is provided.",
 
"type": "string",
 
"aliases": [
 
"logo_alt"
 
],
 
"required": false
 
},
 
"collapsible": {
 
"label": "Collapsible screenshot?",
 
"description": "If set to \"yes\", screenshot will start out collapsed.",
 
"type": "string",
 
"default": "no"
 
},
 
"screenshot": {
 
"label": "Screenshot",
 
"description": "File name of screenshot image. Images not showing web browser user interface are strongly preferred.",
 
"type": "wiki-file-name"
 
},
 
"screenshot size": {
 
"aliases": [
 
"screenshot_size"
 
],
 
"label": "Screenshot size",
 
"description": "Size of screenshot in pixels. The value should be valid CSS width value ending with \"px\" suffix.",
 
"type": "string"
 
},
 
"screenshot alt": {
 
"aliases": [
 
"screenshot_alt"
 
],
 
"label": "Alternative text for screenshot",
 
"description": "Textual description of screenshot. Will be displayed in tooltip when pointer hovers over screenshot. This text (instead of screenshot file name) would be used by screen readers and text browsers. This parameter is required if screenshot is provided.",
 
"type": "string"
 
},
 
"caption": {
 
"label": "Caption for the screenshot",
 
"description": "Short explanatory text about the page on screenshot.",
 
"type": "string"
 
},
 
"type": {
 
"aliases": [
 
"company type",
 
"company_type"
 
],
 
"label": "Type of business entity",
 
"description": "Type of business entity operating under this name. Examples include \"[[Limited liability company]]\" or \"[[Joint stock company]]\"",
 
"type": "string"
 
},
 
"traded as": {
 
"aliases": [
 
"traded_as"
 
],
 
"label": "Traded as",
 
"description": "Company's ticker symbol",
 
"type": "string"
 
},
 
"founded": {
 
"aliases": [
 
"foundation"
 
],
 
"label": "Date of foundation",
 
"description": "Date of foundation of the company. Use {{start date and age|year|month|day}} template.",
 
"type": "date"
 
},
 
"dissolved": {
 
"label": "Date of dissolution",
 
"description": "Date of dissolution of the company. Use {{start date and age|year|month|day}} template.",
 
"type": "date"
 
},
 
"predecessor": {
 
"label": "Predecessor",
 
"description": "Predeceding company or service if unambiguous legal connection exists.",
 
"type": "string"
 
},
 
"successor": {
 
"label": "Successor",
 
"description": "Siccessing company or service if unambiguous legal connection exists.",
 
"type": "string"
 
},
 
"location": {
 
"aliases": [
 
"location city",
 
"location_city"
 
],
 
"label": "Location",
 
"description": "City or place where company's headquarters are located.",
 
"type": "string"
 
},
 
"country": {
 
"aliases": [
 
"location country",
 
"location_country"
 
],
 
"label": "Country",
 
"description": "Country where company's headquarters are located.",
 
"type": "wiki-page-name"
 
},
 
"country of origin": {
 
"aliases": [
 
"country_of_origin"
 
],
 
"label": "Country of origin",
 
"description": "Country where company was originally situated (if different from current country).",
 
"type": "wiki-page-name"
 
},
 
"locations": {
 
"label": "Number of locations",
 
"description": "Number of offices the company has.",
 
"type": "number"
 
},
 
"area served": {
 
"aliases": [
 
"area_served"
 
],
 
"label": "Area served",
 
"description": "Geographic area or areas in which the company does business.",
 
"type": "string"
 
},
 
"founder": {
 
"label": "Founder",
 
"description": "Founder(s) of company.",
 
"type": "string"
 
},
 
"chairman": {
 
"label": "Chairman",
 
"description": "Chairman of the company.",
 
"type": "string"
 
},
 
"chairperson": {
 
"label": "Chairperson",
 
"description": "Chairperson of the company.",
 
"type": "string"
 
},
 
"president": {
 
"label": "President",
 
"description": "President of the company.",
 
"type": "string"
 
},
 
"CEO": {
 
"label": "CEO",
 
"description": "CEO of the company.",
 
"type": "string"
 
},
 
"MD": {
 
"label": "Managing director",
 
"description": "Managing director of the company.",
 
"type": "string"
 
},
 
"GM": {
 
"label": "General manager",
 
"description": "General manager of the company.",
 
"type": "string"
 
},
 
"key people": {
 
"aliases": [
 
"key_people"
 
],
 
"label": "Key people",
 
"description": "Key people of the company. Consider using \"president\", \"CEO\", \"MD\" and \"GM\" fields instead.",
 
"type": "string"
 
},
 
"industry": {
 
"label": "Industry",
 
"description": "Industry of the service.",
 
"type": "string"
 
},
 
"products": {
 
"label": "Products",
 
"description": "Products of the company. Don't list company services here.",
 
"type": "string"
 
},
 
"services": {
 
"label": "Services",
 
"description": "Services of the company. Don't list the service that is subject of the article – its name is already stated in \"name\" parameter.",
 
"type": "string"
 
},
 
"revenue": {
 
"label": "Revenue",
 
"description": "Last known annual revenue of the company. For dissolved companies: most significant known revenue. Both figures and year must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"operating income": {
 
"aliases": [
 
"operating_income"
 
],
 
"label": "Operating income",
 
"description": "Earnings before interest payment and taxes examption. Both figures and year must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"international": {
 
"aliases": [
 
"intl"
 
],
 
"label": "International?",
 
"description": "If set to \"yes\", will display label \"Profit\" instead of \"Net income\".",
 
"type": "string",
 
"default": "no"
 
},
 
"net income": {
 
"aliases": [
 
"net_income"
 
],
 
"label": "Net income",
 
"description": "Net income of the company. Both figures andyear must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"assets": {
 
"label": "Assets",
 
"description": "Total value of company's assets. Both figure and year must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"equity": {
 
"label": "Equity",
 
"description": "Total equity of company. Both figure and year must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"owner": {
 
"label": "Owner",
 
"description": "Owner(s) of company.",
 
"type": "string"
 
},
 
"employees": {
 
"aliases": [
 
"num employees",
 
"num_employees"
 
],
 
"label": "Employees",
 
"description": "Total number of employees.",
 
"type": "number"
 
},
 
"parent": {
 
"label": "parent",
 
"description": "Holding company.",
 
"type": "string"
 
},
 
"divisions": {
 
"label": "Divisions",
 
"description": "Significant business divisions of the company.",
 
"type": "string"
 
},
 
"subsidiaries": {
 
"aliases": [
 
"subsid"
 
],
 
"label": "Subsidiaries",
 
"description": "Subsidiary companies.",
 
"type": "string"
 
},
 
"slogan": {
 
"aliases": [
 
"company slogan",
 
"company_slogan"
 
],
 
"label": "Slogan",
 
"description": "Slogan of the company and service.",
 
"type": "string"
 
},
 
"url": {
 
"aliases": [
 
"website",
 
"homepage"
 
],
 
"label": "Website",
 
"description": "Website of the service. Use {{URL|link}} template.",
 
"type": "string",
 
"required": true
 
},
 
"programming language": {
 
"aliases": [
 
"programming_language"
 
],
 
"label": "Programming language",
 
"description": "List of programming languages the service is implemented in.",
 
"type": "string"
 
},
 
"ipv6": {
 
"label": "IPv6",
 
"description": "Status of IPv6 support in the service.",
 
"type": "string"
 
},
 
"alexa": {
 
"label": "Alexa rank",
 
"description": "This field consists of three parts: (1) either of {{IncreaseNegative}}, {{DecreasePositive}} or {{Steady}} templates, (2) absolute value of rating and (3) date the rating was retrieved in parentheses.",
 
"type": "string"
 
},
 
"website type": {
 
"aliases": [
 
"website_type"
 
],
 
"label": "Type of website",
 
"description": "Type (genre) of service.",
 
"type": "string"
 
},
 
"advertising": {
 
"label": "Advertising",
 
"description": "Does the service use advertising?",
 
"type": "string"
 
},
 
"registration": {
 
"label": "Registration",
 
"description": "Does the site require registration?",
 
"type": "string"
 
},
 
"users": {
 
"aliases": [
 
"num users",
 
"num_users"
 
],
 
"label": "Number of users",
 
"description": "Total number of service users. Both figure and year must be stated; reference supporting the figures is required.",
 
"type": "string"
 
},
 
"language": {
 
"label": "Language",
 
"description": "Language(s) the service is available in. Don't use wikilinks in this field.",
 
"type": "string"
 
},
 
"launched": {
 
"aliases": [
 
"launch date",
 
"launch_date"
 
],
 
"label": "Launched",
 
"description": "Date the service became publicly available. Use {{start date and age|year|month|day}} template.",
 
"type": "date"
 
},
 
"current status": {
 
"aliases": [
 
"current_status"
 
],
 
"label": "Current status",
 
"description": "One of \"Online\", \"Suspended\", \"Discontinued\". Use \"Unavailable\" if service is offline but no official statement was issued.",
 
"type": "string"
 
},
 
"native clients": {
 
"aliases": [
 
"native_clients"
 
],
 
"label": "Native clients",
 
"description": "List of operating systems which are supported by native applications for the service. Examples may include \"[[iOS]]\", \"[[Android (operating system)|]]\", \"[[Microsoft Windows|Windows]]\", \"[[Unix-like]]\", etc.",
 
"type": "string"
 
},
 
"footnotes": {
 
"label": "Footnotes",
 
"description": "Footnotes (if article lacks corresponding section)",
 
"type": "string"
 
}
 
},
 
"format": "block"
 
}
 
</templatedata>
 
;Note:At [[User talk:Riley Huntley/AlexaBot.js]] you can request that a bot will monthly update the rank in {{para|alexa}} field.
 
 
 
==Microformat==
 
{{UF-hcard-org}}
 
 
 
==See also==
 
{{Organization infoboxes}}
 
 
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Business infobox templates|Dot-Com Company]]
 
[[Category:Company infobox templates|Dot-Com Company]]
 
[[Category:Computing infobox templates|Dot-Com Company]]
 
}}</includeonly>
 

Latest revision as of 17:10, 18 November 2016

  • From a merge: This is a redirect from a page that was merged into another page. This redirect was kept in order to preserve this page's edit history after its content was merged into the target page's content. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated) or delete this page.