Template:GameInfoInline: Difference between revisions
(Created page with "<includeonly> {| class="wikitable" ! Title !! Platform !! Year !! Developer |- | {{{title}}} || {{{platform}}} || {{{year}}} || {{{developer}}} |} </includeonly> <noinclude> <templatedata> { "params": { "title": {}, "platform": {}, "year": {}, "developer": {} }, "description": "GameInfo on one single row" } </templatedata> </noinclude>") |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" | ||
! Title !! | ! Title !! Year !! Developer !! Graphics API !! Audio API | ||
|- | |- | ||
| {{{title}}} || {{{ | | {{{title}}} || {{{year}}} || {{{developer}}} || {{{graphicsapi}}} || {{{audioapi}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 11: | Line 11: | ||
"params": { | "params": { | ||
"title": {}, | "title": {}, | ||
"year": {}, | "year": {}, | ||
"developer": {} | "developer": {}, | ||
"graphicsapi": {}, | |||
"audioapi": {} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:20, 16 November 2025
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 |