Template:Infobox Game: Difference between revisions
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
|Mode(s) | |Mode(s) | ||
| {{{modes|}}} | | {{{modes|}}} | ||
{{#if:{{{label1|}}}| | |||
{{!}}- | |||
{{!}} {{{label1}}} | |||
{{!}} {{{data1|}}} | |||
}} | |||
{{#if:{{{label2|}}}| | |||
{{!}}- | |||
{{!}} {{{label2}}} | |||
{{!}} {{{data2|}}} | |||
}} | |||
{{#if:{{{label3|}}}| | |||
{{!}}- | |||
{{!}} {{{label3}}} | |||
{{!}} {{{data3|}}} | |||
}} | |||
|} | |} | ||
| Line 137: | Line 152: | ||
], | ], | ||
"required": true | "required": true | ||
}, | |||
"label1": { | |||
"label": "Custom Row 1 Label", | |||
"description": "Header for a custom field (e.g. 'Composer')", | |||
"type": "string" | |||
}, | |||
"data1": { | |||
"label": "Custom Row 1 Data", | |||
"description": "Content for the custom field (e.g. 'John Doe')", | |||
"type": "string" | |||
}, | |||
"label2": { | |||
"label": "Custom Row 2 Label", | |||
"type": "string" | |||
}, | |||
"data2": { | |||
"label": "Custom Row 2 Data", | |||
"type": "string" | |||
}, | |||
"label3": { | |||
"label": "Custom Row 3 Label", | |||
"type": "string" | |||
}, | |||
"data3": { | |||
"label": "Custom Row 3 Data", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Revision as of 18:53, 17 January 2026
| Infobox Game | |
|
[[File:{{{image}}}|frameless|center]] | |
| Release | |
| Developer(s) | |
| Publisher(s) | |
| Platform(s) | |
| Genre(s) | |
| Mode(s) |
|
Infobox Game templatedata
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Game cover image | image | Upload an image, then insert name.filename
| File | required |
| Release date | release | The first date of release of the game
| Date | required |
| Game developer(s) | developers | Separate several with <br>
| String | required |
| Game publisher(s) | publishers | Separate several with <br>
| String | required |
| Game platform(s) | platforms | Separate several with <br>
| String | required |
| Game genre(s) | genres | Separate several with <br>
| String | required |
| Game mode(s) | modes | Separate several with <br>
| String | required |
| Custom Row 1 Label | label1 | Header for a custom field (e.g. 'Composer') | String | optional |
| Custom Row 1 Data | data1 | Content for the custom field (e.g. 'John Doe') | String | optional |
| Custom Row 2 Label | label2 | no description | String | optional |
| Custom Row 2 Data | data2 | no description | String | optional |
| Custom Row 3 Label | label3 | no description | String | optional |
| Custom Row 3 Data | data3 | no description | String | optional |