Template:Prototype: Difference between revisions
Jump to navigation
Jump to search
(Fill out TemplateData) |
(Change TemplateData) |
||
Line 45: | Line 45: | ||
"description": "Screenshot of the title screen", | "description": "Screenshot of the title screen", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"autovalue": " | "autovalue": "InsertPrototypeName_Title.png", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 51: | Line 51: | ||
"label": "Build date", | "label": "Build date", | ||
"description": "The date when the prototype was built. Please use this date format: Nov 7, 2006.", | "description": "The date when the prototype was built. Please use this date format: Nov 7, 2006.", | ||
"type": "string" | "type": "string", | ||
"example": "Sep 18, 1992" | |||
}, | }, | ||
"buildname": { | "buildname": { | ||
Line 61: | Line 62: | ||
"label": "Status", | "label": "Status", | ||
"description": "This should be either: Released, Dumped, or Undumped.", | "description": "This should be either: Released, Dumped, or Undumped.", | ||
"type": "string" | "type": "string", | ||
"example": "Released" | |||
}, | }, | ||
"dumper": { | "dumper": { | ||
Line 70: | Line 72: | ||
"game": { | "game": { | ||
"label": "Game", | "label": "Game", | ||
"description": "The game the prototype is of | "description": "The game the prototype is of.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"example": "Sonic the Hedgehog" | |||
}, | }, | ||
"system": { | "system": { | ||
"label": "System", | "label": "System", | ||
"description": "The system the prototype is for | "description": "The system the prototype is for.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"example": "Sega Mega Drive" | |||
}, | }, | ||
"genre": { | "genre": { | ||
"label": "Genre", | "label": "Genre", | ||
"description": "The genre of the game | "description": "The genre of the game.", | ||
"type": "string" | "type": "string", | ||
"example": "Platform" | |||
}, | }, | ||
"final_builddate": { | "final_builddate": { |
Revision as of 11:01, April 14, 2016
Prototype info box
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title screenshot | titlescreen | Screenshot of the title screen
| File | suggested |
Build date | builddate | The date when the prototype was built. Please use this date format: Nov 7, 2006.
| String | optional |
Build name | buildname | The official name of the build (if any). | String | optional |
Status | status | This should be either: Released, Dumped, or Undumped.
| String | optional |
Dumper | dumper | The person who dumped the prototype. | String | optional |
Game | game | The game the prototype is of.
| String | required |
System | system | The system the prototype is for.
| String | required |
Genre | genre | The genre of the game.
| String | optional |
Final build date | final_builddate | The build date of the final version of the game. | String | optional |
Release date | release_date | The date when the game was released. Please use the RegionDate template as provided automatically. Please order the dates chronologically.
| String | optional |
Unreleased | unreleased | Please set to yes if (and only if) the game was never released. Please use either 'Release date' or 'Unreleased', but not both.
| String | optional |
Template adapted from TCRF, who in turn took it from Sonic Retro.