Template:Infobox Game: Difference between revisions
Jump to navigation
Jump to search
| Line 24: | Line 24: | ||
| {{{modes|}}} | | {{{modes|}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"description": "Game title", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"image": { | |||
"description": "Game cover image", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"release": { | |||
"description": "Release date", | |||
"type": "date" | |||
}, | |||
"developers": { | |||
"description": "Game developer(s)", | |||
"type": "string" | |||
}, | |||
"publishers": { | |||
"description": "Game publisher(s)", | |||
"type": "string" | |||
}, | |||
"platforms": { | |||
"description": "Game is availabe on these platform(s)", | |||
"type": "string" | |||
}, | |||
"genres": { | |||
"description": "Game genre(s)", | |||
"type": "string" | |||
}, | |||
"modes": { | |||
"description": "Game mode(s)", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 20:26, 11 January 2026
| Infobox Game | |
|
[[File:|frameless|center]] | |
| Release | |
| Developer(s) | |
| Publisher(s) | |
| Platform(s) | |
| Genre(s) | |
| Mode(s) | |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | Game title | Page name | required |
| image | image | Game cover image | String | required |
| release | release | Release date | Date | optional |
| developers | developers | Game developer(s) | String | optional |
| publishers | publishers | Game publisher(s) | String | optional |
| platforms | platforms | Game is availabe on these platform(s) | String | optional |
| genres | genres | Game genre(s) | String | optional |
| modes | modes | Game mode(s) | String | optional |