Template:GamePage: Difference between revisions
No edit summary |
No edit summary |
||
(28 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
|previous_played={{{previous_played|}}} | |previous_played={{{previous_played|}}} | ||
|next_played={{{next_played|}}} | |next_played={{{next_played|}}} | ||
}}{{{name|{{PAGENAME}}}}} is a game Joe {{lc:{{{play_state}}}}}{{#if:{{{series|}}}|'' ''from the [[:Category:{{{series}}}|{{{series}}}]] series}}. | }}{{{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 61: | 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 92: | Line 92: | ||
"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" | ||
} | } | ||
}, | }, |