Template:Prototype: Difference between revisions

From Hidden Palace
Jump to navigation Jump to search
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",
      "required": false,
       "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

Template parameters

ParameterDescriptionTypeStatus
Title screenshottitlescreen

Screenshot of the title screen

Auto value
{{subst:PAGENAME}}_Title.png
Filesuggested
Build datebuilddate

The date when the prototype was built. Please use this date format: Nov 7, 2006.

Stringoptional
Build namebuildname

The official name of the build (if any).

Stringoptional
Statusstatus

This should be either: Released, Dumped, or Undumped.

Stringoptional
Dumperdumper

The person who dumped the prototype.

Stringoptional
Gamegame

The game the prototype is of (e.g. Sonic the Hedgehog).

Stringrequired
Systemsystem

The system the prototype is for (e.g. Sega Mega Drive).

Stringrequired
Genregenre

The genre of the game (e.g. Platform).

Stringoptional
Final build datefinal_builddate

The build date of the final version of the game.

Stringoptional
Release daterelease_date

The date when the game was released. Please use the RegionDate template as provided automatically. Please order the dates chronologically.

Auto value
{{RegionDate|JP|Nov 21, 1992}} {{RegionDate|US|Nov 24, 1992}} {{RegionDate|EU|Nov 24, 1992}}
Stringoptional
Unreleasedunreleased

Please set to yes if (and only if) the game was never released. Please use either 'Release date' or 'Unreleased', but not both.

Auto value
yes
Stringoptional

Template adapted from TCRF, who in turn took it from Sonic Retro.