Template:Prototype: Difference between revisions

From Hidden Palace
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": "{{subst:PAGENAME}}_Title.png",
       "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 (e.g. Sonic the Hedgehog).",
       "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 (e.g. Sega Mega Drive).",
       "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 (e.g. Platform).",
       "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

Template parameters

ParameterDescriptionTypeStatus
Title screenshottitlescreen

Screenshot of the title screen

Auto value
InsertPrototypeName_Title.png
Filesuggested
Build datebuilddate

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

Example
Sep 18, 1992
Stringoptional
Build namebuildname

The official name of the build (if any).

Stringoptional
Statusstatus

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

Example
Released
Stringoptional
Dumperdumper

The person who dumped the prototype.

Stringoptional
Gamegame

The game the prototype is of.

Example
Sonic the Hedgehog
Stringrequired
Systemsystem

The system the prototype is for.

Example
Sega Mega Drive
Stringrequired
Genregenre

The genre of the game.

Example
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.