Template:Prototype: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Add semantic properties) |
||
Line 17: | Line 17: | ||
{{ #if: {{{version|}}} | {{!}}'''Version''' {{!}}{{!}} {{{version}}} | {{ #if: {{{version|}}} | {{!}}'''Version''' {{!}}{{!}} {{{version}}} | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{builddate|}}} | {{!}}'''Build date''' {{!}}{{!}} {{{builddate}}} | {{ #if: {{{builddate|}}} | {{!}}'''Build date''' {{!}}{{!}} [[Has build date::{{{builddate}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{buildname|}}} | {{!}}'''Build name''' {{!}}{{!}} {{{buildname}}} | {{ #if: {{{buildname|}}} | {{!}}'''Build name''' {{!}}{{!}} [[Has build name::{{{buildname}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{status|}}} | {{!}}'''Dump status''' {{!}}{{!}} {{{status}}} | {{ #if: {{{status|}}} | {{!}}'''Dump status''' {{!}}{{!}} [[Has status::{{{status}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{dumper|}}} | {{!}}'''Dumped by''' {{!}}{{!}} {{{dumper}}} | {{ #if: {{{dumper|}}} | {{!}}'''Dumped by''' {{!}}{{!}} [[Was dumped by::{{{dumper}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{origin_type|}}} | {{!}} style="padding-top: 14px" {{!}}'''Origin''' | {{ #if: {{{origin_type|}}} | {{!}} style="padding-top: 14px" {{!}}'''Origin''' | ||
Line 45: | Line 45: | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{game|}}} | {{!}} style="padding-top: 14px" {{!}}'''Game''' | {{ #if: {{{game|}}} | {{!}} style="padding-top: 14px" {{!}}'''Game''' | ||
{{!}} style="padding-top: 14px" {{!}} {{{game}}} [[Category:{{{game}}} prototypes]] | {{!}} style="padding-top: 14px" {{!}} [[Is a prototype of::{{{game}}}]] [[Category:{{{game}}} prototypes]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{name|}}} | {{!}} style="padding-top: 14px" {{!}}'''Name''' | {{ #if: {{{name|}}} | {{!}} style="padding-top: 14px" {{!}}'''Name''' | ||
{{!}} style="padding-top: 14px" {{!}} {{{name}}} | {{!}} style="padding-top: 14px" {{!}} {{{name}}} | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{system|}}} | {{!}}'''System''' {{!}}{{!}} {{ #if: {{{game|}}} | {{system|{{{system}}}}} | {{{system}}} }} | {{ #if: {{{system|}}} | {{!}}'''System''' {{!}}{{!}} {{ #if: {{{game|}}} | {{system|{{{system}}}}} | {{{system}}} }} [[Has system::{{{system}}}| ]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{genre|}}} | {{!}}'''Genre''' {{!}}{{!}} {{{genre}}} | {{ #if: {{{genre|}}} | {{!}}'''Genre''' {{!}}{{!}} [[Has genre::{{{genre}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{final_builddate|}}} | {{!}}'''Final build''' {{!}}{{!}} {{{final_builddate}}} | {{ #if: {{{final_builddate|}}} | {{!}}'''Final build''' {{!}}{{!}} [[Has final build date::{{{final_builddate}}}]] | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{release_date|}}} | {{!}}'''Release date''' {{!}}{{!}} {{{release_date}}} | {{ #if: {{{release_date|}}} | {{!}}'''Release date''' {{!}}{{!}} {{{release_date}}} | ||
{{!}}- | }} | {{!}}- | }} | ||
{{ #if: {{{unreleased|}}} | {{!}}'''Release date''' {{!}}{{!}} Unreleased [[Category:Unreleased game prototypes]] | {{ #if: {{{unreleased|}}} | {{!}}'''Release date''' {{!}}{{!}} Unreleased [[Category:Unreleased game prototypes]] [[Is unreleased::true]] | ||
{{!}}- | }} | {{!}}- | [[Is unreleased::false]] }} | ||
|} | |} | ||
|}</includeonly> | |}</includeonly> |
Revision as of 23:54, May 18, 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.