WikiPartner (talk | contribs) No edit summary |
WikiPartner (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{ | <includeonly> | ||
|{{#setmainimage:{{{ | {{#if:{{{logo|}}}|{{#setmainimage:{{{logo}}}}}}} | ||
|{{#if:{{{logo|}}} | |||
|{{# | <div class="wp-infobox"> | ||
<div class="wp-infobox-header"> | |||
<div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div> | |||
{{#if:{{{type|}}}|<div class="wp-infobox-subtitle">{{{type}}}</div>}} | |||
</div> | |||
{{#if:{{{logo|}}}| | |||
<div class="wp-infobox-image"> | |||
[[File:{{{logo}}}|320px|alt={{{logo_alt|{{{name|{{PAGENAME}}}}}}}}]] | |||
</div> | |||
}} | |||
{{#if:{{{logo|}}}| | |||
{{#if:{{{caption|}}}| | |||
<div class="wp-infobox-caption">{{{caption}}}</div> | |||
}} | |||
}} | }} | ||
<div class="wp-infobox-data"> | <div class="wp-infobox-data"> | ||
{{#if:{{{ | |||
{{#if:{{{native_name|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Native name</div> | |||
<div class="wp-infobox-value">{{{native_name}}}</div> | |||
</div> | </div> | ||
}} | |||
{{#if:{{{other_name|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Other name</div> | |||
<div class="wp-infobox-value">{{{other_name}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{url|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Website</div> | |||
<div class="wp-infobox-value">[{{{url}}} Official website]</div> | |||
</div> | </div> | ||
{{# | }} | ||
{{#if:{{{type|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Type</div> | |||
<div class="wp-infobox-value">{{{type}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{founded|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founded</div> | |||
<div class="wp-infobox-value">{{{founded}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{launched|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Launched</div> | |||
<div class="wp-infobox-value">{{{launched}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{founder|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Founder</div> | |||
<div class="wp-infobox-value">{{{founder}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{developer|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Developer</div> | |||
<div class="wp-infobox-value">{{{developer}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{owner|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Owner</div> | |||
<div class="wp-infobox-value">{{{owner}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{parent_company|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Parent company</div> | |||
<div class="wp-infobox-value">{{{parent_company}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{headquarters|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Headquarters</div> | |||
<div class="wp-infobox-value">{{{headquarters}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{country|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Country</div> | |||
<div class="wp-infobox-value">{{{country}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{area_served|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Area served</div> | |||
<div class="wp-infobox-value">{{{area_served}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{language|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Language</div> | |||
<div class="wp-infobox-value">{{{language}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{services|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Services</div> | |||
<div class="wp-infobox-value">{{{services}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{features|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Features</div> | |||
<div class="wp-infobox-value">{{{features}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{platform|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Platform</div> | |||
<div class="wp-infobox-value">{{{platform}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{technology|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Technology</div> | |||
<div class="wp-infobox-value">{{{technology}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{programming_language|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Programming language</div> | |||
<div class="wp-infobox-value">{{{programming_language}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{open_source|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Open source</div> | |||
<div class="wp-infobox-value">{{{open_source}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{registration|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Registration</div> | |||
<div class="wp-infobox-value">{{{registration}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{users|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Users</div> | |||
<div class="wp-infobox-value">{{{users}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{revenue|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Revenue</div> | |||
<div class="wp-infobox-value">{{{revenue}}}</div> | |||
</div> | |||
}} | |||
{{#if:{{{content_license|}}}| | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Content license</div> | |||
<div class="wp-infobox-value">{{{content_license}}}</div> | |||
</div> | |||
}} | |||
</div> | |||
</div> | |||
{{#wikipartner_website_schema: | |||
name={{{name|{{PAGENAME}}}}} | |||
|url={{{url|}}} | |||
|logo={{{logo|}}} | |||
|description={{{description|}}} | |||
|founder={{{founder|}}} | |||
|founding_date={{{founded|}}} | |||
|creator={{{developer|}}} | |||
|publisher={{{owner|}}} | |||
|application_category={{{type|}}} | |||
}} | |||
</includeonly> | |||
<noinclude> | |||
== Usage == | == Usage == | ||
Use this template for websites, online platforms, and | Use this template for articles about websites, online platforms, web services, search engines, media websites, and similar internet-based products. | ||
All | All parameters are optional. Add only information supported by reliable sources. Empty fields are hidden automatically. | ||
== Basic usage == | |||
<pre> | <pre> | ||
{{Infobox website | {{Infobox website | ||
| name = | | name = | ||
| logo = | |||
| type = | |||
| founded = | |||
| launched = | |||
| founder = | |||
| owner = | |||
| services = | |||
| website = | |||
}} | |||
</pre> | |||
== Full usage == | |||
<pre> | |||
{{Infobox website | |||
| name = | |||
| native_name = | |||
| other_name = | | other_name = | ||
| logo = | | logo = | ||
| logo_alt = | | logo_alt = | ||
| screenshot = | | screenshot = | ||
| screenshot_alt = | | screenshot_alt = | ||
| caption = | | caption = | ||
| | | url = | ||
| type = | | type = | ||
| | | founded = | ||
| | | launched = | ||
| | | founder = | ||
| developer = | |||
| owner = | |||
| parent_company = | |||
| acquired_by = | |||
| acquired_date = | |||
| headquarters = | |||
| country = | | country = | ||
| area_served = | | area_served = | ||
| | | language = | ||
| services = | | services = | ||
| features = | |||
| platform = | |||
| technology = | |||
| programming_language = | |||
| open_source = | |||
| registration = | | registration = | ||
| users = | | users = | ||
| | | revenue = | ||
| content_license = | | content_license = | ||
}} | }} | ||
</pre> | </pre> | ||
''' | == Parameter guidance == | ||
'''name''' | |||
The commonly used name of the website or platform. | |||
'''logo''' | |||
Official logo file. | |||
'''screenshot''' | |||
A screenshot showing the website interface when useful. | |||
'''url''' | |||
Official website address only. | |||
'''type''' | |||
The type of website, such as search engine, online platform, media website, or SaaS platform. | |||
'''founded''' | |||
The year or date the website or organization was founded. | |||
'''launched''' | |||
The date when the website became publicly available. | |||
'''founder''' | |||
Person or people who created the website. | |||
'''developer''' | |||
Person, company, or team responsible for development. | |||
'''owner''' | |||
Current owner of the website. | |||
'''parent_company''' | |||
Parent organization when applicable. | |||
''' | '''headquarters''' | ||
Main location of the company or organization behind the website. | |||
''' | '''services''' | ||
Main services provided by the website. | |||
''' | '''features''' | ||
Important features available on the platform. | |||
''' | '''technology''' | ||
Important technology used by the website. | |||
''' | '''programming_language''' | ||
Main programming languages when publicly known. | |||
''' | '''open_source''' | ||
Whether the platform or software is open source. | |||
'''registration''' | |||
Whether users need an account. | |||
'''users''' | |||
Number of users only when supported by reliable sources. | |||
Example | '''content_license''' | ||
License information for user-generated or published content. | |||
== Examples == | |||
=== Example 1: WikiPartner === | |||
<pre> | <pre> | ||
{{Infobox website | {{Infobox website | ||
| name = | | name = WikiPartner | ||
| logo = | |||
| logo = | | type = Knowledge platform | ||
| | | founded = 2026 | ||
| launched = 2026 | |||
| | | founder = | ||
| | | owner = WikiPartner | ||
| | | headquarters = | ||
| | |||
| | |||
| area_served = Worldwide | | area_served = Worldwide | ||
| | | language = Multiple languages | ||
| services = Encyclopedia articles, structured knowledge pages, research content | |||
| features = Articles, infoboxes, citations, structured data | |||
| platform = MediaWiki | |||
| website = https://wikipartner.org | |||
| services = | |||
| | |||
| | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
<div class="wp-infobox"> | <div class="wp-infobox"> | ||
<div class="wp-infobox-header"> | <div class="wp-infobox-header"> | ||
<div class="wp-infobox-name"> | <div class="wp-infobox-name">WikiPartner</div> | ||
<div class="wp-infobox-subtitle"> | <div class="wp-infobox-subtitle">Knowledge platform</div> | ||
</div> | </div> | ||
<div class="wp-infobox-data"> | <div class="wp-infobox-data"> | ||
<div class="wp-infobox-row"><div class="wp-infobox-label"> | |||
<div class="wp-infobox-row" | <div class="wp-infobox-row"> | ||
<div class="wp-infobox-label">Launched</div> | |||
<div class="wp-infobox-row"><div class="wp-infobox-label"> | <div class="wp-infobox-value">2026</div> | ||
</div> | |||
<div class="wp-infobox-row" | <div class="wp-infobox-row"> | ||
<div class="wp-infobox-label">Area served</div> | |||
<div class="wp-infobox-value">Worldwide</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Platform</div> | |||
<div class="wp-infobox-value">MediaWiki</div> | |||
</div> | |||
<div class="wp-infobox-row"> | |||
<div class="wp-infobox-label">Services</div> | |||
<div class="wp-infobox-value">Encyclopedia articles, structured knowledge pages, research content</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
=== Example 2: Google Search === | |||
<pre> | |||
{{Infobox website | |||
| name = Google Search | |||
| type = Search engine | |||
| launched = 1997 | |||
| owner = Google | |||
| developer = Google | |||
| headquarters = Mountain View, California, United States | |||
| services = Web search | |||
| technology = Search algorithms and indexing systems | |||
| website = https://www.google.com | |||
}} | |||
</pre> | |||
=== Example 3: YouTube === | |||
<pre> | |||
{{Infobox website | |||
| name = YouTube | |||
| type = Video sharing platform | |||
| launched = 2005 | |||
| founders = Chad Hurley; Steve Chen; Jawed Karim | |||
| owner = Google | |||
| parent_company = Alphabet Inc. | |||
| headquarters = San Bruno, California, United States | |||
| services = Video hosting and streaming | |||
| features = Video uploads, live streaming, subscriptions | |||
| website = https://www.youtube.com | |||
}} | |||
</pre> | |||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"description":"Infobox for websites, online platforms, web services, search engines, media websites, and similar internet-based products.", | |||
"params":{ | |||
"name":{ | |||
"label":"Name", | |||
"description":"Commonly used name of the website.", | |||
"type":"string" | |||
}, | |||
"native_name":{ | |||
"label":"Native name", | |||
"description":"Name in another language or writing system.", | |||
"type":"string" | |||
}, | |||
"other_name":{ | |||
"label":"Other name", | |||
"description":"Alternative or former name.", | |||
"type":"string" | |||
}, | |||
"logo":{ | |||
"label":"Logo", | |||
"description":"Official logo file.", | |||
"type":"wiki-file-name" | |||
}, | |||
"logo_alt":{ | |||
"label":"Logo alt text", | |||
"description":"Short accessibility description.", | |||
"type":"string" | |||
}, | |||
"screenshot":{ | |||
"label":"Screenshot", | |||
"description":"Screenshot of the website interface.", | |||
"type":"wiki-file-name" | |||
}, | |||
"screenshot_alt":{ | |||
"label":"Screenshot alt text", | |||
"description":"Accessibility description of screenshot.", | |||
"type":"string" | |||
}, | |||
"caption":{ | |||
"label":"Caption", | |||
"description":"Image caption.", | |||
"type":"string" | |||
}, | |||
"url":{ | |||
"label":"Website", | |||
"description":"Official website URL.", | |||
"type":"url" | |||
}, | |||
"type":{ | |||
"label":"Type", | |||
"description":"Website category.", | |||
"type":"string" | |||
}, | |||
"founded":{ | |||
"label":"Founded", | |||
"description":"Founding date or year.", | |||
"type":"string" | |||
}, | |||
"launched":{ | |||
"label":"Launched", | |||
"description":"Public launch date.", | |||
"type":"string" | |||
}, | |||
"founder":{ | |||
"label":"Founder", | |||
"description":"Person or people who created the website.", | |||
"type":"string" | |||
}, | |||
"developer":{ | |||
"label":"Developer", | |||
"description":"Developer or development organization.", | |||
"type":"string" | |||
}, | |||
"owner":{ | |||
"label":"Owner", | |||
"description":"Current owner.", | |||
"type":"string" | |||
}, | |||
"parent_company":{ | |||
"label":"Parent company", | |||
"description":"Parent organization.", | |||
"type":"string" | |||
}, | |||
"acquired_by":{ | |||
"label":"Acquired by", | |||
"description":"Organization that acquired the website.", | |||
"type":"string" | |||
}, | |||
"acquired_date":{ | |||
"label":"Acquired date", | |||
"description":"Date of acquisition.", | |||
"type":"string" | |||
}, | |||
"headquarters":{ | |||
"label":"Headquarters", | |||
"description":"Main headquarters location.", | |||
"type":"string" | |||
}, | |||
"country":{ | |||
"label":"Country", | |||
"description":"Country associated with the website.", | |||
"type":"string" | |||
}, | |||
"area_served":{ | |||
"label":"Area served", | |||
"description":"Geographic availability.", | |||
"type":"string" | |||
}, | |||
"language":{ | |||
"label":"Language", | |||
"description":"Supported languages.", | |||
"type":"string" | |||
}, | |||
"services":{ | |||
"label":"Services", | |||
"description":"Main services.", | |||
"type":"string" | |||
}, | |||
"features":{ | |||
"label":"Features", | |||
"description":"Important features.", | |||
"type":"string" | |||
}, | |||
"platform":{ | |||
"label":"Platform", | |||
"description":"Platform technology.", | |||
"type":"string" | |||
}, | |||
"technology":{ | |||
"label":"Technology", | |||
"description":"Important technology used.", | |||
"type":"string" | |||
}, | |||
"programming_language":{ | |||
"label":"Programming language", | |||
"description":"Main programming languages.", | |||
"type":"string" | |||
}, | |||
"open_source":{ | |||
"label":"Open source", | |||
"description":"Whether the platform is open source.", | |||
"type":"string" | |||
}, | |||
"registration":{ | |||
"label":"Registration", | |||
"description":"Whether account registration is required.", | |||
"type":"string" | |||
}, | |||
"users":{ | |||
"label":"Users", | |||
"description":"Number of users when reliably sourced.", | |||
"type":"string" | |||
}, | |||
"revenue":{ | |||
"label":"Revenue", | |||
"description":"Revenue information.", | |||
"type":"string" | |||
}, | |||
"content_license":{ | |||
"label":"Content license", | |||
"description":"License information for published content.", | |||
"type":"string" | |||
} | |||
}, | |||
"paramOrder":[ | |||
"name", | |||
"native_name", | |||
"other_name", | |||
"logo", | |||
"logo_alt", | |||
"screenshot", | |||
"screenshot_alt", | |||
"caption", | |||
"url", | |||
"type", | |||
"founded", | |||
"launched", | |||
"founder", | |||
"developer", | |||
"owner", | |||
"parent_company", | |||
"acquired_by", | |||
"acquired_date", | |||
"headquarters", | |||
"country", | |||
"area_served", | |||
"language", | |||
"services", | |||
"features", | |||
"platform", | |||
"technology", | |||
"programming_language", | |||
"open_source", | |||
"registration", | |||
"users", | |||
"revenue", | |||
"content_license" | |||
] | |||
} | |||
</templatedata> | |||
[[Category:WikiPartner infobox templates]] | [[Category:WikiPartner infobox templates]] | ||
[[Category:Website infobox templates]] | |||
[[Category:Internet templates]] | |||
[[Category:Technology templates]] | |||
</noinclude> | </noinclude> | ||
Revision as of 19:25, 3 September 2026
Usage
Use this template for articles about websites, online platforms, web services, search engines, media websites, and similar internet-based products.
All parameters are optional. Add only information supported by reliable sources. Empty fields are hidden automatically.
Basic usage
{{Infobox website
| name =
| logo =
| type =
| founded =
| launched =
| founder =
| owner =
| services =
| website =
}}
Full usage
{{Infobox website
| name =
| native_name =
| other_name =
| logo =
| logo_alt =
| screenshot =
| screenshot_alt =
| caption =
| url =
| type =
| founded =
| launched =
| founder =
| developer =
| owner =
| parent_company =
| acquired_by =
| acquired_date =
| headquarters =
| country =
| area_served =
| language =
| services =
| features =
| platform =
| technology =
| programming_language =
| open_source =
| registration =
| users =
| revenue =
| content_license =
}}
Parameter guidance
name The commonly used name of the website or platform.
logo Official logo file.
screenshot A screenshot showing the website interface when useful.
url Official website address only.
type The type of website, such as search engine, online platform, media website, or SaaS platform.
founded The year or date the website or organization was founded.
launched The date when the website became publicly available.
founder Person or people who created the website.
developer Person, company, or team responsible for development.
owner Current owner of the website.
parent_company Parent organization when applicable.
headquarters Main location of the company or organization behind the website.
services Main services provided by the website.
features Important features available on the platform.
technology Important technology used by the website.
programming_language Main programming languages when publicly known.
open_source Whether the platform or software is open source.
registration Whether users need an account.
users Number of users only when supported by reliable sources.
content_license License information for user-generated or published content.
Examples
Example 1: WikiPartner
{{Infobox website
| name = WikiPartner
| logo =
| type = Knowledge platform
| founded = 2026
| launched = 2026
| founder =
| owner = WikiPartner
| headquarters =
| area_served = Worldwide
| language = Multiple languages
| services = Encyclopedia articles, structured knowledge pages, research content
| features = Articles, infoboxes, citations, structured data
| platform = MediaWiki
| website = https://wikipartner.org
}}
Example 2: Google Search
{{Infobox website
| name = Google Search
| type = Search engine
| launched = 1997
| owner = Google
| developer = Google
| headquarters = Mountain View, California, United States
| services = Web search
| technology = Search algorithms and indexing systems
| website = https://www.google.com
}}
Example 3: YouTube
{{Infobox website
| name = YouTube
| type = Video sharing platform
| launched = 2005
| founders = Chad Hurley; Steve Chen; Jawed Karim
| owner = Google
| parent_company = Alphabet Inc.
| headquarters = San Bruno, California, United States
| services = Video hosting and streaming
| features = Video uploads, live streaming, subscriptions
| website = https://www.youtube.com
}}
TemplateData
Infobox for websites, online platforms, web services, search engines, media websites, and similar internet-based products.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Commonly used name of the website. | String | optional |
| Native name | native_name | Name in another language or writing system. | String | optional |
| Other name | other_name | Alternative or former name. | String | optional |
| Logo | logo | Official logo file. | File | optional |
| Logo alt text | logo_alt | Short accessibility description. | String | optional |
| Screenshot | screenshot | Screenshot of the website interface. | File | optional |
| Screenshot alt text | screenshot_alt | Accessibility description of screenshot. | String | optional |
| Caption | caption | Image caption. | String | optional |
| Website | url | Official website URL. | URL | optional |
| Type | type | Website category. | String | optional |
| Founded | founded | Founding date or year. | String | optional |
| Launched | launched | Public launch date. | String | optional |
| Founder | founder | Person or people who created the website. | String | optional |
| Developer | developer | Developer or development organization. | String | optional |
| Owner | owner | Current owner. | String | optional |
| Parent company | parent_company | Parent organization. | String | optional |
| Acquired by | acquired_by | Organization that acquired the website. | String | optional |
| Acquired date | acquired_date | Date of acquisition. | String | optional |
| Headquarters | headquarters | Main headquarters location. | String | optional |
| Country | country | Country associated with the website. | String | optional |
| Area served | area_served | Geographic availability. | String | optional |
| Language | language | Supported languages. | String | optional |
| Services | services | Main services. | String | optional |
| Features | features | Important features. | String | optional |
| Platform | platform | Platform technology. | String | optional |
| Technology | technology | Important technology used. | String | optional |
| Programming language | programming_language | Main programming languages. | String | optional |
| Open source | open_source | Whether the platform is open source. | String | optional |
| Registration | registration | Whether account registration is required. | String | optional |
| Users | users | Number of users when reliably sourced. | String | optional |
| Revenue | revenue | Revenue information. | String | optional |
| Content license | content_license | License information for published content. | String | optional |