Open main menu

Changes

Template:Infobox website/doc

18,040 bytes added, 22:02, 3 December 2019
no edit summary
{{documentation subpage}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for clobbered parameters|Module:Check for unknown parameters}}

== Usage ==
{{Generic template demo
|name |logo |logo_size |logo_alt |logo_caption
|screenshot |collapsible |collapsetext |screenshot_size |screenshot_alt |caption
|url={{URL|example.com}} |commercial |type |registration |language |num_users |content_license |programming_language
|owner |author |editor |launch_date={{longitem|font-size:90%|<nowiki>{{Start date and age</nowiki><br />&nbsp;<nowiki>|df=yes/no|YYYY|MM|DD}}</nowiki>}}
|revenue |alexa={{IncreaseNegative}}{{\}}{{steady}}{{\}}{{DecreasePositive}}&nbsp;[https://www.alexa.com/siteinfo/example.com ##] {{small|{{nowrap|(US/Global MM/YYYY)}}}}
|issn |eissn |oclc |current_status |footnotes
|industry |services
}}

<source lang="html" style="overflow: hidden; background: unset;">
{{Infobox website
| name =
| logo =
| logo_size =
| logo_alt =
| logo_caption =
| screenshot =
| collapsible = <!-- set as "on", "y", etc, otherwise omit/leave blank -->
| collapsetext = <!-- collapsible area's heading (default "Screenshot"); omit/leave blank if collapsible not set -->
| background = <!-- for collapsetext heading; default grey (gainsboro) -->
| screenshot_size =
| screenshot_alt =
| caption =
| url = <!-- {{URL|example.com}} -->
| commercial = <!-- "Yes", "No" or leave blank -->
| type =
| registration =
| language =
| num_users =
| content_license = <!-- or: | content_licence = -->
| programming_language =
| owner = <!-- or: | owners = -->
| author = <!-- or: creator / authors / creators -->
| editor = <!-- or: | editors = -->
| launch_date = <!-- {{Start date and age|df=yes/no|YYYY|MM|DD}} -->
| revenue =
| alexa = <!-- {{IncreaseNegative}} {{Steady}} {{DecreasePositive}} [https://www.alexa.com/siteinfo/example.com example.com Traffic Statistics] -->
| issn = <!-- ISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org) -->
| eissn = <!-- eISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org) -->
| oclc = <!-- OCLC number, useful where an ISSN has not been allocated (automatically linked to https://www.WorldCat.org) -->
| current_status =
| footnotes =
}}
</source>
{{Clear}}

==Parameters==
All parameters are optional. Avoid linking to an article more than once within the infobox.
{{TemplateData header}}
<templatedata>
{
"description": "An infobox for articles about company",
"params": {
"logo": {
"description": "The website logo",
"label": "Logo",
"aliases": [
"websitelogo"
],
"type": "wiki-file-name"
},
"logo_caption": {
"description": "Caption for the logo. Most logos need none. But this field can be used to insert mandatory deletion notices.",
"label": "Logo's caption",
"aliases": [
"logocaption"
]
},
"screenshot": {
"description": "A screen photo of the homepage; see: [[:File:EnglishWikipediaMainPage3rdAugust2007.PNG|Example 1]].",
"label": "Screenshot",
"example": "EnglishWikipediaMainPage3rdAugust2007.PNG",
"type": "wiki-file-name"
},
"collapsible": {
"description": "Whether the screenshot should be collapsed or visible at page load. (Yes / No)",
"label": "Is screenshot collapsible?",
"example": "yes",
"type": "boolean",
"default": "No"
},
"collapsetext": {
"description": "Text for the header of the collapsed section, defaults to ''Screenshot''.",
"label": "Collapsed screenshot header",
"type": "string"
},
"caption": {
"description": "A caption for the screenshot. Should contain the date the screenshot was taken.",
"label": "Screenshot's caption",
"example": "Screenshot of Wikipedia on 11 September 2014.",
"type": "string"
},
"url": {
"description": "The canonical URL of the website's home page meeting [[WP:ELOFFICIAL]]. If the website is primarily accessed through its IP, the IP may be listed instead.",
"label": "Website",
"type": "string",
"aliases": [
"website",
"homepage"
]
},
"commercial": {
"description": "Is the site commercially run / owned? (Yes / No)",
"label": "Is commercial?",
"type": "boolean"
},
"type": {
"description": "The type of website",
"label": "Type",
"type": "string",
"aliases": [
"website_type"
],
"example": "Digital Advertising, Mobile Video Advertising, Mobile Advertising, Digital Video Advertising"
},
"registration": {
"description": "Is there registration? (None / Optional / Required)",
"label": "Registration",
"aliases": [
"reg"
],
"type": "string"
},
"language": {
"description": "The language(s) in which the website is available",
"label": "Language",
"type": "number"
},
"content_license": {
"description": "The license of the content of the site. Use \"Content licence\" for British English spelling.",
"label": "Content license",
"type": "string"
},
"content_licence": {
"description": "The license of the content of the site. Use \"Content license\" for American English spelling.",
"label": "Content licence",
"type": "string"
},
"programming_language": {
"description": "The programming language(s) by which the website is developed",
"label": "Programming language",
"type": "string"
},
"owner": {
"description": "The current owner(s); should be a company name, persons name, alias, etc.",
"label": "Owner(s)",
"aliases": [
"owners"
],
"type": "string"
},
"author": {
"description": "The person or entity that writes for the website.",
"label": "Author(s)",
"aliases": [
"creator",
"authors",
"creators"
],
"type": "string"
},
"editor": {
"description": "The person or entity that serves as the website's editor",
"label": "Editor(s)",
"aliases": [
"editors"
],
"type": "string"
},
"launch_date": {
"description": "When the website was launched; check the Whois database, if needed",
"label": "Launch date",
"aliases": [
"date_of_launch"
],
"type": "date"
},
"revenue": {
"description": "The approximate revenue of the site",
"label": "Revenue",
"aliases": [
"rev"
],
"type": "string"
},
"alexa": {
"description": "The website's current [[Alexa Internet|Alexa]] ranking (find on [https://www.alexa.com Alexa.com]; make sure to cite Alexa's page for this info)",
"label": "Alexa",
"type": "unbalanced-wikitext"
},
"issn": {
"description": "The website's ISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org)",
"label": "ISSN",
"aliases": [
"ISSN"
],
"type": "string"
},
"eissn": {
"description": "The website's eISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org)",
"label": "eISSN",
"aliases": [
"eISSN"
],
"type": "string"
},
"oclc": {
"description": "The website's OCLC number",
"label": "OCLC",
"type": "string"
},
"current_status": {
"description": "The website's current status",
"label": "Current status",
"type": "string"
},
"footnotes": {
"description": "Footnotes displayed at the bottom of infobox",
"label": "Footnotes",
"type": "unbalanced-wikitext"
},
"name": {
"label": "Name",
"description": "Title of the website. Sometimes, it is the same as the domain name.",
"example": "Ars Technica",
"type": "string",
"default": "{{PAGENAMEBASE}}",
"required": true,
"aliases": [
"websitename"
]
},
"logo_size": {
"label": "Logo size",
"description": "Size of the logo. See Wikipedia image tutorial to find out about valid size values. The default is 250px.",
"type": "string",
"default": "250px"
},
"logo_alt": {
"label": "Logo's alternative text",
"description": "Alternative text for the logo. Alternative text is displayed when the logo itself cannot be displayed or when a screen reader reads the article for the blind people.",
"type": "string"
},
"screenshot_size": {
"label": "Screenshot's size",
"description": "Screenshot size. The default is 300px. Usually, changing the default is unnecessary.",
"example": "300px",
"type": "string"
},
"screenshot_alt": {
"label": "Screenshot's alternative text",
"description": "Alternative text for the screenshot. Alternative text is displayed when the screenshot itself cannot be displayed or when a screen reader reads the article for the blind people.",
"type": "string"
},
"language_count": {
"label": "Language count",
"description": "The number of languages in which the website is available",
"type": "number"
},
"language_footnote": {
"label": "Language footnote",
"description": "The footnote text containing citation for the source that says what languages are available",
"type": "unbalanced-wikitext"
},
"company_type": {
"label": "Types of business entity",
"type": "line"
},
"traded_as": {
"label": "Traded as",
"type": "line"
},
"founded": {
"aliases": [
"foundation"
],
"label": "Founded",
"type": "date"
},
"dissolved": {
"label": "Dissolved",
"type": "date"
},
"predecessor": {
"label": "Predecessor",
"type": "string"
},
"successor": {
"label": "Successor",
"type": "string"
},
"coordinates": {
"label": "Coordinates",
"type": "string"
},
"country_of_origin": {
"label": "Country of origin",
"type": "string"
},
"locations": {
"label": "No. of locations",
"type": "number"
},
"area_served": {
"label": "Area served",
"type": "string"
},
"founder": {
"label": "Founder(s)",
"type": "string"
},
"chairman": {
"label": "Chairman",
"type": "string"
},
"chairperson": {
"label": "Chairperson ",
"type": "string"
},
"president": {
"label": "President",
"type": "string"
},
"CEO": {
"label": "CEO",
"type": "string"
},
"MD": {
"label": "Managing director",
"type": "string"
},
"GM": {
"label": "General Manager",
"type": "string"
},
"key_people": {
"label": "Key people",
"type": "string"
},
"industry": {
"label": "Industry",
"type": "string"
},
"products": {
"label": "Products",
"type": "string"
},
"services": {
"label": "Services",
"type": "string"
},
"operating_income": {
"label": "Operating income",
"type": "string"
},
"net_income": {
"label": "Net income",
"type": "string"
},
"assets": {
"label": "Total assets",
"type": "string"
},
"equity": {
"label": "Total equity",
"type": "string"
},
"employees": {
"aliases": [
"num_employees"
],
"label": "Total employees",
"type": "string"
},
"parent": {
"label": "Holding company",
"type": "string"
},
"divisions": {
"label": "Divisions",
"type": "string"
},
"subsidiaries": {
"aliases": [
"subsid"
],
"label": "Subsidiaries",
"type": "string"
},
"ipv6": {
"label": "IPv6 support",
"type": "string"
},
"advertising": {
"label": "Advertising",
"type": "string"
},
"users": {
"aliases": [
"num_users"
],
"label": "Users",
"description": "The number of registered users the website has",
"type": "number"
},
"native_clients": {
"label": "Native clients",
"type": "string"
}
},
"format": "block",
"paramOrder": [
"name",
"logo",
"logo_size",
"logo_caption",
"logo_alt",
"screenshot",
"screenshot_size",
"caption",
"screenshot_alt",
"collapsible",
"collapsetext",
"type",
"company_type",
"language",
"language_count",
"language_footnote",
"traded_as",
"founded",
"dissolved",
"predecessor",
"successor",
"coordinates",
"country_of_origin",
"locations",
"area_served",
"owner",
"author",
"founder",
"editor",
"chairman",
"chairperson",
"president",
"CEO",
"MD",
"GM",
"key_people",
"industry",
"products",
"services",
"revenue",
"operating_income",
"net_income",
"assets",
"equity",
"employees",
"parent",
"divisions",
"subsidiaries",
"url",
"ipv6",
"alexa",
"advertising",
"commercial",
"registration",
"users",
"launch_date",
"current_status",
"native_clients",
"content_license",
"content_licence",
"programming_language",
"issn",
"eissn",
"oclc",
"footnotes"
]
}
</templatedata>

== Example ==
{{Infobox website
| name = Wikipedia
| logo = [[File:Wikipedia-v2-logo.svg|frameless|150px|alt=A white sphere made of large jigsaw pieces. Letters from several alphabets are shown on the pieces.]]<br />[[File:Wikipedia wordmark.svg|150px|Wikipedia wordmark]]
| logocaption = {{longitem|style=padding-top:0.4em; |[[Wikipedia logo|Wikipedia's logo]] is a globe featuring [[glyph]]s from several writing systems.}}
| screenshot = [[File:Www.wikipedia.org screenshot 2018.png|border|300px|alt=Wikipedia's homepage with links to many languages.]]
| collapsible = yes
| caption = Screenshot of Wikipedia's multilingual portal.
| url = {{URL|wikipedia.org}}
| commercial = No
| type = [[Internet encyclopedia]]
| registration = {{nowrap|Optional, but is required for certain}} tasks such as editing protected pages, creating pages in English Wikipedia and uploading files
| language = 275 active editions (285 total)
| num_users = 35 million{{padlsup|a}}
| content_license =
* {{longitem|class=nowrap |[[Creative Commons licenses|Creative Commons<br />Attribution{{\}}Share-Alike]] 3.0{{padlsup|b}} }}
* Media licensing varies
| owner = [[Wikimedia Foundation]]
| author = {{hlist |[[Jimmy Wales]] |[[Larry Sanger]]<ref name="Sidener">{{cite news |first=Jonathan |last=Sidener |title=Wikipedia co-founder looks to add accountability, end anarchy |url=http://www.signonsandiego.com/uniontrib/20060923/news_lz1n23wiki.html |publisher=[[The San Diego Union-Tribune]] |date=September 23, 2006 |accessdate=2007-03-25 |quote=The origins of Wikipedia date to 2000, when Sanger was finishing his doctoral thesis in philosophy and had an idea for a Web site.}}</ref><!--end hlist:-->}}
| launch_date = {{nowrap|{{Start date and years ago|df=no|2001|01|15}}}}
| current_status = Online
| alexa = {{steady}}&nbsp;[https://www.alexa.com/siteinfo/wikipedia.org 6] {{small|{{nowrap|(Global, January 2014)}}}}
| footnotes = <div class="plainlist" style="border-top:1px solid #aaa;padding-top:0.3em;text-align:left;">
* {{nowrap |{{sup|a}} Total registration across all editions (June 2012).<ref>[[meta:List of Wikipedias#Grand Total|Grand Total]]. Wikimedia. June 10, 2012. Retrieved June 11, 2012.</ref>}}
* {{sup|b}} Most text also dual-licensed under [[GFDL]].
</div>
}}

<source lang="html" style="overflow: hidden; background: unset;">
{{Infobox website
| name = Wikipedia
| logo = [[File:Wikipedia-v2-logo.svg|frameless|150px|alt=A white sphere made of large jigsaw pieces. Letters from several alphabets are shown on the pieces.]]<br />[[File:Wikipedia wordmark.svg|150px|Wikipedia wordmark]]
| logocaption = {{longitem|style=padding-top:0.4em; |[[Wikipedia logo|Wikipedia's logo]] is a globe featuring [[glyph]]s from several writing systems.}}
| screenshot = [[File:Www.wikipedia.org screenshot 2018.png|border|300px|alt=Wikipedia's homepage with links to many languages.]]
| collapsible = yes
| caption = Screenshot of Wikipedia's multilingual portal.
| url = {{URL|wikipedia.org}}
| commercial = No
| type = [[Internet encyclopedia]]
| registration = {{nowrap|Optional, but is required for certain}} tasks such as editing protected pages, creating pages in English Wikipedia and uploading files
| language = 275 active editions (285 total)
| num_users = 35 million{{padlsup|a}}
| content_license =
* {{longitem|class=nowrap |[[Creative Commons licenses|Creative Commons<br />Attribution{{\}}Share-Alike]] 3.0{{padlsup|b}} }}
* Media licensing varies
| owner = [[Wikimedia Foundation]]
| author = {{hlist |[[Jimmy Wales]] |[[Larry Sanger]]<ref name="Sidener">{{cite news |first=Jonathan |last=Sidener |title=Wikipedia co-founder looks to add accountability, end anarchy |url=http://www.signonsandiego.com/uniontrib/20060923/news_lz1n23wiki.html |publisher=[[The San Diego Union-Tribune]] |date=September 23, 2006 |accessdate=2007-03-25 |quote=The origins of Wikipedia date to 2000, when Sanger was finishing his doctoral thesis in philosophy and had an idea for a Web site.}}</ref><!--end hlist:-->}}
| launch_date = {{nowrap|{{Start date and years ago|df=no|2001|01|15}}}}
| current_status = Online
| alexa = {{steady}}&nbsp;[https://www.alexa.com/siteinfo/wikipedia.org 6] {{small|{{nowrap|(Global, January 2014)}}}}
| footnotes = <div class="plainlist" style="border-top:1px solid #aaa;padding-top:0.3em;text-align:left;">
* {{nowrap |{{sup|a}} Total registration across all editions (June 2012).<ref>[[meta:List of Wikipedias#Grand Total|Grand Total]]. Wikimedia. June 10, 2012. Retrieved June 11, 2012.</ref>}}
* {{sup|b}} Most text also dual-licensed under [[GFDL]].
</div>
}}
</source>

=== References ===
{{Reflist}}
{{Clear}}

== Tracking categories ==
Invalid, and requires correction
* {{clc|Pages using infobox website with unknown parameters}}
* {{clc|Pages using infobox website with company slogan or slogan}}&nbsp;– not supported
* {{clc|Pages using infobox website with redundant parameters}}&nbsp;– only one is visible in the infobox output

== See also ==
* [[Wikipedia:Notability (web)]]
* [[Wikipedia:WikiProject Websites]]

{{Organization infoboxes}}

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
| <!--Categories below this line, please; interwikis at Wikidata-->
[[Category:Websites templates| ]]
[[Category:Computing infobox templates|Website]]
}}</includeonly>
Anonymous user