Template:Infobox Game: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{| class="rounded-table" style="float:{{{float|right}}}; display:table; margin-top: 0px;"
<includeonly>{| class="rounded-table infobox" style="float:{{{float|right}}}; display:table; margin-top: 0px;"
! colspan="2" | {{{gamename}}}{{#if:{{{abbreviation|}}}|<br>({{{abbreviation}}})}}
! colspan="2" | {{{gamename}}}{{#if:{{{abbreviation|}}}|<br>({{{abbreviation}}})}}
|-
|-

Latest revision as of 03:50, 30 May 2023

Template DocumentationEdit This Documentation

An infobox that displays game information.

Usage

{{Infobox Game
| gamename     = 
| abbreviation = 
| image        = 
| version      = 
| developer    = 
| publisher    = 
| system       = 
| release      =
| website      = 
| netcode      = 
| resources    = 
| community    = 
}}

Parameters

| gamename =
Name of the game
| image =
Display image
| system =
Systems game was released on (Up to 9 using system2...system9)

Optional Parameters

| abbreviation =
Common game abbreviation
| developer =
Developer for game (Up to 9 using developer2...developer9)
| publisher =
Publisher for game (Up to 9 using publisher2...publisher9)
| release =
Release date for game (Up to 9 using release2...release9)
| website =
Official websites (Up to 9 using website2...website9)
| netcode =
Type of "netcode" and options for play (Up to 9 using netcode2...netcode9)
| resources =
Player resources (Up to 9 using resources2...resources9)
| community =
Community channels (Up to 9 using community2...community9)
| float =
Float of infobox (Default: right)
| extra =
A free-style area. Treat it as a table row, but remember that certain characters like | and need = to be escaped using templates like, {{!}}, {{!!}}, and {{=}}. See the Skullgirls Infoxbox for an example.
Template:TDoc

This documentation is automatically transcluded from Template:Infobox Game/Documentation and is not included when this page is transcluded.