Template:Create Game: Difference between revisions
Jump to navigation
Jump to search
| (25 intermediate revisions by the same user not shown) | |||
| 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><templatedata> | |||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"description": "Infobox Game templatedata", | |||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": "Upload an image, then insert | "description": "Upload an image, then insert imagename.filename", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true, | "required": true, | ||
| Line 43: | Line 28: | ||
"description": "The first date of release of the game", | "description": "The first date of release of the game", | ||
"type": "date", | "type": "date", | ||
"example": " | "example": "1. January 2000", | ||
"required": true, | "required": true, | ||
"label": "Release date" | "label": "Release date" | ||
| Line 64: | Line 49: | ||
"description": "Separate several with <br>", | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "Linux", | "example": "[[:Category:Linux|Linux]]", | ||
"label": "Game platform(s)", | "label": "Game platform(s)", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
| Line 106: | Line 91: | ||
"[[:Category:Beat'em Up|Beat'em Up]]", | "[[:Category:Beat'em Up|Beat'em Up]]", | ||
"[[:Category:Fighting|Fighting]]", | "[[:Category:Fighting|Fighting]]", | ||
"[[:Category:First-person Shooter|First-person Shooter]]", | |||
"[[:Category:Hack & Slash|Hack & Slash]]", | "[[:Category:Hack & Slash|Hack & Slash]]", | ||
"[[:Category:Horror|Horror]]", | "[[:Category:Horror|Horror]]", | ||
| Line 131: | Line 117: | ||
"label": "Game mode(s)", | "label": "Game mode(s)", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"[[:Category:Local Co-op|Local Co-op]]", | "[[:Category:Local Co-op|Local Co-op]]", | ||
"[[:Category:Local Multi-player|Local Multi-player]]", | "[[:Category:Local Multi-player|Local Multi-player]]", | ||
| Line 141: | Line 126: | ||
], | ], | ||
"required": true | "required": true | ||
}, | |||
"label1": { | |||
"label": "Extra Row 1 Title", | |||
"description": "The title for custom row 1 (e.g. 'Series')", | |||
"type": "string" | |||
}, | |||
"data1": { | |||
"label": "Extra Row 1 Content", | |||
"description": "Add content to row 1", | |||
"type": "string" | |||
}, | |||
"label2": { | |||
"label": "Extra Row 2 Title", | |||
"description": "The title for custom row 2 (e.g. 'Engine')", | |||
"type": "string" | |||
}, | |||
"data2": { | |||
"label": "Extra Row 2 Content", | |||
"description": "Add content to row 2", | |||
"type": "string" | |||
}, | |||
"label3": { | |||
"label": "Extra Row 3 Title", | |||
"description": "The title for custom row 3 (e.g. 'Sales')", | |||
"type": "string" | |||
}, | |||
"data3": { | |||
"label": "Extra Row 3 Content", | |||
"description": "Add content to row 3", | |||
"type": "string" | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:24, 24 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 custom row 1 (e.g. 'Series') | String | optional |
| Extra Row 1 Content | data1 | Add content to row 1 | String | optional |
| Extra Row 2 Title | label2 | The title for custom row 2 (e.g. 'Engine') | String | optional |
| Extra Row 2 Content | data2 | Add content to row 2 | String | optional |
| Extra Row 3 Title | label3 | The title for custom row 3 (e.g. 'Sales') | String | optional |
| Extra Row 3 Content | data3 | Add content to row 3 | String | optional |