Template:Infobox video game: Difference between revisions
Jump to navigation
Jump to search
Englishguy4 (talk | contribs) (add download parameter) |
Englishguy4 (talk | contribs) m (add status) |
||
Line 45: | Line 45: | ||
<data source="mode"> | <data source="mode"> | ||
<label>Mode(s)</label> | <label>Mode(s)</label> | ||
</data> | |||
<data source="status"> | |||
<label>Status</label> | |||
</data> | </data> | ||
<data source="download"> | <data source="download"> | ||
Line 151: | Line 154: | ||
"description": "Mode which the game is played in.", | "description": "Mode which the game is played in.", | ||
"example": "Single-player", | "example": "Single-player", | ||
"type": "string" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "Status of which stage development is in.", | |||
"example": "In development", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 178: | Line 187: | ||
"genre", | "genre", | ||
"mode", | "mode", | ||
"status", | |||
"download" | "download" | ||
] | ] |
Latest revision as of 00:06, 17 June 2024
Infobox for video games.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Name of the game. | String | required |
Image | image | A poster, cover art, or other related image to the game. | File | optional |
Developer(s) | developer | People that developed the game.
| String | optional |
Publisher(s) | publisher | Company that published the game.
| String | optional |
Director(s) | director | People who directed the game.
| String | optional |
Producer(s) | producer | People who produced the game.
| String | optional |
Designer(s) | designer | People who designed the game.
| String | optional |
Programmer(s) | programmer | People who wrote code for the game.
| String | optional |
Artist(s) | artist | People who made the art for the game.
| String | optional |
Composer(s) | composer | People who worked on the music
| String | optional |
Series | series | Which series the game belongs to.
| String | optional |
Engine | engine | The game engine which the game was created in.
| String | optional |
Platform(s) | platform | Platforms in which the game was released.
| String | optional |
Release | release | Date of release.
| Date | optional |
Genre | genre | The type of game it is.
| String | optional |
Mode | mode | Mode which the game is played in.
| String | optional |
Status | status | Status of which stage development is in.
| String | optional |
Download | download | URL at which the game can be downloaded from.
| URL | optional |