Template:GameInfoInline: Difference between revisions

From Retro Media HUB
(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"
! Title !! Platform !! Year !! Developer
! Year !! Developer !! Graphics API !! Audio API
|-
|-
| {{{title}}} || {{{platform}}} || {{{year}}} || {{{developer}}}
| {{{year}}} || {{{developer}}} || {{{graphicsapi}}} || {{{audioapi}}}
|}
|}
</includeonly>
</includeonly>
Line 10: Line 10:
{
{
"params": {
"params": {
"title": {},
"platform": {},
"year": {},
"year": {},
"developer": {}
"developer": {},
},
"graphicsapi": {},
"description": "GameInfo on one single row"
"audioapi": {}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 21:40, 16 November 2025


No description.

Template parameters

ParameterDescriptionTypeStatus
yearyear

no description

Unknownoptional
developerdeveloper

no description

Unknownoptional
graphicsapigraphicsapi

no description

Unknownoptional
audioapiaudioapi

no description

Unknownoptional