Template:GamePage: Difference between revisions
No edit summary |
No edit summary |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
|dropped={{{dropped|}}} | |dropped={{{dropped|}}} | ||
|playlist={{{playlist|}}} | |playlist={{{playlist|}}} | ||
}}{{{name|{{PAGENAME}}}}} is a game Joe {{lc:{{{play_state}}}}}{{#if:{{{series|}}}|'' ''from the [[:Category:{{{series}}}|{{{series}}}]] series}}. | |previous_in_series={{{previous_in_series|}}} | ||
|next_in_series={{{next_in_series|}}} | |||
|previous_played={{{previous_played|}}} | |||
|next_played={{{next_played|}}} | |||
}}{{{name|{{PAGENAME}}}}} is a game Joe {{lc:{{{play_state}}}}}{{#if:{{{series|}}}|'' ''from the [[:Category:{{{series}}}|{{{series}}}]] series}}.{{#if:{{{playlist|}}}| | |||
You can watch the streams at {{JoeYT2PlaylistCite|{{{playlist}}}|title={{{name|{{PAGENAME}}}}}}}}} | |||
{{{more|}}} | {{{more|}}} | ||
Line 57: | Line 61: | ||
"started": { | "started": { | ||
"label": "Started", | "label": "Started", | ||
"description": "When Joe started playing the game.", | "description": "When Joe started playing the game. Give this in ISO 8601 format (YYYY-MM-DD).", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"finished": { | "finished": { | ||
"label": "Finished", | "label": "Finished", | ||
"description": "When Joe finished playing the game, note this means completing the game, if he stopped playing before that, use dropped instead.", | "description": "When Joe finished playing the game, note this means completing the game, if he stopped playing before that, use dropped instead. Completion here means the base game, it doesn't include NG+ content or 100%ing. Give this in ISO 8601 format (YYYY-MM-DD).", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"dropped": { | "dropped": { | ||
"label": "Dropped", | "label": "Dropped", | ||
"description": "When Joe stopped playing the game, note this means not completing the game, if he stopped playing after finishing it, use finished instead.", | "description": "When Joe stopped playing the game, note this means not completing the game, if he stopped playing after finishing it, use finished instead. Completion here means the base game, it doesn't include NG+ content or 100%ing. Give this in ISO 8601 format (YYYY-MM-DD).", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
Line 85: | Line 89: | ||
"type": "url", | "type": "url", | ||
"required": true | "required": true | ||
}, | |||
"previous_in_series": { | |||
"label": "Previous Game Joe Played In Series", | |||
"description": "The previous game Joe played in the series, if there was one. This should be a link.", | |||
"type": "content" | |||
}, | |||
"next_in_series": { | |||
"label": "Next Game Joe Played In Series", | |||
"description": "The next game Joe played in the series, if there is one. This should be a link.", | |||
"type": "content" | |||
}, | |||
"previous_played": { | |||
"label": "Previous Game Joe Played", | |||
"description": "The previous game Joe played before this one. This should be a link.", | |||
"type": "content" | |||
}, | |||
"next_played": { | |||
"label": "Next Game Joe Played", | |||
"description": "The game Joe played after this one. This should be a link.", | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
Line 99: | Line 123: | ||
"dropped", | "dropped", | ||
"playlist", | "playlist", | ||
"previous_in_series", | |||
"next_in_series", | |||
"previous_played", | |||
"next_played", | |||
"more" | "more" | ||
] | ] |