|
|
| Line 21: |
Line 21: |
| {{ #if: {{{status|}}} | {{!}}'''Dump status''' {{!}}{{!}} [[Has status::{{{status}}}]] | | {{ #if: {{{status|}}} | {{!}}'''Dump status''' {{!}}{{!}} [[Has status::{{{status}}}]] |
| {{!}}- | }} | | {{!}}- | }} |
| {{ #if: {{{dumper|}}} | {{!}}'''Dumped by''' {{!}}{{!}} [[Was dumped by::{{{dumper}}}]] | | {{ #if: {{{dumper|}}} | {{!}}'''Dumped by''' {{!}}{{!}} {{Autolink user|{{{dumper}}} }} [[Was dumped by::{{{dumper}}}| ]] |
| {{!}}- | }} {{ #if: {{{releasedby|}}} | [[Was released by::{{{releasedby}}}| ]] | }} | | {{!}}- | }} |
| | {{ #if: {{{releasedby|}}} | {{!}}'''Released by''' {{!}}{{!}} {{Autolink user|{{{releasedby}}} }} [[Was released by::{{{releasedby}}}| ]] |
| | {{!}}- | }} |
| {{ #if: {{{origin_type|}}} | {{!}} style="padding-top: 14px" {{!}}'''Origin''' | | {{ #if: {{{origin_type|}}} | {{!}} style="padding-top: 14px" {{!}}'''Origin''' |
| {{!}} style="padding-top: 14px" {{!}} {{{origin_type}}} | | {{!}} style="padding-top: 14px" {{!}} {{{origin_type}}} |
| Line 60: |
Line 62: |
| |} | | |} |
| |}{{#default_form:Prototype}}</includeonly> | | |}{{#default_form:Prototype}}</includeonly> |
| <noinclude>
| |
| <templatedata>{
| |
| "description": "Prototype info box",
| |
| "params": {
| |
| "titlescreen": {
| |
| "label": "Title screenshot",
| |
| "description": "Screenshot of the title screen",
| |
| "type": "wiki-file-name",
| |
| "autovalue": "InsertPrototypeName_Title.png",
| |
| "suggested": true
| |
| },
| |
| "builddate": {
| |
| "label": "Build date",
| |
| "description": "The date when the prototype was built. Use this date format: Nov 7, 2006.",
| |
| "type": "string",
| |
| "example": "Sep 18, 1992"
| |
| },
| |
| "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",
| |
| "example": "Released"
| |
| },
| |
| "dumper": {
| |
| "label": "Dumper",
| |
| "description": "The person who dumped the prototype.",
| |
| "type": "string"
| |
| },
| |
| "game": {
| |
| "label": "Game",
| |
| "description": "The game the prototype is of.",
| |
| "type": "string",
| |
| "required": true,
| |
| "example": "Sonic the Hedgehog"
| |
| },
| |
| "system": {
| |
| "label": "System",
| |
| "description": "The system the prototype is for.",
| |
| "type": "string",
| |
| "required": true,
| |
| "example": "Sega Mega Drive"
| |
| },
| |
| "genre": {
| |
| "label": "Genre",
| |
| "description": "The genre of the game.",
| |
| "type": "string",
| |
| "example": "Platform"
| |
| },
| |
| "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. Use the RegionDate template as provided automatically. 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": "Set to yes if (and only if) the game was never released. Use either 'Release date' or 'Unreleased', but not both.",
| |
| "type": "string",
| |
| "autovalue": "yes"
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| Template adapted from TCRF, who in turn took it from Sonic Retro.
| |
| </noinclude>
| |