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 |