Template:GameInfobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 91: | Line 91: | ||
"previous_in_series": { | "previous_in_series": { | ||
"label": "Previous Game Joe Played In Series", | "label": "Previous Game Joe Played In Series", | ||
"description": "The previous game Joe played in the series, if there was one.", | "description": "The previous game Joe played in the series, if there was one. This should be a link.", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"next_in_series": { | "next_in_series": { | ||
"label": "Next Game Joe Played In Series", | "label": "Next Game Joe Played In Series", | ||
"description": "The next game Joe played in the series, if there is one.", | "description": "The next game Joe played in the series, if there is one. This should be a link.", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"previous_played": { | "previous_played": { | ||
"label": "Previous Game Joe Played", | "label": "Previous Game Joe Played", | ||
"description": "The previous game Joe played before this one.", | "description": "The previous game Joe played before this one. This should be a link.", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"next_played": { | "next_played": { | ||
"label": "Next Game Joe Played", | "label": "Next Game Joe Played", | ||
"description": "The game Joe played after this one.", | "description": "The game Joe played after this one. This should be a link.", | ||
"type": " | "type": "content" | ||
} | } | ||
}, | }, |
Revision as of 07:49, 25 January 2025
An infobox for a game.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the game. | String | required |
Box Art | box_art | The box art for the game. | File | suggested |
Series | series | The name of the series the game is in. | String | optional |
IGDB Link | igdb_link | A link to the page about the game on IGDB. | URL | required |
Play State | play_state | If Joe has played the game.
| String | required |
Started | started | When Joe started playing the game. | Date | optional |
Finished | finished | When Joe finished playing the game, note this means completing the game, if he stopped playing before that, use dropped instead. | Date | optional |
Dropped | dropped | When Joe stopped playing the game, note this means not completing the game, if he stopped playing after finishing it, use finished instead. | Date | optional |
Playlist | playlist | The YouTube playlist code from the URL for the playlist of Joe playing the game on his second channel. If only unofficial options are available, please add those as additional content instead. | String | optional |
Previous Game Joe Played In Series | previous_in_series | The previous game Joe played in the series, if there was one. This should be a link. | Content | optional |
Next Game Joe Played In Series | next_in_series | The next game Joe played in the series, if there is one. This should be a link. | Content | optional |
Previous Game Joe Played | previous_played | The previous game Joe played before this one. This should be a link. | Content | optional |
Next Game Joe Played | next_played | The game Joe played after this one. This should be a link. | Content | optional |