Template:GamePage: Difference between revisions

Created page with "<includeonly>{{Infobox | bodystyle = border-spacing: 2px 5px; | above = {{{name|{{PAGENAME}}}}} | abovestyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | headerstyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | name = {{{name|{{PAGENAME}}}}} | image = {{{box_art|}}} | label1 = Series | data1 = {{#if:{{{series|}}}|[[:Category:{{{series}}}|{{{series}}}]]}} | header2 = Joe's Playth..."
 
No edit summary
Line 38: Line 38:
[[Category:{{{series}}}]]
[[Category:{{{series}}}]]
</includeonly>
</includeonly>
<noinclude>
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "The name of the game.",
"type": "string",
"required": true
},
"box_art": {
"label": "Box Art",
"description": "The box art for the game.",
"type": "wiki-file-name",
"suggested": true
},
"series": {
"label": "Series",
"description": "The name of the series the game is in.",
"type": "string"
},
"play_state": {
"label": "Play State",
"description": "If Joe has played the game.",
"type": "string",
"suggestedvalues": [
"Plans to Play",
"Is Playing",
"Finished",
"Dropped",
"Has Not Played"
],
"required": true
},
"started": {
"label": "Started",
"description": "When Joe started playing the game.",
"type": "date"
},
"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.",
"type": "date"
},
"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.",
"type": "date"
},
"playlist": {
"label": "Playlist",
"description": "The YouTube playlist code from the URL for the playlist of Joe playing the game on his second channel. If only unofficial options are available, please add those outside the template instead.",
"type": "string"
}
},
"description": "A template for the basic page for a game.",
"format": "block"
}
</templatedata>
</noinclude>