Template:GamePage: Difference between revisions
No edit summary |
No edit summary |
||
(25 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 66: | Line 66: | ||
"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. Give this in ISO 8601 format (YYYY-MM-DD).", | "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. Give this in ISO 8601 format (YYYY-MM-DD).", | "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" | ||
}, | }, |