More actions
Added template for Video Game Infobox |
m Update to allow theme to dictate colors. |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" style="width: 300px; float: right; margin-left: 10px | <includeonly> | ||
{| class="wikitable infobox-game" style="width:300px; float:right; margin-left:10px;" | |||
|- | |- | ||
! colspan="2" | ! colspan="2" class="infobox-title" | {{{title|{{PAGENAME}}}}} | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="infobox-image" | [[File:{{{image|}}}|250px]] | ||
|- | |- | ||
! Developer(s) | ! Developer(s) || {{{developer|Unknown}}} | ||
| {{{developer|Unknown}}} | |||
|- | |- | ||
! Publisher(s) | ! Publisher(s) || {{{publisher|Unknown}}} | ||
| {{{publisher|Unknown}}} | |||
|- | |- | ||
! Series | ! Series || {{{series|N/A}}} | ||
| {{{series|N/A}}} | |||
|- | |- | ||
! Platform(s) | ! Platform(s) || {{{platforms|Unknown}}} | ||
| {{{platforms|Unknown}}} | |||
|- | |- | ||
! Release date(s) | ! Release date(s) || {{{release_date|Unknown}}} | ||
| {{{release_date|Unknown}}} | |||
|- | |- | ||
! Genre(s) | ! Genre(s) || {{{genre|Unknown}}} | ||
| {{{genre|Unknown}}} | |||
|- | |- | ||
! Mode(s) | ! Mode(s) || {{{modes|Unknown}}} | ||
| {{{modes|Unknown}}} | |||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> |
Revision as of 00:18, 14 August 2025
Usage
This is the infobox template for video games. To use it, copy and paste the following code into an article:
{{Infobox video game | title = Game Title | image = Example.jpg | developer = Developer Name | publisher = Publisher Name | series = Series Name | platforms = Windows, PlayStation, etc. | release_date = YYYY-MM-DD | genre = Racing, FPS, etc. | modes = Single-player, Multiplayer }}