Template:Infobox Game: Difference between revisions
Jump to navigation
Jump to search
Admin (talk | contribs) (Created page with "{| class="wikitable infotable" style="float:right; margin:0 10px 10px 15px;" |- | colspan="2" style="text-align:center; font-weight:bold;" |{{{title|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center;" | |{{{image|}}} |- |Release | {{{release|}}} |- |Developer(s) | {{{developers|}}} |- |Publisher(s) | {{{publishers|}}} |- |Platform(s) | {{{platforms|}}} |- |Genre(s) | {{{genres|}}} |- |Mode(s) | {{{modes|}}} |}") |
|||
| Line 24: | Line 24: | ||
| {{{modes|}}} | | {{{modes|}}} | ||
|} | |} | ||
<templatedata> | |||
{ | |||
"description": "Infobox for video games", | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Game title", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Main image for the game", | |||
"type": "wiki-file-name" | |||
}, | |||
"release": { | |||
"label": "Release date", | |||
"type": "string" | |||
}, | |||
"developers": { | |||
"label": "Developer(s)", | |||
"type": "string" | |||
}, | |||
"publishers": { | |||
"label": "Publisher(s)", | |||
"type": "string" | |||
}, | |||
"platforms": { | |||
"label": "Platform(s)", | |||
"type": "string" | |||
}, | |||
"genres": { | |||
"label": "Genre(s)", | |||
"type": "string" | |||
}, | |||
"modes": { | |||
"label": "Mode(s)", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 20:06, 11 January 2026
| Infobox Game | ||
| Release | ||
| Developer(s) | ||
| Publisher(s) | ||
| Platform(s) | ||
| Genre(s) | ||
| Mode(s) | ||
Infobox for video games
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Game title | String | optional |
| Image | image | Main image for the game | File | optional |
| Release date | release | no description | String | optional |
| Developer(s) | developers | no description | String | optional |
| Publisher(s) | publishers | no description | String | optional |
| Platform(s) | platforms | no description | String | optional |
| Genre(s) | genres | no description | String | optional |
| Mode(s) | modes | no description | String | optional |