Template:GameInfobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
* [[:Category:{{{name|{{PAGENAME}}}}}|Game]] | * [[:Category:{{{name|{{PAGENAME}}}}}|Game]] | ||
{{#if:{{{series|}}}|* [[:Category:{{{series}}}|Series]]}} | {{#if:{{{series|}}}|* [[:Category:{{{series}}}|Series]]}} | ||
| data11 = <div style="padding-bottom:0.25em;border-bottom:1px dashed #ccc;"> | |||
{{{previous_in_series|}}} ← [[:Category:{{{series}}}|Series]] → {{{next_in_series|}}} | |||
{{{previous_played|}}} ← [[:Category:Games|Games Joe Played]] → {{{next_played|}}} | |||
}}[[Category:Games]]{{#if:{{{series|}}}|* [[Category:{{{series}}}|Series]]}}}}</includeonly> | }}[[Category:Games]]{{#if:{{{series|}}}|* [[Category:{{{series}}}|Series]]}}}}</includeonly> | ||
<noinclude> | <noinclude> | ||
Line 87: | Line 90: | ||
"type": "url", | "type": "url", | ||
"required": true | "required": true | ||
}, | |||
"previous_in_series": { | |||
"label": "Previous Game In Series", | |||
"description": "The previous game in the series, if there was one.", | |||
"type": "wiki-page-name" | |||
}, | |||
"next_in_series": { | |||
"label": "Next Game In Series", | |||
"description": "The next game in the series, if there is one.", | |||
"type": "wiki-page-name" | |||
}, | |||
"previous_played": { | |||
"label": "Previous Game Joe Played", | |||
"description": "The previous game Joe played before this one.", | |||
"type": "wiki-page-name" | |||
}, | |||
"next_played": { | |||
"label": "Next Game Joe Played", | |||
"description": "The game Joe played after this one.", | |||
"type": "wiki-page-name" | |||
} | } | ||
}, | }, | ||
Line 100: | Line 123: | ||
"finished", | "finished", | ||
"dropped", | "dropped", | ||
"playlist" | "playlist", | ||
"previous_in_series", | |||
"next_in_series", | |||
"previous_played", | |||
"next_played" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |