Template:GamePage: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 3: | Line 3: | ||
|box_art = {{{box_art|}}} | |box_art = {{{box_art|}}} | ||
|series={{{series|}}} | |series={{{series|}}} | ||
|igdb_link={{{igdb_link|}}} | |||
|play_state={{{play_state|}}} | |play_state={{{play_state|}}} | ||
|started={{{started|}}} | |started={{{started|}}} | ||
Line 78: | Line 79: | ||
"description": "Any other content to display about the game that doesn't fit into the basic template.", | "description": "Any other content to display about the game that doesn't fit into the basic template.", | ||
"type": "content" | "type": "content" | ||
}, | |||
"igdb_link": { | |||
"label": "IGDB Link", | |||
"description": "A link to the page about the game on IGDB.", | |||
"type": "url", | |||
"required": true | |||
} | } | ||
}, | }, | ||
"description": "A basic page for a game.", | "description": "A basic page for a game.", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"name", | |||
"box_art", | |||
"series", | |||
"igdb_link", | |||
"play_state", | |||
"started", | |||
"finished", | |||
"dropped", | |||
"playlist", | |||
"more" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |