Template:GameInfo: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable" | <includeonly> | ||
{| class="wikitable" style="width:70%; text-align:left;" | |||
|+ '''Game Information''' | |||
|- | |||
! Title | ! Title | ||
| {{{title|}}} | |||
|- | |||
! Platform | ! Platform | ||
| {{{platform|}}} | |||
|- | |||
! Release Year | ! Release Year | ||
| {{{year|}}} | |||
|- | |||
! Developer | ! Developer | ||
| {{{developer|}}} | |||
| {{{ | |||
| | |||
|} | |} | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Usage == | |||
To use this template on a game page, add: | |||
<pre> | |||
{{GameInfo | |||
| title = Battlefield 2 | |||
| platform = Windows, Linux (via Wine/Proton) | |||
| year = 2005 | |||
| developer = DICE | |||
}} | |||
</pre> | |||
</noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Revision as of 16:19, 14 November 2025
Usage
To use this template on a game page, add:
{{GameInfo
| title = Battlefield 2
| platform = Windows, Linux (via Wine/Proton)
| year = 2005
| developer = DICE
}}
Some important game info on a table
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| platform | platform | no description | Unknown | optional |
| year | year | no description | Unknown | optional |
| developer | developer | no description | Unknown | optional |