Template:Prototype: Difference between revisions
Jump to navigation
Jump to search
(Change TemplateData) |
mNo edit summary |
||
Line 50: | Line 50: | ||
"builddate": { | "builddate": { | ||
"label": "Build date", | "label": "Build date", | ||
"description": "The date when the prototype was built. | "description": "The date when the prototype was built. Use this date format: Nov 7, 2006.", | ||
"type": "string", | "type": "string", | ||
"example": "Sep 18, 1992" | "example": "Sep 18, 1992" | ||
Line 97: | Line 97: | ||
"release_date": { | "release_date": { | ||
"label": "Release date", | "label": "Release date", | ||
"description": "The date when the game was released. | "description": "The date when the game was released. Use the RegionDate template as provided automatically. Order the dates chronologically.", | ||
"type": "string", | "type": "string", | ||
"autovalue": "{{RegionDate|JP|Nov 21, 1992}} {{RegionDate|US|Nov 24, 1992}} {{RegionDate|EU|Nov 24, 1992}}" | "autovalue": "{{RegionDate|JP|Nov 21, 1992}} {{RegionDate|US|Nov 24, 1992}} {{RegionDate|EU|Nov 24, 1992}}" | ||
Line 103: | Line 103: | ||
"unreleased": { | "unreleased": { | ||
"label": "Unreleased", | "label": "Unreleased", | ||
"description": " | "description": "Set to yes if (and only if) the game was never released. Use either 'Release date' or 'Unreleased', but not both.", | ||
"type": "string", | "type": "string", | ||
"autovalue": "yes" | "autovalue": "yes" |
Revision as of 11:04, 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. 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. Use the RegionDate template as provided automatically. Order the dates chronologically.
| String | optional |
Unreleased | unreleased | Set to yes if (and only if) the game was never released. Use either 'Release date' or 'Unreleased', but not both.
| String | optional |
Template adapted from TCRF, who in turn took it from Sonic Retro.