Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "PCGamingWiki:Editing guide/The infobox"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Game infobox: rephrased official site in legend)
m (→‎Game infobox: transcluded release date rows documentation as well)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An infobox is the first element of an article. It provides basic information on a game (ex. release dates, developers, publishers, etc.), along with the box art/logo and links to major databases with relevant info (currently Wikipedia, SteamDB, Co-Optimus, StrategyWiki and WineHQ).
+
An infobox is the first element of an article. It provides basic information on a game (ex. release dates, developers, publishers, etc.), along with the box art/logo and links to major databases with relevant information.
  
 
There are two main types of infoboxes (and two niche types) available.
 
There are two main types of infoboxes (and two niche types) available.
 +
 
==Game infobox==
 
==Game infobox==
{{ii}} {{T|Infobox game}}
+
{{Infobox game/Documentation}}
 
 
'''Syntax (main)'''
 
<pre><nowiki>
 
{{Infobox game
 
|title        =
 
|cover        =
 
|developers  =
 
<Developer field rows go here>
 
|publishers  =
 
<Publisher field rows go here>
 
|engines      =
 
<Engine field rows go here>
 
|release dates=
 
<Release date field rows go here>
 
|reception    =
 
<Reception field rows go here>
 
|steam appid  =
 
|steam appid side =
 
|gogcom id    =
 
|gogcom id side =
 
|official site=
 
|winehq      =
 
|igdb        =
 
|strategywiki =
 
|mobygames    =
 
|wikipedia    =
 
|license      =
 
}}
 
</nowiki></pre>
 
 
 
'''Syntax (developer field row, normal)'''
 
{{ii}} This is the normal format used for the Developer field row.
 
<pre><nowiki>
 
{{Infobox game/row/developer|<DEVELOPER NAME>|<OPTIONAL DESCRIPTOR>}}
 
</nowiki></pre>
 
 
 
'''Syntax (developer field row, porters)'''
 
{{ii}} This format is for developers that are responsible for porting the game to a specific OS.
 
<pre><nowiki>
 
{{Infobox game/row/porter|<DEVELOPER NAME>|<OS NAME>}}
 
</nowiki></pre>
 
 
 
'''Syntax (publisher field row)'''
 
<pre><nowiki>
 
{{Infobox game/row/publisher|<PUBLISHER NAME>|<OPTIONAL DESCRIPTOR>}}
 
</nowiki></pre>
 
 
 
'''Syntax (engine field row)'''
 
<pre><nowiki>
 
{{Infobox game/row/engine|<ENGINE NAME>|<OPTIONAL DESCRIPTOR>}}
 
</nowiki></pre>
 
 
 
'''Syntax (release date field row)'''
 
{{ii}} The {{code|<OS NAME>}} section will only accept the following values: {{code|PC booter}}, {{code|DOS}}, {{code|Windows 3.x}}, {{code|Windows}}, {{code|Mac OS}}, {{code|OS X}}, and {{code|Linux}}
 
<pre><nowiki>
 
{{Infobox game/row/date|<OS NAME>|<DATE>}}
 
</nowiki></pre>
 
 
 
'''Syntax (reception field row)'''
 
{{ii}} The {{code|<AGGREGATOR>}} section will only accept the following values: {{code|Metacritic}}, {{code|OpenCritic}}, {{code|IGDB}}
 
<pre><nowiki>
 
{{Infobox game/row/reception|<AGGREGATOR>|<LINK PART>|<AVERAGE CRITICAL RATING>}}
 
</nowiki></pre>
 
 
 
{{Infobox game
 
|title        = Example of a game infobox
 
|cover        = Game article layout.jpg <!-- Try to find the highest resolution of a PC game cover -->
 
|developers  =
 
{{Infobox game/row/developer|Developer}}
 
{{Infobox game/row/porter|Developer 2|Windows}}
 
{{Infobox game/row/porter|Developer 3|OS X}}
 
{{Infobox game/row/porter|Developer 4|Linux}}
 
|publishers  =
 
{{Infobox game/row/publisher|Publisher}}
 
{{Infobox game/row/publisher|Publisher 2|Europe}}
 
|engines      =
 
{{Infobox game/row/engine|Engine}}
 
|release dates=
 
{{Infobox game/row/date|DOS|June 12, 1996}}
 
{{Infobox game/row/date|Mac OS|July 4, 1998}}
 
{{Infobox game/row/date|Windows|January 3, 2012}}
 
{{Infobox game/row/date|OS X|March 21, 2013}}
 
{{Infobox game/row/date|Linux|EA}}
 
|reception    =
 
{{Infobox game/row/reception|Metacritic|deus-ex-mankind-divided|83}} <!-- (Example: URL section and score - Deus Ex: Mankind Divded) -->
 
{{Infobox game/row/reception|OpenCritic|1812/deus-ex-mankind-divided|81}}
 
{{Infobox game/row/reception|IGDB|deus-ex-mankind-divided|83}}
 
|steam appid  = 277430
 
|steam appid side = 10
 
|gogcom id    = 1207658682
 
|gogcom id side =
 
|official site= https://example.com/
 
|winehq      = 2
 
|igdb        =
 
|strategywiki =
 
|mobygames    =
 
|wikipedia    = PCGamingWiki
 
|license      =
 
}}
 
 
 
The most common infobox available, it is mainly used for game articles.
 
 
 
'''General rules'''
 
* For release dates, list the earliest official platform release first (ex. if the game was released on OS X first, list the OS X release date at the top)
 
** In the case that multiple releases share the same date, organize the dates in the following order (for all the platforms that apply):
 
*** PC booter
 
*** DOS
 
*** Windows 3.x
 
*** Windows
 
*** Mac OS
 
*** macOS/OS X
 
*** Linux
 
** For games with unannounced release date, use <code>TBA</code> as the date. Only replace the date when the game has official release date.
 
** For games in Early Access, use <code>EA</code> as the date. Only replace the date when the game has officially left Early Access.
 
** For games that are still available to public via Early Access or public beta test, but remain incomplete and it is not known whether the game will ever be finished, use <code>Unknown</code> as the date.
 
** For games that used to be available to public via Early Access or public beta test and are no longer available with no official announcement of their cancellation, use <code>LC</code> (Likely cancelled) as the date.
 
** For games that used to be available in some form and were officially cancelled, use <code>Cancelled</code> as the date.
 
 
 
'''Field breakdown'''
 
 
 
{| class="wikitable"
 
|-
 
! Section !! Definition !! Notes
 
|-
 
| title || The name of the game. || An optional field, it is automatically set to the page name if left blank. It is only required for games with "optional" title modifiers (see [[SimFarm]]). Otherwise, it should be left alone.
 
|-
 
| cover || The cover/logo of the game. || The full name of the image file (including extensions) must be provided. See [[#The_Cover|The Cover]] subsection for details.
 
|-
 
| developers || A list of the name(s) of the game developer(s). || List all the developers involved in the PC releases of the game. The main developer should always be listed first, regardless of involvement.
 
|-
 
| publishers || A list of the name(s) of the game publisher(s). || List all the publishers involved in the PC releases of the game. The main publisher should always be listed first, regardless of involvement. If the publisher is the same as the developer, leave the field blank. If the publisher was only regional (e.g. only published the game in Europe), list the region or country as a second argument.
 
|-
 
| engines || A list of name(s) of the game engine(s) used. || Leave the section empty if the engine used is unnamed or in-house. Do not list game engine middleware (ex. Havok Physics) under the Engines section. See the [[#Middleware table|Middleware table]] for details.
 
|-
 
| release dates || A list of the earliest public release date of the game for different operating system. || All dates are to be written down in the following format: {{code|mm dd, yyyy}} (where {{code|mm}} is the full name of the month). See the General rules section above for further details.
 
|-
 
| reception || Average critical reception of the game. || List those aggregators that have an aggregated review score for the game. If the PC platform is handled separately from other platforms, use the PC page.
 
 
 
* For '''Metacritic''', use the '''''Metascore'''''.
 
* For '''OpenCritic''', use the '''''Top Critic Average''''' score.
 
* For '''IDGB''', use the '''''critic ratings''''' score. This is the smaller (in size of the element, not in units) score to the right. The larger score to the left is the average IGDB user rating and should not be used.
 
|-
 
| steam appid || The Steam ID associated with the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| steam appid side || The Steam ID associated with the DLC of the game. || Use commas {{code|,}} to separate multiple Steam IDs. See [[#Database IDs|Database IDs]] for details.
 
|-
 
| gogcom id || The GOG.com ID associated with the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| gogcom id side || The GOG.com ID associated with the DLC of the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| official site || A link to the official website for the game. || A link to the official site from either the original developer or the current rights holder. Do not use store pages.
 
|-
 
| winehq || A link to the WineHQ page (if one exists) for the game. || The field is meant for games that do not have a native Linux version available. Leave it blank otherwise. See [[#Database IDs|Database IDs]] for details.
 
|-
 
| igdb || A link to the IGDB page (if one exists) for the game. || This only needs to be filled out if a reception row for IGDB is not present already. See [[#Database IDs|Database IDs]] for details.
 
|-
 
| strategywiki || A link to the StrategyWiki page (if one exists) for the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| mobygames || A link to the MobyGames page (if one exists) for the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| wikipedia || A link to the Wikipedia page (if one exists) for the game. || See [[#Database IDs|Database IDs]] for details.
 
|-
 
| license || The license the game is available under || Should be set to one of the following: {{code|commercial}}, {{code|former commercial}} (paid games that have been re-released for free), {{code|freeware}}, or {{code|free-to-play}}. This information is not shown on the game page but is used to populate other pages such as the [[List of Freeware Games]].
 
|}
 
 
 
===Database IDs===
 
This is a list of the database ID formats for all the databases the infobox supports
 
  
{| class="wikitable"
+
===Release date rows===
|-
+
{{Infobox game/row/date/Documentation}}
! Database(s) !! Example URL !! What to provide
 
|-
 
| gogcom appid (GOG Database, game association for external database use) || ||
 
|-
 
| gogcom appid side (DLC/package association for external database use) || ||
 
|-
 
| steam appid (Steam DB, Co-Optimus, Steam game association for external database use) || http://store.steampowered.com/app/2310/ || 2310
 
|-
 
| steam appid side (Steam DLC association for external database use) || http://store.steampowered.com/app/9040/ || 9040
 
|-
 
| winehq || https://appdb.winehq.org/objectManager.php?sClass=application&iId=930 || 930
 
|-
 
| igdb || https://www.igdb.com/games/nier-automata || nier-automata
 
|-
 
| strategywiki || http://strategywiki.org/wiki/Quake || Quake
 
|-
 
| mobygames || https://www.mobygames.com/game/quake || quake
 
|-
 
| wikipedia || http://en.wikipedia.org/wiki/Quake_(video_game) || Quake (video game)
 
|-
 
|}
 
  
 
==Non-game infobox==
 
==Non-game infobox==
{{ii}} {{T|Infobox non-game}}
+
{{Infobox non-game/Documentation}}
'''Syntax'''
 
<pre><nowiki>
 
{{Infobox non-game
 
|title        =
 
|cover        =
 
|website      =
 
|developers  =
 
<Developer field rows go here>
 
|release dates =
 
<Release date field rows go here>
 
|winehq      =
 
|wikipedia    =
 
}}
 
</nowiki></pre>
 
 
 
{{Infobox non-game
 
|title        = Example of a non-game infobox
 
|cover        = Steam logo.svg
 
|developers  =
 
{{Infobox game/row/developer|Valve Corporation}}
 
|release dates =
 
{{Infobox game/row/date|Windows|September 12, 2003}}
 
{{Infobox game/row/date|OS X|May 12, 2010}}
 
{{Infobox game/row/date|Linux|February 14, 2013}}
 
|winehq      =
 
|wikipedia    = Steam (software)
 
}}
 
 
 
A less commonly used infobox, it is meant for general software that is related to games in some manner (ex. [[DOSBox]]).
 
 
 
Note that it is far more sparse then the game infobox in terms of information provided to the reader. No specialized row templates are used for this infobox.
 
 
 
'''Field breakdown'''
 
 
 
{| class="wikitable"
 
|-
 
! Section !! Definition !! Notes
 
|-
 
| title || The stylized name. || An optional field, it is automatically set to the page name if left blank. It should be left alone in most cases.
 
|-
 
| cover || The official logo. || The full name of the image file (including extensions) must be provided. See [[#The_Cover|The Cover]] subsection for details.
 
|-
 
| website || The official website. || Add the full URL of the official site from either the original developer or the current rights holder. Do not include store pages.
 
|-
 
| developer || A list of developers. ||
 
|-
 
| release dates || A list of the earliest public release date of the program on each supported operating system. || All dates are to be written down in the following format: {{code|mm dd, yyyy}} (where {{code|mm}} is the full name of the month).
 
|-
 
| winehq || A link to the WineHQ page (if one exists) for the game. || The field is meant for games that do not have a native Linux version available. Leave it blank otherwise. See [[#Database IDs|Database IDs]] for details.
 
|-
 
| wikipedia || A link to the Wikipedia page (if one exists) for the game. || See [[#Database IDs|Database IDs]] for details.
 
|}
 
  
 
==Company infobox==
 
==Company infobox==

Revision as of 10:59, 18 May 2020

An infobox is the first element of an article. It provides basic information on a game (ex. release dates, developers, publishers, etc.), along with the box art/logo and links to major databases with relevant information.

There are two main types of infoboxes (and two niche types) available.

Game infobox

Example of a game infobox
Example of a game infobox cover
Developers
Developer
Windows Developer 2
macOS (OS X) Developer 3
Linux Developer 4
Publishers
Publisher
Europe Publisher 2
Engines
Engine
Release dates
DOS June 12, 1996
Mac OS (Classic) July 4, 1998
Windows January 3, 2012
macOS (OS X) March 21, 2013
Linux Early access
Reception
Metacritic 83
OpenCritic 81
IGDB 83
Taxonomy
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives First-person
Controls Direct control
Genres Action, Shooter
Art styles Stylized
Themes Sci-fi
Series PCGW Templates
Editing guide/The infobox on IGDB
Editing guide/The infobox on Wikipedia
PCGW Templates
Sample article 2013
Game (singleplayer) 2019
Game (multiplayer) 2019
Game (unknown) 2019

This template needs to be present on every game page on the wiki. It contains the basic information on who developed, ported and published the game, as well as what engine was used and when was it released on different operating systems. In addition, it can hold a cover or box image for the game, as well as information on the location of the game's page on several other websites.

Syntax
{{Infobox game
|cover        = 
|developers   = 
{{Infobox game/row/developer|}}
{{Infobox game/row/porter|}}
|publishers   = 
{{Infobox game/row/publisher|}}
|engines      = 
{{Infobox game/row/engine|}}
|release dates= 
{{Infobox game/row/date|Windows|}}
{{Infobox game/row/date|OS X|}}
{{Infobox game/row/date|Linux|}}
|reception    = 
{{Infobox game/row/reception|Metacritic| | }}
{{Infobox game/row/reception|OpenCritic| | }}
{{Infobox game/row/reception|IGDB| | }}
|taxonomy     = 
{{Infobox game/row/taxonomy/monetization      | }}
{{Infobox game/row/taxonomy/microtransactions | }}
{{Infobox game/row/taxonomy/modes             | }}
{{Infobox game/row/taxonomy/pacing            | }}
{{Infobox game/row/taxonomy/perspectives      | }}
{{Infobox game/row/taxonomy/controls          | }}
{{Infobox game/row/taxonomy/genres            | }}
{{Infobox game/row/taxonomy/sports            | }}
{{Infobox game/row/taxonomy/vehicles          | }}
{{Infobox game/row/taxonomy/art styles        | }}
{{Infobox game/row/taxonomy/themes            | }}
{{Infobox game/row/taxonomy/series            | }}
|steam appid  = 
|steam appid side = 
|gogcom id    = 
|gogcom id side = 
|official site= 
|hltb         =
|igdb         = <!-- Only needs to be set if there is no IGDB reception row -->
|lutris       = 
|mobygames    = 
|strategywiki = 
|wikipedia    = 
|winehq       = 
|license      = 
}}
Arguments
Parameter Description
title Optional. Add if game title is stylized in some way and therefore varies from page name.
cover Only include this if a cover for this game is present on the wiki or on Wikimedia Commons. The contents of this line should be just the filename, excluding the namespace. Do not use a File: prefix for it, and do not use the {{Image}} template for it.
developers All information included under this argument must be related to developers of the particular game.

Possible rows include:

{{Infobox game/row/developer|1|2}}
  1. The first argument should contain the name of the developer.
  2. The second, if necessary, a subtitle as to what the developer was responsible for.


Optional. This row is only required when a game has been ported to a particular OS from another platform or OS. Possible rows include:

{{Infobox game/row/porter|1|2}}
  1. The first argument is the name of the porter.
  2. The second argument is the operating system. Valid arguments include:
  • PC booter
  • DOS
  • Windows
  • Windows 3.x
  • Linux
  • OS X
  • Mac OS
publishers This row should only be used when a game was published by a company other than the developer of the game.

Possible rows include:

{{Infobox game/row/publisher|1|2}}
  1. The first argument should contain the name of the publisher.
  2. The second, if necessary, a subtitle specifying the region or the OS the publisher was responsible for.
engines All information included under this argument must be related to engines used in the game.

Possible rows include:

{{Infobox game/row/engine|1|2}}
  1. The first argument should contain the name of the engine used.
  2. The second, if necessary, what component it was responsible for.
  • Never list the engine as Custom, Inhouse or similar. This provides no additional information to the user.

See the {{Infobox game/row/engine}} documentation for more details, including on how to optionally specify the exact engine version used.

release dates All information included under this argument must be related to release dates of the game.

Possible rows include:

{{Infobox game/row/date| <OS NAME> | <DATE> }}

See the {{Infobox game/row/date}} documentation for more details.

reception Average (based on a minimum of at least 4 scored reviews) critics reception of the game from a supported aggregator.

Possible rows include:

{{Infobox game/row/reception|1|2|3}}
  1. The first argument should contain the reviews aggregator service the row is for:
    • Metacritic
    • OpenCritic
    • IGDB
  2. The second row should contain the unique identifier from the URL for the review aggregator page for the game:
  3. The third argument should contain the averaged critics reception score from the aggregator, and be at least based on a minimum of 4 reviews:
    • For Metacritic, use the Metascore.
    • For OpenCritic, use the Top Critic Average score.
    • For IGDB, use the critic ratings score. This is the smaller (in size of the element, not in units) score to the right. The larger score to the left is the average IGDB user rating and should not be used.
    • Leave the field empty if the critics reception score on the aggregator is based on less than four reviews.
taxonomy The appropriate taxonomy tags for the game, see Taxonomy for further information.
steam appid The App ID of the game on Steam. The SteamDB favicon will appear when it is defined.
steam appid side Additional App IDs the game or its DLCs are available under on Steam. This takes a comma separated list for input.
gogcom id The ID of the game on GOG.com. The GOG Database favicon will appear when it is defined.
gogcom id side Additional IDs the game or its DLCs/packages are available under on GOG.com. This takes a comma separated list for input.
official site Add the full URL of the official site from either the original developer or the current rights holder. Do not use store pages.
winehq The unique link identifier for the game on WineHQ.
hltb The unique link identifier for the game on HowLongToBeat.
igdb The unique link identifier for the game on IGDB.

This only needs to be filled out if a reception row for IGDB is not present already.

lutris The unique link identifier for the game on Lutris.
mobygames The unique link identifier for the game on MobyGames.
strategywiki The unique link identifier for the game on StrategyWiki.
wikipedia The unique link identifier for the game on the English Wikipedia. The Wikipedia favicon will appear when it is defined.
license License of the game from one of the following values. This information is not shown on the game page but is used to populate other pages such as the List of freeware games.
  • commercial
  • former commercial (paid games that have been re-released for free)
  • freeware
  • free-to-play
  • shareware

Release date rows

{{Infobox game/row/date}} is used to list the release dates of different operating systems that the game was released for on PCs. Correctly using the appropriate OS name will result in the appropriate categories and rows being automatically placed on the page.

Arguments
  1. <OS NAME> - The first argument defines the OS the date is related to. Possible options include:
    • DOS
    • Windows
    • OS X - Remember that OS X isn't the same thing as Mac OS!
    • Linux
    • Mac OS - Remember that Mac OS isn't the same thing as OS X!
  2. <DATE> - The second argument should specify the date the game was released on the system in question.
    • The date must be in a valid format to be recognized ("21 February 2001", "February 21, 2001", "2001", "February 2001"), or a recognized special state such as "TBA", "EA", "Unknown", "Likely cancelled", or "Cancelled". See the notes further down for more information.
  3. ref= - An optional third augment that can be used to display a reference next to the date, such as for a linked news/press release. Note that ref= must be included for the reference to be displayed.
Syntax
{{Infobox game/row/date| <OS NAME> | <DATE> | ref=<ref>{{Refurl|url=|title=|date=yyy-mm-dd}}</ref>}}
Notes
  • Regional release dates should never be listed. Only ever list the relevant OS release date, always choosing the earliest it was made available in any region on that specific platform. Similarly, release dates for digital distribution services should also be ignored.
  • For release dates, list the earliest official platform release first (ex. if the game was released on OS X first, list the OS X release date at the top)
  • In the case that multiple releases share the same date, organize the dates in the following order (for all the platforms that apply):
    • PC booter
    • DOS
    • Windows 3.x
    • Windows
    • Mac OS
    • macOS/OS X
    • Linux
  • For games with unannounced release date, use TBA as the date. Only replace the date when the game has official release date.
  • For games in Early Access, use EA as the date. Only replace the date when the game has officially left Early Access.
  • For games that are still available to public via Early Access or public beta test, but remain incomplete and it is not known whether the game will ever be finished, use Unknown as the date.
  • For games that used to be available to public via Early Access or public beta test and are no longer available with no official announcement of their cancellation, use LC (Likely cancelled) as the date.
  • For games that used to be available in some form and were officially cancelled, use Cancelled as the date.

Date formats

The template makes use of the #time parser function, see its official documentation for details. If a date or month is omitted from the input, the function will assume the first of the omitted data, e.g. January 1 if only a year is provided, or the first day of the month if only a month and year is provided. Do not use any other date format than the ones mentioned below.

The standardized format to use is as follows:

  • May 20, 2023 (always use this if an exact date is known)
  • May 2023 (this will be treated as May 1, 2023 in lists, which may be undesirable)
  • 2023 (will be treated as January 1, 2023 in lists; contemplate using December 31, 2023 instead as a placeholder)

The following alternate input is accepted, and handled separarely:

  • TBA (to be announced; use for unreleased games with an unknown release date)
  • Unknown (only for games that have been released)
  • EA
  • Early Access
  • Cancelled
  • Likely cancelled

Non-game infobox

Example of a non-game infobox
Example of a non-game infobox cover
Developers
Valve Corporation
Release dates
Windows September 12, 2003
macOS (OS X) May 12, 2010
Linux February 14, 2013
Editing guide/The infobox at Wikipedia

A less commonly used infobox, it is meant for general software that is related to games in some manner (ex. DOSBox).

Note that it is far more sparse then the game infobox in terms of information provided to the reader. No specialized row templates are used for this infobox, instead it borrows a few templates from the game infobox.

Related
  • {{Infobox game}} - the main template this is based on.
  • {{Infobox software}} - related template that supports more parameters from the original infobox game template.
Syntax
{{Infobox non-game
|title        = 
|cover        = 
|website      = 
|developers   = 
{{Infobox game/row/developer|}}
|release dates= 
{{Infobox game/row/date|Windows|}}
{{Infobox game/row/date|OS X|}}
{{Infobox game/row/date|Linux|}}
|wikipedia    = 
|winehq       = 
}}
Arguments
Parameter Description
title Optional. Add if game title is stylized in some way and therefore varies from page name.
cover Only include this if a cover for this game is present on the wiki or on Wikimedia Commons. The contents of this line should be just the filename, excluding the namespace.
website Add the full URL of the official site from either the original developer or the current rights holder. Do not include store pages.
developers All information included under this argument must be related to developers and porters of the particular game.

Possible rows include:

{{Infobox game/row/developer|1|2}}
  1. The first argument should contain the name of the developer.
  2. The second, if necessary, a subtitle as to what the developer was responsible for.
release dates All information included under this argument must be related to release dates of the game.

Possible rows include: (click on the row for more information)

{{Infobox game/row/date| <OS NAME> | <DATE> }}
wikipedia The unique link identifier for the game on the English Wikipedia. The Wikipedia favicon will appear when it is defined.
winehq The unique link identifier for the application on WineHQ.

Company infobox

{{Infobox company}}

Syntax

{{Infobox company
|title        = 
|cover        = 
|website      = 
|parent       = 
|formernames  = 
|founded      = 
|defunct      = 
|wikipedia    = 
}}
Example of a company infobox
EA Black Box - logo.png
Parent company
Previous names
Founded
Defunct

The infobox used on the Company: namespace.

Field breakdown

Section Definition Notes
title The name of the comapny. An optional field, it is automatically set to the page name if left blank. It should be left alone in most cases.
cover The logo of the company. The full name of the image file (including extensions) must be provided. See The Cover subsection for details.
website The official website of the company. The full link to the website should be used.
parent The name of the parent company.
formernames Previous names the company have gone by. Use a comma delimited list, e.g. Epic MegaGames, Potomac Computer Systems
founded A valid date of when the company was founded. If a specific day is not known, use either the known month, or possibly year, of when the company was founded.
defunct A valid date of when the company was made defunct. If a specific day is not known, use either the known month, or possibly year, of when the company was made defunct.
wikipedia A link to the Wikipedia page (if one exists) of the company. See Database IDs for details.

Controller infobox

{{Infobox controller}}

Syntax

{{Infobox controller
|title        = 
|cover        = 
|xinput       = 
|predecessor  = 
|successor    = 
|wikipedia    = 
}}
Example of a controller infobox
Example of a controller infobox cover
XInput support
Predecessor
Xbox Controller
Successor
Xbox One Controller
Editing guide/The infobox on Wikipedia

A niche infobox, it is meant for game controllers. A game controller can be:

  • Gamepads
  • Joysticks
  • Steering wheels/racing controllers
  • Flight controllers
  • Haptic-centric controllers
  • Motion-based controllers
  • "Exotic" controllers (gaming keypads, dance pads, anything that does not fit in the above categories)

Note that it is far more sparse then the game infobox in terms of information provided to the reader.

Field breakdown

Section Definition Notes
Title The name of the controller. An optional field, it is automatically set to the page name if left blank. It should be left alone in most cases.
Cover A picture of the controller. The full name of the image file (including extensions) must be provided. See The Cover subsection for details.
XInput Support for the XInput controller API. Use true, false, or hackable to denote support level (see Section Table legend for details). A majority of the controllers released past December 2005 (particularly ones that are Xbox 360 and/or Xbox One-focused) have native support. Earlier than that, it should be assumed that the controller is using DirectInput.
Predecessor The controller that was released prior to the current one (if the controllers are part of a series). Linking needs to be done in the following fashion:
[[Controller:<CONTROLLER NAME>|<CONTROLLER NAME>]]

Leave blank if there is no prior release.

Successor The controller that was released after to the current one (if the controllers are part of a series). Linking needs to be done in the following fashion:

[[Controller:<CONTROLLER NAME>|<CONTROLLER NAME>]]
Leave blank if there is no succeeding release.

Wikipedia A link to the controller's Wikipedia page (if one exists). See Database IDs for details.

Console infobox

{{Infobox console}}

Syntax (main)

{{Infobox console
|title        = 
|cover        = 
|related      = 
<Related field rows go here>
|predecessor  = 
|successor    = 
|wikipedia    = 
}}

Syntax (Related field row)

{{Infobox console/row/controller|cont=[[Controller:<CONTROLLER NAME>|<CONTROLLER NAME>]]}}
Example of a console infobox
Example of a console infobox cover
Related controllers
Xbox 360 Controller
Kinect
Predecessor
Xbox
Successor
Xbox One
Editing guide/The infobox on Wikipedia

A niche infobox, it is meant for game consoles.

Note that it is far more sparse then the game infobox in terms of information provided to the reader.

Field breakdown

Section Definition Notes
Title The name of the console. An optional field, it is automatically set to the page name if left blank. It should be left alone in most cases.
Cover The logo of the console. The full name of the image file (including extensions) must be provided. See The Cover subsection for details.
Related A list of controllers that are related directly towards the console. A specialized row template is used to add entries (see the "Related field row" syntax). All entries are to be placed directly below the related field.
Predecessor The console that was released prior to the current one (if the controllers are part of a series). Linking needs to be done in the following fashion:
[[Emulation:<CONSOLE NAME>|<CONSOLE NAME>]]

Leave blank if there is no prior release.

Successor The console that was released after to the current one (if the consoles are part of a series). Linking needs to be done in the following fashion:
[[Emulation:<CONSOLE NAME>|<CONSOLE NAME>]]

Leave blank if there is no succeeding release.

Wikipedia A link to the console's Wikipedia page (if one exists). See Database IDs for details.

The Cover

Used in all four types of infoboxes, the cover (or box art) is the focal point of the template.

Valid covers

These are considered acceptable to use
  • Retail box art (scanned)
  • Logos
  • Steam banners
  • In-game title screens (if the game has none of the above)

In the case of the Controller infobox, a picture of the hardware will suffice.

Invalid covers

These sources should be avoided if possible
  • Retail box art (photo)
  • In-game title screens (if the game has an official box/logo/etc.)
  • Fan-made box art/logos

Where to find them

There are multiple sources to find a good cover (listed in order of preference):

  • High quality personal/3rd party box art scans (best case)
  • MobyGames (scan quality may vary)
  • Other wikis (could possibly have high quality scans, but unreliable)
  • Official/developer website (most likely logos and banners only)
  • Steam game pages (every game on Steam comes with a banner/logo to use. Low quality, but very reliable)
  • Wikipedia (low quality, but reliable)