Jump to content

Template:GamePage: Difference between revisions

From Joepedia
No edit summary
No edit summary
Line 9: Line 9:
   |dropped={{{dropped|}}}
   |dropped={{{dropped|}}}
   |playlist={{{playlist|}}}
   |playlist={{{playlist|}}}
  |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}}.
}}{{{name|{{PAGENAME}}}}} is a game Joe {{lc:{{{play_state}}}}}{{#if:{{{series|}}}|'' ''from the [[:Category:{{{series}}}|{{{series}}}]] series}}.


Line 85: Line 89:
"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 99: Line 123:
"dropped",
"dropped",
"playlist",
"playlist",
"previous_in_series",
"next_in_series",
"previous_played",
"next_played",
"more"
"more"
]
]

Revision as of 07:01, 25 January 2025


A basic page for a game.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the game.

Stringrequired
Box Artbox_art

The box art for the game.

Filesuggested
Seriesseries

The name of the series the game is in.

Stringoptional
IGDB Linkigdb_link

A link to the page about the game on IGDB.

URLrequired
Play Stateplay_state

If Joe has played the game.

Suggested values
Plans to Play Is Playing Finished Dropped Has Not Played
Stringrequired
Startedstarted

When Joe started playing the game.

Dateoptional
Finishedfinished

When Joe finished playing the game, note this means completing the game, if he stopped playing before that, use dropped instead.

Dateoptional
Droppeddropped

When Joe stopped playing the game, note this means not completing the game, if he stopped playing after finishing it, use finished instead.

Dateoptional
Playlistplaylist

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 as additional content instead.

Stringoptional
Previous Game In Seriesprevious_in_series

The previous game in the series, if there was one.

Page nameoptional
Next Game In Seriesnext_in_series

The next game in the series, if there is one.

Page nameoptional
Previous Game Joe Playedprevious_played

The previous game Joe played before this one.

Page nameoptional
Next Game Joe Playednext_played

The game Joe played after this one.

Page nameoptional
Additional Contentmore

Any other content to display about the game that doesn't fit into the basic template.

Contentoptional