Template:GamePage: Difference between revisions
fix typo preventing infobox from rendering Tag: Reverted |
No edit summary |
||
(32 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{GameInfobox | ||
|name = {{{name|{{PAGENAME}}}}} | |name = {{{name|{{PAGENAME}}}}} | ||
|box_art = {{{box_art|}}} | |box_art = {{{box_art|}}} | ||
|series={{{series|}}} | |series={{{series|}}} | ||
|igdb_link={{{igdb_link|}}} | |||
|play_state={{{play_state|}}} | |play_state={{{play_state|}}} | ||
|started={{{started|}}} | |started={{{started|}}} | ||
Line 8: | 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 56: | 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 77: | Line 82: | ||
"label": "Additional Content", | "label": "Additional Content", | ||
"description": "Any other content to display about the game that doesn't fit into the basic template.", | "description": "Any other content to display about the game that doesn't fit into the basic template.", | ||
"type": "content" | |||
}, | |||
"igdb_link": { | |||
"label": "IGDB Link", | |||
"description": "A link to the page about the game on IGDB.", | |||
"type": "url", | |||
"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" | "type": "content" | ||
} | } | ||
}, | }, | ||
"description": "A basic page for a game.", | "description": "A basic page for a game.", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"name", | |||
"box_art", | |||
"series", | |||
"igdb_link", | |||
"play_state", | |||
"started", | |||
"finished", | |||
"dropped", | |||
"playlist", | |||
"previous_in_series", | |||
"next_in_series", | |||
"previous_played", | |||
"next_played", | |||
"more" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |