Template:GamePage: Difference between revisions

No edit summary
No edit summary
Line 61: 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 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. Give this in ISO 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. Give this in ISO format (YYYY-MM-DD).",
"type": "date"
"type": "date"
},
},