Template:Infobox website/doc: Difference between revisions
m (1 revision imported) |
en>Tbhotch m (Reverted edits by 2804:D55:5288:C200:AD84:7E05:ED66:E13F (talk) to last version by Goszei) |
||
Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for clobbered parameters|Module:Check for unknown parameters}} | ||
== Usage == | == Usage == | ||
{{ | {{Parameter names example | ||
| name | |||
| logo | |||
| logo_size | |||
| logo_alt | |||
| logo_caption | |||
| screenshot | |||
| screenshot_size | |||
| screenshot_alt | |||
| collapsible | |||
| collapsetext | |||
| background | |||
| caption | |||
| company_type | |||
| type | |||
| language | |||
| language_count | |||
| language_footnote | |||
| traded_as | |||
| founded | |||
| dissolved | |||
| predecessor | |||
| successor | |||
| headquarters | |||
| location_city | |||
| location_country | |||
| country_of_origin | |||
| locations | |||
| area_served | |||
| owner | |||
| author | |||
| founder | |||
| editor | |||
| chairman | |||
| chairperson | |||
| president | |||
| CEO | |||
| MD | |||
| GM | |||
| key_people | |||
| industry | |||
| products | |||
| services | |||
| revenue | |||
| operating_income | |||
| international | |||
| net_income | |||
| assets | |||
| equity | |||
| employees | |||
| parent | |||
| divisions | |||
| subsidiaries | |||
| url = {{URL|example.com}} | |||
| ipv6 | |||
| advertising | |||
| commercial | |||
| registration | |||
| num_users | |||
| launch_date = {{longitem|<nowiki>{{Start date and age</nowiki><br /><nowiki>|df=yes/no|YYYY|MM|DD}}</nowiki>}} | |||
| current_status | |||
| native_clients | |||
| content_license | |||
| programming_language | |||
| issn | |||
| eissn | |||
| oclc | |||
| footnotes | |||
}} | }} | ||
<syntaxhighlight lang=" | === Full version === | ||
Please remove any unused parameters when copying to an article page. | |||
<syntaxhighlight lang="html" style="overflow: hidden; background: unset;"> | |||
{{Infobox website | {{Infobox website | ||
| name | | name = | ||
| logo | | logo = | ||
| logo_size | | logo_size = | ||
| logo_alt | | logo_alt = | ||
| logo_caption | | logo_caption = | ||
| | | screenshot = | ||
| collapsible | | screenshot_size = | ||
| collapsetext | | screenshot_alt = | ||
| background | | collapsible = <!-- set as "on", "y", etc, otherwise omit/leave blank. Does nothing for mobile users. --> | ||
| | | collapsetext = <!-- collapsible area's heading (default "Screenshot"); omit/leave blank if collapsible not set --> | ||
| | | background = <!-- for collapsetext heading; default grey (gainsboro) --> | ||
| | | caption = | ||
| url | | company_type = | ||
| commercial | | type = <!-- or: | website_type = --> | ||
| | | language = | ||
| | | language_count = | ||
| | | language_footnote = | ||
| | | traded_as = | ||
| content_license | | founded = <!-- or: | foundation = --> | ||
| dissolved = | |||
| predecessor = | |||
| successor = | |||
| headquarters = <!-- or: | location = --> | |||
| location_city = | |||
| location_country = <!-- or: | country = --> | |||
| country_of_origin = | |||
| locations = | |||
| area_served = | |||
| owner = <!-- or: | owners = --> | |||
| author = <!-- or: | authors / creator / creators --> | |||
| founder = | |||
| editor = <!-- or: | editors = --> | |||
| chairman = | |||
| chairperson = | |||
| president = | |||
| CEO = | |||
| MD = | |||
| GM = | |||
| key_people = | |||
| industry = | |||
| products = | |||
| services = | |||
| revenue = <!-- or: | rev = --> | |||
| operating_income = | |||
| international = <!-- or: | intl = --> | |||
| net_income = | |||
| assets = | |||
| equity = | |||
| employees = <!-- or: | num_employees = --> | |||
| parent = | |||
| divisions = | |||
| subsidiaries = <!-- or: | subsid = --> | |||
| url = <!-- {{URL|example.com}} --> | |||
| ipv6 = | |||
| advertising = | |||
| commercial = <!-- "Yes", "No" or leave blank --> | |||
| registration = <!-- or: | reg = --> | |||
| num_users = <!-- or: | users = --> | |||
| launch_date = <!-- {{Start date and age|df=yes/no|YYYY|MM|DD}} --> | |||
| current_status = | |||
| native_clients = | |||
| content_license = <!-- or: | content_licence = --> | |||
| programming_language = | | programming_language = | ||
| 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) --> | |||
| footnotes = | |||
| issn | |||
| eissn | |||
| oclc | |||
| footnotes | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 59: | Line 157: | ||
"params": { | "params": { | ||
"logo": { | "logo": { | ||
"description": "The website logo | "description": "The website logo", | ||
"label": "Logo", | "label": "Logo", | ||
"aliases": [ | "aliases": [ | ||
Line 80: | Line 178: | ||
}, | }, | ||
"collapsible": { | "collapsible": { | ||
"description": "Whether the screenshot should be collapsed or visible at page load. (Yes / No)", | "description": "Whether the screenshot should be collapsed or visible at page load. (Yes / No). Does nothing for mobile users (see [[phab:T111565]]).", | ||
"label": "Is screenshot collapsible?", | "label": "Is screenshot collapsible?", | ||
"example": "yes", | "example": "yes", | ||
Line 98: | Line 196: | ||
}, | }, | ||
"url": { | "url": { | ||
"description": "The canonical URL of the website's home page meeting [[WP:ELOFFICIAL]]", | "description": "The canonical URL of the website's home page meeting [[WP:ELOFFICIAL]]. If the website is primarily accessed through its IP address, the IP address may be listed instead.", | ||
"label": " | "label": "Website", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"website", | |||
"homepage" | |||
] | |||
}, | }, | ||
"commercial": { | "commercial": { | ||
Line 110: | Line 212: | ||
"description": "The type of website", | "description": "The type of website", | ||
"label": "Type", | "label": "Type", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"website_type" | |||
], | |||
"example": "Digital advertising, mobile video advertising" | |||
}, | }, | ||
"registration": { | "registration": { | ||
Line 123: | Line 229: | ||
"description": "The language(s) in which the website is available", | "description": "The language(s) in which the website is available", | ||
"label": "Language", | "label": "Language", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
Line 140: | Line 241: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "programming_language": { | ||
"description": "The programming language(s) by which the website is developed", | "description": "The programming language(s) by which the website is developed", | ||
"label": "Programming language", | "label": "Programming language", | ||
Line 175: | Line 276: | ||
"label": "Launch date", | "label": "Launch date", | ||
"aliases": [ | "aliases": [ | ||
"date_of_launch | "date_of_launch" | ||
], | ], | ||
"type": "date" | "type": "date" | ||
Line 186: | Line 286: | ||
"rev" | "rev" | ||
], | ], | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 222: | Line 312: | ||
"description": "The website's current status", | "description": "The website's current status", | ||
"label": "Current status", | "label": "Current status", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 265: | Line 352: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "language_count": { | ||
"label": "Language count", | "label": "Language count", | ||
"description": "The number of languages in which the website is available", | "description": "The number of languages in which the website is available", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "language_footnote": { | ||
"label": "Language footnote", | "label": "Language footnote", | ||
"description": "The footnote text containing citation for the source that says what languages are available", | "description": "The footnote text containing citation for the source that says what languages are available", | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
}, | }, | ||
" | "company_type": { | ||
" | "label": "Types of business entity", | ||
"type": "line" | |||
}, | |||
"traded_as": { | |||
"label": "Traded as", | |||
"type": "line" | |||
}, | |||
"founded": { | |||
"aliases": [ | "aliases": [ | ||
" | "foundation" | ||
] | ], | ||
"label": "Founded", | |||
"type": "date" | |||
}, | |||
"dissolved": { | |||
"label": "Dissolved", | |||
"type": "date" | |||
}, | |||
"predecessor": { | |||
"label": "Predecessor", | |||
"type": "string" | |||
}, | |||
"successor": { | |||
"label": "Successor", | |||
"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": [ | "aliases": [ | ||
" | "num_employees" | ||
] | ], | ||
"label": "Total employees", | |||
"type": "string" | |||
}, | |||
"parent": { | |||
"label": "Holding company", | |||
"type": "string" | |||
}, | |||
"divisions": { | |||
"label": "Divisions", | |||
"type": "string" | |||
}, | }, | ||
" | "subsidiaries": { | ||
"aliases": [ | "aliases": [ | ||
" | "subsid" | ||
], | |||
"label": "Subsidiaries", | |||
"type": "string" | |||
}, | |||
"ipv6": { | |||
"label": "IPv6 support", | |||
"type": "string" | |||
}, | |||
"advertising": { | |||
"label": "Advertising", | |||
"type": "string" | |||
}, | }, | ||
" | "users": { | ||
"aliases": [ | "aliases": [ | ||
" | "num_users" | ||
] | ], | ||
"label": "Users", | |||
"description": "The number of registered users the website has", | |||
"type": "number" | |||
}, | |||
"native_clients": { | |||
"label": "Native clients", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 304: | Line 508: | ||
"name", | "name", | ||
"logo", | "logo", | ||
"logo_size", | "logo_size", | ||
"logo_caption", | "logo_caption", | ||
Line 317: | Line 517: | ||
"collapsible", | "collapsible", | ||
"collapsetext", | "collapsetext", | ||
"type", | "type", | ||
" | "company_type", | ||
"language", | "language", | ||
" | "language_count", | ||
" | "language_footnote", | ||
" | "traded_as", | ||
" | "founded", | ||
" | "dissolved", | ||
" | "predecessor", | ||
"successor", | |||
"country_of_origin", | |||
"locations", | |||
"area_served", | |||
"owner", | "owner", | ||
"author", | "author", | ||
"founder", | |||
"editor", | "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", | |||
"advertising", | |||
"commercial", | |||
"registration", | |||
"users", | |||
"launch_date", | "launch_date", | ||
" | "current_status", | ||
" | "native_clients", | ||
" | "content_license", | ||
"content_licence", | |||
"programming_language", | |||
"issn", | "issn", | ||
"eissn", | "eissn", | ||
"oclc", | "oclc", | ||
"footnotes" | |||
"footnotes" | |||
] | ] | ||
} | } | ||
Line 347: | Line 574: | ||
== Example == | == Example == | ||
{{Infobox website | {{Infobox website | ||
| name = Wikipedia | | name = Wikipedia | ||
| logo = [[File:Wikipedia-v2-logo.svg|frameless| | | logo = [[File:Wikipedia-v2-logo.svg|150px|frameless|An incomplete sphere made of large, white, jigsaw puzzle pieces. Each puzzle piece contains one glyph from a different writing system, with each glyph written in black.]]<br />[[File:Wikipedia wordmark.svg|200px|The Wikipedia wordmark which displays the name Wikipedia, written in all caps. The{{nbsp}}''W'' and the{{nbsp}}''A'' are the same height and both are taller than the other letters which are also all the same height.]] | ||
| | | logo_caption = The [[Wikipedia logo|logo of Wikipedia]], a globe featuring [[glyph]]s from various [[writing system]]s | ||
| screenshot = | | screenshot = Wikipedia Main Page.png{{!}}border | ||
| screenshot_alt = Main page of the English Wikipedia | |||
| caption = [[Main Page]] of the English Wikipedia on July 19, 2020 | |||
| collapsible = yes | | collapsible = yes | ||
| url = {{URL|https://www.wikipedia.org/|wikipedia.org}} | |||
| url = {{URL|wikipedia.org}} | |||
| commercial = No | | commercial = No | ||
| type = [[ | | type = [[Online encyclopedia]] | ||
| registration = {{nowrap|Optional | | registration = {{nowrap|Optional but required for certain}} tasks, such as editing protected pages, creating pages on the English Wikipedia, and uploading files | ||
| language = | | language = 285 languages | ||
| num_users = | | num_users = 90.6 million{{padlsup|a}} | ||
| | | country_of_origin = United States | ||
| owner = [[Wikimedia Foundation]] | | owner = [[Wikimedia Foundation]] | ||
| author = {{ | | author = {{Unbulleted list|[[Jimmy Wales]]|[[Larry Sanger]]<ref name="Sidener">{{Cite news |url=http://www.signonsandiego.com/uniontrib/20041206/news_mz1b6encyclo.html |title=Everyone's Encyclopedia |last=Sidener |first=Jonathan |work=[[The San Diego Union-Tribune]] |date=6 December 2004 |archive-url=https://web.archive.org/web/20160114101809/http://www.sandiegouniontribune.com/uniontrib/20041206/news_mz1b6encyclo.html |archive-date=14 January 2016 |access-date=22 July 2020}}</ref>}} | ||
| | | launch_date = {{Start date and age|mf=yes|2001|1|15}} | ||
| current_status = | | oclc = 52075003 | ||
| | | current_status = Active | ||
| programming_language = [[LAMP (software bundle)|LAMP]] platform | |||
| content_license = {{Nowrap|[[Creative Commons licenses|CC Attribution / Share-Alike]] 3.0}}<br />Most text is also dual-licensed under [[GFDL]]; media licensing varies | |||
| footnotes = <div class="plainlist" style="border-top:1px solid #aaa;padding-top:0.3em;text-align:left;"> | | 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 ( | * {{nowrap |{{sup|a}} Total registration across all editions (July 2020).<ref>[[meta:List of Wikipedias#Grand Total|Grand Total]]. Wikimedia. 22 July 2020. Retrieved 22 July 2020.</ref>}} | ||
</div> | </div> | ||
}} | }} | ||
<syntaxhighlight lang=" | |||
<syntaxhighlight lang="html" style="overflow: hidden; background: unset;"> | |||
{{Infobox website | {{Infobox website | ||
| name = Wikipedia | | name = Wikipedia | ||
| logo = [[File:Wikipedia-v2-logo.svg|frameless| | | logo = [[File:Wikipedia-v2-logo.svg|150px|frameless|An incomplete sphere made of large, white, jigsaw puzzle pieces. Each puzzle piece contains one glyph from a different writing system, with each glyph written in black.]]<br />[[File:Wikipedia wordmark.svg|200px|The Wikipedia wordmark which displays the name Wikipedia, written in all caps. The{{nbsp}}''W'' and the{{nbsp}}''A'' are the same height and both are taller than the other letters which are also all the same height.]] | ||
| | | logo_caption = The [[Wikipedia logo|logo of Wikipedia]], a globe featuring [[glyph]]s from various [[writing system]]s | ||
| screenshot = | | screenshot = Wikipedia Main Page.png{{!}}border | ||
| screenshot_alt = Main page of the English Wikipedia | |||
| caption = [[Main Page]] of the English Wikipedia on July 19, 2020 | |||
| collapsible = yes | | collapsible = yes | ||
| url = {{URL|https://www.wikipedia.org/|wikipedia.org}} | |||
| url = {{URL|wikipedia.org}} | |||
| commercial = No | | commercial = No | ||
| type = [[ | | type = [[Online encyclopedia]] | ||
| registration = {{nowrap|Optional | | registration = {{nowrap|Optional but required for certain}} tasks, such as editing protected pages, creating pages on the English Wikipedia, and uploading files | ||
| language = | | language = 285 languages | ||
| num_users = | | num_users = 90.6 million{{padlsup|a}} | ||
| | | country_of_origin = United States | ||
| owner = [[Wikimedia Foundation]] | | owner = [[Wikimedia Foundation]] | ||
| author = {{ | | author = {{Unbulleted list|[[Jimmy Wales]]|[[Larry Sanger]]<ref name="Sidener">{{Cite news |url=http://www.signonsandiego.com/uniontrib/20041206/news_mz1b6encyclo.html |title=Everyone's Encyclopedia |last=Sidener |first=Jonathan |work=[[The San Diego Union-Tribune]] |date=6 December 2004 |archive-url=https://web.archive.org/web/20160114101809/http://www.sandiegouniontribune.com/uniontrib/20041206/news_mz1b6encyclo.html |archive-date=14 January 2016 |access-date=22 July 2020}}</ref>}} | ||
| | | launch_date = {{Start date and age|mf=yes|2001|1|15}} | ||
| current_status = | | oclc = 52075003 | ||
| | | current_status = Active | ||
| programming_language = [[LAMP (software bundle)|LAMP]] platform | |||
| content_license = {{Nowrap|[[Creative Commons licenses|CC Attribution / Share-Alike]] 3.0}}<br />Most text is also dual-licensed under [[GFDL]]; media licensing varies | |||
| footnotes = <div class="plainlist" style="border-top:1px solid #aaa;padding-top:0.3em;text-align:left;"> | | 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 ( | * {{nowrap |{{sup|a}} Total registration across all editions (July 2020).<ref>[[meta:List of Wikipedias#Grand Total|Grand Total]]. Wikimedia. 22 July 2020. Retrieved 22 July 2020.</ref>}} | ||
</div> | </div> | ||
}} | }} | ||
Line 412: | Line 637: | ||
Invalid, and requires correction | Invalid, and requires correction | ||
* {{clc|Pages using infobox website with unknown parameters}} | * {{clc|Pages using infobox website with unknown parameters}} | ||
* {{clc|Pages using infobox website with | * {{clc|Pages using infobox website with redundant parameters}} – only one is visible in the infobox output | ||
== See also == | == See also == | ||
Line 427: | Line 645: | ||
{{Organization infoboxes}} | {{Organization infoboxes}} | ||
<includeonly>{{ | <includeonly>{{Sandbox other| | ||
| <!--Categories below this line, please; interwikis at Wikidata--> | | <!--Categories below this line, please; interwikis at Wikidata--> | ||
[[Category:Websites templates| ]] | [[Category:Websites templates| ]] | ||
[[Category:Computing infobox templates|Website]] | [[Category:Computing infobox templates|Website]] | ||
[[Category:Embeddable templates]] | |||
[[Category:Templates that add a tracking category]] | |||
}}</includeonly> | }}</includeonly> |
Revision as of 02:36, 11 January 2021
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
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}|upright=1]] | |
{{{collapsetext}}}
[[File:{{{screenshot}}}|{{{screenshot_size}}}|alt={{{screenshot_alt}}}]] | |
Type of business | {{{company_type}}} |
---|---|
Type of site | {{{type}}} |
Available in | {{{language_count}}} languages{{{language_footnote}}} |
List of languages {{{language}}} | |
Traded as | {{{traded_as}}} |
Founded | {{{founded}}} |
Dissolved | {{{dissolved}}} |
Predecessor(s) | {{{predecessor}}} |
Successor(s) | {{{successor}}} |
Headquarters | {{{headquarters}}}, {{{location_city}}} , {{{location_country}}} |
Country of origin | {{{country_of_origin}}} |
No. of locations | {{{locations}}} |
Area served | {{{area_served}}} |
Owner | {{{owner}}} |
Created by | {{{author}}} |
Founder(s) | {{{founder}}} |
Editor | {{{editor}}} |
Chairman | {{{chairman}}} |
Chairperson | {{{chairperson}}} |
President | {{{president}}} |
CEO | {{{CEO}}} |
Managing director | {{{MD}}} |
General manager | {{{GM}}} |
Key people | {{{key_people}}} |
Industry | {{{industry}}} |
Products | {{{products}}} |
Services | {{{services}}} |
Revenue | {{{revenue}}} |
Operating income | {{{operating_income}}} |
Net income | {{{net_income}}} |
Total assets | {{{assets}}} |
Total equity | {{{equity}}} |
Employees | {{{employees}}} |
Parent | {{{parent}}} |
Divisions | {{{divisions}}} |
Subsidiaries | {{{subsidiaries}}} |
URL | example |
IPv6 support | {{{ipv6}}} |
Advertising | {{{advertising}}} |
Commercial | {{{commercial}}} |
Registration | {{{registration}}} |
Users | {{{num_users}}} |
Launched | {{Start date and age |df=yes/no|YYYY|MM|DD}} |
Current status | {{{current_status}}} |
Native client(s) on | {{{native_clients}}} |
Content license | {{{content_license}}} |
Written in | {{{programming_language}}} |
ISSN | {{{issn}}} (print) {{{eissn}}} (web) |
OCLC number | {{{oclc}}} |
{{{footnotes}}} |
Full version
Please remove any unused parameters when copying to an article page.
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 websitename | Title of the website. Sometimes, it is the same as the domain name.
| String | required |
Logo | logo websitelogo | 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). Does nothing for mobile users (see [[phab:T111565]]).
| Boolean | optional |
Collapsed screenshot header | collapsetext | Text for the header of the collapsed section, defaults to ''Screenshot''. | String | optional |
Type | type website_type | The type of website
| String | optional |
Types of business entity | 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 | no description | Date | optional |
Dissolved | dissolved | no description | Date | optional |
Predecessor | predecessor | no description | String | optional |
Successor | successor | no description | String | optional |
Country of origin | country_of_origin | no description | String | optional |
No. of locations | locations | no description | Number | optional |
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 | 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 | no description | String | optional |
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 | 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]]. If the website is primarily accessed through its IP address, the IP address may be listed instead. | String | optional |
IPv6 support | ipv6 | no description | String | 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 | The number of registered users the website has | Number | optional |
Launch date | launch_date date_of_launch | When the website was launched; check the Whois database, if needed | Date | optional |
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 | The programming language(s) by which the website is developed | 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
Type of site | Online encyclopedia |
---|---|
Available in | 285 languages |
Country of origin | United States |
Owner | Wikimedia Foundation |
Created by | |
URL | wikipedia.org |
Commercial | No |
Registration | Optional but required for certain tasks, such as editing protected pages, creating pages on the English Wikipedia, and uploading files |
Users | 90.6 milliona |
Launched | January 15, 2001 |
Current status | Active |
Content license | CC Attribution / Share-Alike 3.0 Most text is also dual-licensed under GFDL; media licensing varies |
Written in | LAMP platform |
OCLC number | 52075003 |
|
References
- ↑ Sidener, Jonathan (6 December 2004). "Everyone's Encyclopedia". The San Diego Union-Tribune. Archived from the original on 14 January 2016. Retrieved 22 July 2020.
- ↑ Grand Total. Wikimedia. 22 July 2020. Retrieved 22 July 2020.
Tracking categories
Invalid, and requires correction
- Category:Pages using infobox website with unknown parameters (0)
- Category:Pages using infobox website with redundant parameters (0) – only one is visible in the infobox output
See also