Template:GameInfo: Difference between revisions

From Retro Media HUB
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
| {{{title|}}}
| {{{title|}}}
|-
|-
! Platform
! Year
| {{{platform|}}}
|-
! Release Year
| {{{year|}}}
| {{{year|}}}
|-
|-
! Developer
! Developer
| {{{developer|}}}
| {{{developer|}}}
|-
! Graphics API
| {{{graphicsapi|}}}
|-
! Audio API
| {{{audioapi|}}}
|}
|}
</includeonly>
</includeonly>
Line 19: Line 22:
== Usage ==
== Usage ==
To use this template on a game page, add:
To use this template on a game page, add:
<pre>
<pre>
{{GameInfo
{{GameInfo
| title = Battlefield 2
| title = Divinity II: Developer's Cut
| platform = Windows, Linux (via Wine/Proton)
| year = 2012
| year = 2005
| developer = Larian Studios
| developer = DICE
| graphicsapi = DirectX 9.0c
| audioapi = DirectSound
}}
}}
</pre>
</pre>
</noinclude>
<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