Template:Prototype: Difference between revisions
mNo edit summary |
(Fill out TemplateData) |
||
Line 46: | Line 46: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"autovalue": "{{subst:PAGENAME}}_Title.png", | "autovalue": "{{subst:PAGENAME}}_Title.png", | ||
"suggested": true | "suggested": true | ||
}, | |||
"builddate": { | |||
"label": "Build date", | |||
"description": "The date when the prototype was built. Please use this date format: Nov 7, 2006.", | |||
"type": "string" | |||
}, | |||
"buildname": { | |||
"label": "Build name", | |||
"description": "The official name of the build (if any).", | |||
"type": "string" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "This should be either: Released, Dumped, or Undumped.", | |||
"type": "string" | |||
}, | |||
"dumper": { | |||
"label": "Dumper", | |||
"description": "The person who dumped the prototype.", | |||
"type": "string" | |||
}, | |||
"game": { | |||
"label": "Game", | |||
"description": "The game the prototype is of (e.g. Sonic the Hedgehog).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"system": { | |||
"label": "System", | |||
"description": "The system the prototype is for (e.g. Sega Mega Drive).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"genre": { | |||
"label": "Genre", | |||
"description": "The genre of the game (e.g. Platform).", | |||
"type": "string" | |||
}, | |||
"final_builddate": { | |||
"label": "Final build date", | |||
"description": "The build date of the final version of the game.", | |||
"type": "string" | |||
}, | |||
"release_date": { | |||
"label": "Release date", | |||
"description": "The date when the game was released. Please use the RegionDate template as provided automatically. Please order the dates chronologically.", | |||
"type": "string", | |||
"autovalue": "{{RegionDate|JP|Nov 21, 1992}} {{RegionDate|US|Nov 24, 1992}} {{RegionDate|EU|Nov 24, 1992}}" | |||
}, | |||
"unreleased": { | |||
"label": "Unreleased", | |||
"description": "Please set to yes if (and only if) the game was never released. Please use either 'Release date' or 'Unreleased', but not both.", | |||
"type": "string", | |||
"autovalue": "yes" | |||
} | } | ||
} | } | ||
}</templatedata> | } | ||
</templatedata> | |||
Template adapted from TCRF, who in turn took it from Sonic Retro. | Template adapted from TCRF, who in turn took it from Sonic Retro. | ||
</noinclude> | </noinclude> |
Revision as of 10:56, 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 (e.g. Sonic the Hedgehog). | String | required |
System | system | The system the prototype is for (e.g. Sega Mega Drive). | String | required |
Genre | genre | The genre of the game (e.g. Platform). | 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.