Template:Create Game: Difference between revisions
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
| genres={{{genres|}}} | | genres={{{genres|}}} | ||
| modes={{{modes|}}} | | modes={{{modes|}}} | ||
| label1={{{label1|}}} | |||
| data1={{{data1|}}} | |||
| label2={{{label2|}}} | |||
| data2={{{data2|}}} | |||
| label3={{{label3|}}} | |||
| data3={{{data3|}}} | |||
}}<noinclude> | }}<noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 120: | Line 126: | ||
], | ], | ||
"required": true | "required": true | ||
}, | |||
"label1": { | |||
"label": "Extra Row 1 Title", | |||
"description": "The title for a custom row (e.g. 'Composer')", | |||
"type": "string" | |||
}, | |||
"data1": { | |||
"label": "Extra Row 1 Content", | |||
"description": "The information for the custom row", | |||
"type": "string" | |||
}, | |||
"label2": { | |||
"label": "Extra Row 2 Title", | |||
"type": "string" | |||
}, | |||
"data2": { | |||
"label": "Extra Row 2 Content", | |||
"type": "string" | |||
}, | |||
"label3": { | |||
"label": "Extra Row 3 Title", | |||
"type": "string" | |||
}, | |||
"data3": { | |||
"label": "Extra Row 3 Content", | |||
"type": "string" | |||
} | } | ||
} | } | ||
Revision as of 18:57, 17 January 2026
| Create Game | |
| Release | 22. February 2026 |
|---|---|
| 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 imagename.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 |
| Extra Row 1 Title | label1 | The title for a custom row (e.g. 'Composer') | String | optional |
| Extra Row 1 Content | data1 | The information for the custom row | String | optional |
| Extra Row 2 Title | label2 | no description | String | optional |
| Extra Row 2 Content | data2 | no description | String | optional |
| Extra Row 3 Title | label3 | no description | String | optional |
| Extra Row 3 Content | data3 | no description | String | optional |