Template:GameInfo: Difference between revisions

From Retro Media HUB
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
<includeonly>
{| class="wikitable" style="width:70%; text-align:left;"
|+ '''Game Information'''
|-
! Title
! Title
! Platform
| {{{title|}}}
! Release Year
|-
! Year
| {{{year|}}}
|-
! Developer
! Developer
| {{{developer|}}}
|-
! Graphics API
| {{{graphicsapi|}}}
|-
|-
| {{{title}}}
! Audio API
| {{{platform}}}
| {{{audioapi|}}}
| {{{year}}}
| {{{developer}}}
|}
|}
[[Category:Games]]
</includeonly>
<noinclude>
<noinclude>
== Usage ==
To use this template on a game page, add:
<pre>
{{GameInfo
| title = Divinity II: Developer's Cut
| year = 2012
| developer = Larian Studios
| graphicsapi = DirectX 9.0c
| audioapi = DirectSound
}}
</pre>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"title": {},
"title": {},
"platform": {},
"year": {},
"year": {},
"developer": {}
"developer": {},
},
"graphicsapi": {},
"description": "Some important game info on a table"
"audioapi": {}
}
}
}
</templatedata>
</templatedata></noinclude>
</noinclude>

Latest revision as of 11:42, 6 January 2026


Usage

To use this template on a game page, add:

{{GameInfo
 | title = Divinity II: Developer's Cut
 | year = 2012
 | developer = Larian Studios
 | graphicsapi = DirectX 9.0c
 | audioapi = DirectSound
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
yearyear

no description

Unknownoptional
developerdeveloper

no description

Unknownoptional
graphicsapigraphicsapi

no description

Unknownoptional
audioapiaudioapi

no description

Unknownoptional