Difference between revisions of "Template:Infobox website/doc"
(Boy a reportar a LA polecia to do lo wue grave de Como wikidia ayuda a robar identidad linias de telefono prrfiles usando el nombre de uno Como sobre nombre y cuanto dano ase sin inportale porque o para que) |
imported>Flowing dreams (Undid revision 922917672 by 162.197.229.97 (talk)) |
||
| Line 1: | Line 1: | ||
| + | {{documentation subpage}} | ||
| + | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
| + | == Usage == | ||
| + | {{Generic template demo | ||
| + | |name |logo |logo_size |logo_alt |logocaption | ||
| + | |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 /> <nowiki>|df=yes/no|YYYY|MM|DD}}</nowiki>}} | ||
| + | |revenue |alexa={{IncreaseNegative}}{{\}}{{steady}}{{\}}{{DecreasePositive}} [https://www.alexa.com/siteinfo/example.com ##] {{small|{{nowrap|(US/Global MM/YYYY)}}}} | ||
| + | |ip |issn |eissn |oclc |current_status |footnotes | ||
| + | |industry |services | ||
| + | }} | ||
| + | |||
| + | <syntaxhighlight lang="HTML" style="overflow:auto;"> | ||
| + | {{Infobox website | ||
| + | | name = | ||
| + | | logo = | ||
| + | | logo_size = | ||
| + | | logo_alt = | ||
| + | | logo_caption = <!-- or: | logocaption = --> | ||
| + | | 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] --> | ||
| + | | ip = | ||
| + | | 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 = | ||
| + | }} | ||
| + | </syntaxhighlight> | ||
| + | {{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": [ | ||
| + | "company logo", | ||
| + | "websitelogo", | ||
| + | "website logo" | ||
| + | ], | ||
| + | "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]]", | ||
| + | "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", | ||
| + | "website_type", | ||
| + | "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", | ||
| + | "aliases": [ | ||
| + | "programming_language" | ||
| + | ] | ||
| + | }, | ||
| + | "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", | ||
| + | "launch date" | ||
| + | ], | ||
| + | "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" | ||
| + | }, | ||
| + | "ip": { | ||
| + | "description": "The website's IP address(es); both IPv4 and IPv6, whichever available", | ||
| + | "label": "IP address(es)", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "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", | ||
| + | "aliases": [ | ||
| + | "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": [ | ||
| + | "company name", | ||
| + | "website name", | ||
| + | "site name", | ||
| + | "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": { | ||
| + | "aliases": [ | ||
| + | "company_type" | ||
| + | ], | ||
| + | "label": "Types of business entity", | ||
| + | "type": "line" | ||
| + | }, | ||
| + | "traded as": { | ||
| + | "label": "Traded as", | ||
| + | "type": "line" | ||
| + | }, | ||
| + | "founded": { | ||
| + | "aliases": [ | ||
| + | "foundation", | ||
| + | "Founded", | ||
| + | "Foundation" | ||
| + | ], | ||
| + | "label": "Founded", | ||
| + | "type": "date" | ||
| + | }, | ||
| + | "dissolved": { | ||
| + | "aliases": [ | ||
| + | "Dissolved" | ||
| + | ], | ||
| + | "label": "Dissolved", | ||
| + | "type": "date" | ||
| + | }, | ||
| + | "predecessor": { | ||
| + | "label": "Predecessor", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "successor": { | ||
| + | "label": "Successor", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "coordinates": { | ||
| + | "label": "Coordinates", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "country of origin": { | ||
| + | "aliases": [ | ||
| + | "country_of_origin" | ||
| + | ], | ||
| + | "label": "Country of origin", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "locations": { | ||
| + | "label": "No. of locations", | ||
| + | "type": "number" | ||
| + | }, | ||
| + | "area served": { | ||
| + | "aliases": [ | ||
| + | "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": { | ||
| + | "aliases": [ | ||
| + | "key_people" | ||
| + | ], | ||
| + | "label": "Key people", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "industry": { | ||
| + | "label": "Industry", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "products": { | ||
| + | "label": "Products", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "services": { | ||
| + | "label": "Services", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "operating income": { | ||
| + | "aliases": [ | ||
| + | "operating_income" | ||
| + | ], | ||
| + | "label": "Operating income", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "net income": { | ||
| + | "aliases": [ | ||
| + | "net_income" | ||
| + | ], | ||
| + | "label": "Net income", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "assets": { | ||
| + | "label": "Total assets", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "equity": { | ||
| + | "label": "Total equity", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "employees": { | ||
| + | "aliases": [ | ||
| + | "num employees", | ||
| + | "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", | ||
| + | "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", | ||
| + | "ip", | ||
| + | "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}} [https://www.alexa.com/siteinfo/wikipedia.org 6] {{small|{{nowrap|(Global, January 2014)}}}} | ||
| + | | ip = 208.80.154.224 | ||
| + | | 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> | ||
| + | }} | ||
| + | <syntaxhighlight lang="HTML" style="font-size:95%;overflow:auto;"> | ||
| + | {{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}} [https://www.alexa.com/siteinfo/wikipedia.org 6] {{small|{{nowrap|(Global, January 2014)}}}} | ||
| + | | ip = 208.80.154.224 | ||
| + | | 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> | ||
| + | }} | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | === 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}} – not supported | ||
| + | * {{clc|Pages using infobox website with country and location country}} – only one is visible in the infobox output | ||
| + | * {{clc|Pages using infobox website with website type and type}} – only one is visible in the infobox output | ||
| + | Technically valid, but requires verification | ||
| + | * {{clc|Pages using infobox website with location and location city}} – until recently, only one was visible in the infobox output | ||
| + | * {{clc|Pages using infobox website with headquarters and location}} – until recently, headquarters was not visible in the infobox output | ||
| + | * {{clc|Pages using infobox website with headquarters and location city}} – until recently, headquarters was not visible in the infobox output | ||
| + | * {{clc|Pages using infobox website with headquarters and location country}} – until recently, headquarters was not 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> | ||
Revision as of 06:53, 25 October 2019
| This is a documentation subpage for Template:Infobox website. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
- redirect Template:Parameter names example
{{Infobox website
| name =
| logo =
| logo_size =
| logo_alt =
| logo_caption = <!-- or: | logocaption = -->
| 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] -->
| ip =
| 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 =
}}
Parameters
All parameters are optional. Avoid linking to an article more than once within the infobox.
TemplateData for Infobox website
An infobox for articles about company
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name company name website name site name websitename | Title of the website. Sometimes, it is the same as the domain name.
| String | required |
| Logo | logo company logo websitelogo website logo | The website logo | File | optional |
| Logo size | logo_size | Size of the logo. See Wikipedia image tutorial to find out about valid size values. The default is 250px.
| String | optional |
| Logo's caption | logo_caption logocaption | Caption for the logo. Most logos need none. But this field can be used to insert mandatory deletion notices. | Unknown | optional |
| Logo's alternative text | logo_alt | 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. | String | optional |
| Screenshot | screenshot | A screen photo of the homepage; see: [[:File:EnglishWikipediaMainPage3rdAugust2007.PNG|Example 1]].
| File | optional |
| Screenshot's size | screenshot_size | Screenshot size. The default is 300px. Usually, changing the default is unnecessary.
| String | optional |
| Screenshot's caption | caption | A caption for the screenshot. Should contain the date the screenshot was taken.
| String | optional |
| Screenshot's alternative text | screenshot_alt | 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. | String | optional |
| Is screenshot collapsible? | collapsible | Whether the screenshot should be collapsed or visible at page load. (Yes / No)
| Boolean | optional |
| Collapsed screenshot header | collapsetext | Text for the header of the collapsed section, defaults to ''Screenshot''. | String | optional |
| Type | type website type website_type Type | The type of website
| String | optional |
| Types of business entity | company type company_type | no description | Line | optional |
| Language | language | The language(s) in which the website is available | Number | optional |
| Language count | language count | The number of languages in which the website is available | Number | optional |
| Language footnote | language footnote | The footnote text containing citation for the source that says what languages are available | Unbalanced wikitext | optional |
| Traded as | traded as | no description | Line | optional |
| Founded | founded foundation Founded Foundation | no description | Date | optional |
| Dissolved | dissolved Dissolved | no description | Date | optional |
| Predecessor | predecessor | no description | String | optional |
| Successor | successor | no description | String | optional |
| Coordinates | coordinates | no description | String | optional |
| Country of origin | country of origin country_of_origin | no description | String | optional |
| No. of locations | locations | no description | Number | optional |
| Area served | area served area_served | no description | String | optional |
| Owner(s) | owner owners | The current owner(s); should be a company name, persons name, alias, etc. | String | optional |
| Author(s) | author creator authors creators | The person or entity that writes for the website. | String | optional |
| Founder(s) | founder | no description | String | optional |
| Editor(s) | editor editors | The person or entity that serves as the website's editor | String | optional |
| Chairman | chairman | no description | String | optional |
| Chairperson | chairperson | no description | String | optional |
| President | president | no description | String | optional |
| CEO | CEO | no description | String | optional |
| Managing director | MD | no description | String | optional |
| General Manager | GM | no description | String | optional |
| Key people | key people key_people | no description | String | optional |
| Industry | industry | no description | String | optional |
| Products | products | no description | String | optional |
| Services | services | no description | String | optional |
| Revenue | revenue rev | The approximate revenue of the site | String | optional |
| Operating income | operating income operating_income | no description | String | optional |
| Net income | net income net_income | no description | String | optional |
| Total assets | assets | no description | String | optional |
| Total equity | equity | no description | String | optional |
| Total employees | employees num employees num_employees | no description | String | optional |
| Holding company | parent | no description | String | optional |
| Divisions | divisions | no description | String | optional |
| Subsidiaries | subsidiaries subsid | no description | String | optional |
| Website | url website homepage | The canonical URL of the website's home page meeting [[WP:ELOFFICIAL]] | String | optional |
| IPv6 support | ipv6 | no description | String | optional |
| Alexa | alexa | 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) | Unbalanced wikitext | optional |
| Advertising | advertising | no description | String | optional |
| Is commercial? | commercial | Is the site commercially run / owned? (Yes / No) | Boolean | optional |
| Registration | registration reg | Is there registration? (None / Optional / Required) | String | optional |
| Users | users num users num_users | The number of registered users the website has | Number | optional |
| Launch date | launch_date date_of_launch launch date | When the website was launched; check the Whois database, if needed | Date | optional |
| Current status | current_status current status | The website's current status | String | optional |
| Native clients | native clients | no description | String | optional |
| Content license | content_license | The license of the content of the site. Use "Content licence" for British English spelling. | String | optional |
| Content licence | content_licence | The license of the content of the site. Use "Content license" for American English spelling. | String | optional |
| Programming language | programming language programming_language | The programming language(s) by which the website is developed | String | optional |
| IP address(es) | ip | The website's IP address(es); both IPv4 and IPv6, whichever available | String | optional |
| ISSN | issn ISSN | The website's ISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org) | String | optional |
| eISSN | eissn eISSN | The website's eISSN, e.g. 1085-6706 (automatically linked to https://www.WorldCat.org) | String | optional |
| OCLC | oclc | The website's OCLC number | String | optional |
| Footnotes | footnotes | Footnotes displayed at the bottom of infobox | Unbalanced wikitext | optional |
Example
| Script error: No such module "If empty". Script error: No such module "If empty". | |
Type of site | Script error: No such module "If empty". |
|---|---|
| Available in | 275 active editions (285 total) |
| Founded | Script error: No such module "If empty". |
| Headquarters | Script error: No such module "If empty". |
| Owner | Script error: No such module "If empty". |
| Created by | Script error: No such module "If empty". |
| Editor | Script error: No such module "If empty". |
| Revenue | Script error: No such module "If empty". |
| Employees | Script error: No such module "If empty". |
| Subsidiaries | Script error: No such module "If empty". |
| URL | Script error: No such module "If empty". |
| Commercial | No |
| Registration | Script error: No such module "If empty". |
| Users | Script error: No such module "If empty". |
| Launched | Script error: No such module "If empty". |
| Current status | Online |
Content license | Script error: No such module "If empty". |
| ISSN | Script error: No such module "If empty". Script error: No such module "If empty". (print)Template:Please check ISSN Script error: No such module "If empty". Script error: No such module "If empty". (web)Template:Please check ISSN |
{{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}} [https://www.alexa.com/siteinfo/wikipedia.org 6] {{small|{{nowrap|(Global, January 2014)}}}}
| ip = 208.80.154.224
| 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>
}}
References
- ↑ Grand Total. Wikimedia. June 10, 2012. Retrieved June 11, 2012.
- ↑ Sidener, Jonathan (September 23, 2006). "Wikipedia co-founder looks to add accountability, end anarchy". The San Diego Union-Tribune. Retrieved 2007-03-25.
The origins of Wikipedia date to 2000, when Sanger was finishing his doctoral thesis in philosophy and had an idea for a Web site.
Tracking categories
Invalid, and requires correction
- Category:Pages using infobox website with unknown parameters (0)
- Category:Pages using infobox website with company slogan or slogan (0) – not supported
- Category:Pages using infobox website with country and location country (0) – only one is visible in the infobox output
- Category:Pages using infobox website with website type and type (0) – only one is visible in the infobox output
Technically valid, but requires verification
- Category:Pages using infobox website with location and location city (0) – until recently, only one was visible in the infobox output
- Category:Pages using infobox website with headquarters and location (0) – until recently, headquarters was not visible in the infobox output
- Category:Pages using infobox website with headquarters and location city (0) – until recently, headquarters was not visible in the infobox output
- Category:Pages using infobox website with headquarters and location country (0) – until recently, headquarters was not visible in the infobox output
See also
Template:Organization infoboxes
