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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! Year !! Developer !! Graphics API !! Audio API | ||
|- | |- | ||
| {{{ | | {{{year}}} || {{{developer}}} || {{{graphicsapi}}} || {{{audioapi}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 10: | Line 10: | ||
{ | { | ||
"params": { | "params": { | ||
"year": {}, | "year": {}, | ||
"developer": {} | "developer": {}, | ||
"graphicsapi": {}, | |||
"audioapi": {} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:40, 16 November 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| year | year | no description | Unknown | optional |
| developer | developer | no description | Unknown | optional |
| graphicsapi | graphicsapi | no description | Unknown | optional |
| audioapi | audioapi | no description | Unknown | optional |