Template:Company Infobox

{{{name}}}
[[File:{{{logo}}}|250px]]
Founded {{{founded}}}
Type {{{type}}}
Industry {{{industry}}}
Website



Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)

This infobox is used on pages about companies that have been involved with Pokémon to outline different stats and information.

How to use

Infoboxes should be used at the beginning of the page, before any introductory text.

Parameters

All parameters are case sensitive.

Parameter Allowed values Notes
name String The name of the company.
subtitle String Optional. The name of the company in Japanese.
logo File name The company's logo. Don't include File:.
logo_size String Optional. The size of the logo. Must include px. Defaults to 250px.
caption String Optional. A caption for the logo.
founded Date The date the company was founded.
defunct Date Optional. The date the company became defunct.
headquarters String Optional. The location of the company headquarters.
type String The business type (e.g. Public, Private, Subsidiary etc.).
owner String Optional. The company's owner (if not a public company).
subsidiaries String Optional. Major subsidiaries (if any). If multiple, separate with <br /> tags.
industry String The industry the company is part of (e.g. Video Games, Home Distributon etc.).
links Links Links to official company websites. If multiple, separate with <br /> tags.
nocat Any Optional. Prevents [[Category:Companies]] from appearing on the page.

Example

Nintendo
任天堂
Nintendo logo.png
Nintendo logo
Founded September 23, 1889
Headquarters 11-1 Kamitoba Hokodatecho, Minami-ku, Kyoto
Type Public
Subsidiaries Nintendo of America
Nintendo of Europe
Nintendo Australia
Mario Club
Industry Video games
Website

United States: Nintendo.com
Japan: Nintendo.co.jp

{{Company Infobox
| name = Nintendo
| subtitle = 任天堂
| logo = Nintendo logo.png
| logo_size = 250px
| caption = Nintendo logo
| founded = September 23, 1889
| headquarters = 11-1 Kamitoba Hokodatecho, Minami-ku, Kyoto
| type = {{wp|Public company|Public}}
| subsidiaries = [[Nintendo of America]] <br />Nintendo of Europe <br />Nintendo Australia <br />[[Mario Club]]
| industry = Video games
| links = United States: [https://www.nintendo.com Nintendo.com] <br />Japan: [https://www.nintendo.co.jp Nintendo.co.jp]
| nocat = true
}}