More actions
Added template for Video Game Infobox |
Obbybigfast (talk | contribs) test Tag: Manual revert |
||
(12 intermediate revisions by 3 users not shown) | |||
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; clear: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}}} | |||
|- | |- | ||
! | ! Platform(s) || {{{platforms|Unknown}}} | ||
| {{{ | |||
|- | |- | ||
! | ! Release date(s) || {{{release_date|Unknown}}} | ||
| {{{ | |||
|- | |- | ||
! | ! Genre(s) || {{{genre|Unknown}}} | ||
| {{{ | |||
|- | |- | ||
! | ! Mode(s) || {{{modes|Unknown}}} | ||
| | |||
| {{{modes|Unknown}}} | |||
|} | |} | ||
[[Category:Games|{{PAGENAME}}]] | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
Line 36: | Line 29: | ||
| developer = Developer Name | | developer = Developer Name | ||
| publisher = Publisher Name | | publisher = Publisher Name | ||
| platforms = Windows, PlayStation, etc. | | platforms = Windows, PlayStation, etc. | ||
| release_date = YYYY-MM-DD | | release_date = YYYY-MM-DD |
Latest revision as of 00:51, 15 August 2025
Usage[edit]
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 | platforms = Windows, PlayStation, etc. | release_date = YYYY-MM-DD | genre = Racing, FPS, etc. | modes = Single-player, Multiplayer }}