Template:Prototype: Difference between revisions
Jump to navigation
Jump to search
(Add default_form) |
(Change Unreleased to a switch to support both yes and Yes) |
||
Line 55: | Line 55: | ||
{{ #if: {{{release_date|}}} | {{!}}'''Release date''' {{!}}{{!}} [[Has final release date::{{{release_date}}}]] | {{ #if: {{{release_date|}}} | {{!}}'''Release date''' {{!}}{{!}} [[Has final release date::{{{release_date}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ # | {{ #switch: {{{unreleased|}}} | yes | Yes = {{!}}'''Release date''' {{!}}{{!}} Unreleased [[Category:Unreleased game prototypes]] [[Is unreleased::true| ]] | ||
{{!}}- | [[Is unreleased::false| ]] }} | {{!}}- | [[Is unreleased::false| ]] }} | ||
|} | |} |
Revision as of 23:14, June 3, 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.