Template:GameInfo: Difference between revisions
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 | ||
| {{{title|}}} | |||
! | |- | ||
! Year | |||
| {{{year|}}} | |||
|- | |||
! Developer | ! Developer | ||
| {{{developer|}}} | |||
|- | |||
! Graphics API | |||
| {{{graphicsapi|}}} | |||
|- | |- | ||
! Audio API | |||
| {{{ | | {{{audioapi|}}} | ||
| | |||
|} | |} | ||
</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": {}, | ||
"year": {}, | "year": {}, | ||
"developer": {} | "developer": {}, | ||
"graphicsapi": {}, | |||
"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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| year | year | no description | Unknown | optional |
| developer | developer | no description | Unknown | optional |
| graphicsapi | graphicsapi | no description | Unknown | optional |
| audioapi | audioapi | no description | Unknown | optional |