Template:GamePage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
| data3 = {{{play_state|}}} | | data3 = {{{play_state|}}} | ||
| label4 = Start | | label4 = Start | ||
| data4 = {{{started|}}} | | data4 = {{#dateformat:{{{started|}}}}} | ||
| label5 = Finished | | label5 = Finished | ||
| data5 = {{{finished|}}} | | data5 = {{#dateformat:{{{finished|}}}}} | ||
| label6 = Dropped | | label6 = Dropped | ||
| data6 = {{{dropped|}}} | | data6 = {{#dateformat:{{{dropped|}}}}} | ||
| label7 = Watch | | label7 = Watch | ||
| data7 = {{#if:{{{playlist|}}}|{{JoeYT2PlaylistCite|playlist={{{playlist}}}|title={{{name|{{PAGENAME}}}}}}}}} | | data7 = {{#if:{{{playlist|}}}|{{JoeYT2PlaylistCite|playlist={{{playlist}}}|title={{{name|{{PAGENAME}}}}}}}}} | ||
Line 25: | Line 25: | ||
* [[:Category:{{{name|{{PAGENAME}}}}}|Game]] | * [[:Category:{{{name|{{PAGENAME}}}}}|Game]] | ||
{{#if:{{{series|}}}|* [[:Category:{{{series}}}|Series]]}}}} | {{#if:{{{series|}}}|* [[:Category:{{{series}}}|Series]]}}}} | ||
}}}}{{{name|{{PAGENAME}}}}} is a game Joe {{ | }}}}{{{name|{{PAGENAME}}}}} is a game Joe {{lc:{{{play_state}}}}}{{#if:{{{series|}}}|'' ''from the [[:Category:{{{series}}}]] series}}. | ||
{{#if:{{{playlist|}}}|You can watch the streams at {{JoeYT2PlaylistCite|playlist={{{playlist}}}|title={{{name|{{PAGENAME}}}}}}}.}} | {{#if:{{{playlist|}}}|You can watch the streams at {{JoeYT2PlaylistCite|playlist={{{playlist}}}|title={{{name|{{PAGENAME}}}}}}}.}} |
Revision as of 03:06, 25 January 2025
A template for the basic page for a game.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the game. | String | required |
Box Art | box_art | The box art for the game. | File | suggested |
Series | series | The name of the series the game is in. | String | optional |
Play State | play_state | If Joe has played the game.
| String | required |
Started | started | When Joe started playing the game. | Date | optional |
Finished | finished | When Joe finished playing the game, note this means completing the game, if he stopped playing before that, use dropped instead. | Date | optional |
Dropped | dropped | When Joe stopped playing the game, note this means not completing the game, if he stopped playing after finishing it, use finished instead. | Date | optional |
Playlist | playlist | 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. | String | optional |