Template:GameInfo: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
| {{{title|}}} | | {{{title|}}} | ||
|- | |- | ||
! | ! 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 = | | title = Divinity II: Developer's Cut | ||
| | | year = 2012 | ||
| | | developer = Larian Studios | ||
| | | graphicsapi = DirectX 9.0c | ||
| audioapi = DirectSound | |||
}} | }} | ||
</pre> | </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 |