434
edits
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
| {{{title|}}} | | {{{title|}}} | ||
|- | |- | ||
! | ! Year | ||
| {{{year|}}} | | {{{year|}}} | ||
|- | |- | ||
! Developer | ! Developer | ||
| {{{developer|}}} | | {{{developer|}}} | ||
|- | |||
! Graphics API | |||
| {{{graphicsapi|}}} | |||
|- | |||
! Audio API | |||
| {{{audioapi|}}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== 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> | ||
| Line 32: | Line 36: | ||
"params": { | "params": { | ||
"title": {}, | "title": {}, | ||
"year": {}, | "year": {}, | ||
"developer": {} | "developer": {}, | ||
"graphicsapi": {}, | |||
"audioapi": {} | |||
} | |||
} | } | ||
</templatedata> | </templatedata></noinclude> | ||
</noinclude> | |||