Actions

Template

Difference between revisions of "Romtable"

From NEC Retro

m (Text replacement - "Category:NEC Retro templates" to "Category:Templates")
 
Line 1: Line 1:
 
<includeonly>{{#vardefine:founddump|}}{| class="responsive breakout sortable" style="width:auto"
 
<includeonly>{{#vardefine:founddump|}}{| class="responsive breakout sortable" style="width:auto"
 
! <small>System</small> !!class="unsortable"| <small>Hash</small> !! <small>Size</small> !! <small>Build Date</small> !!class="unsortable"| <small>Source</small> !!class="unsortable"| <small>Comments</small> !!class="unsortable"| !!class="unsortable"| !!class="unsortable"|
 
! <small>System</small> !!class="unsortable"| <small>Hash</small> !! <small>Size</small> !! <small>Build Date</small> !!class="unsortable"| <small>Source</small> !!class="unsortable"| <small>Comments</small> !!class="unsortable"| !!class="unsortable"| !!class="unsortable"|
{{#if:{{{1|}}}|{{{1}}}|[[Category:No ROM dumps]]}}{{#if:{{#var:founddump}}||[[Category:Missing ROM dumps]]}}
+
{{#if:{{{1|}}}|{{{1}}}|[[Category:No ROM dumps]]}}{{#if:{{{unreleased|}}}||{{#if:{{#var:founddump}}||[[Category:Missing ROM dumps]]}}}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
 
==Usage==
 
==Usage==
Line 22: Line 22:
 
* '''prototype''' - "yes" is the ROM is a prototype.
 
* '''prototype''' - "yes" is the ROM is a prototype.
 
* '''protoname''' - Name of the prototype, if one exists. Link will be automatically generated if only a date is provided.
 
* '''protoname''' - Name of the prototype, if one exists. Link will be automatically generated if only a date is provided.
 +
 +
If the game is an unreleased game with only prototypes available and no other released versions (e.g. ''[[Space Fantasy Zone]]''), add this:
 +
 +
<pre>
 +
{{romtable|unreleased=yes|
 +
</pre>
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 22:33, 3 January 2022

Usage

{{romtable|
{{rom|ICON|sha1=|md5=|crc32=|size=|date=|source=|comments=|icon=|quality=|prototype=|protoname=}}
...
}}
  • ICON - Console icon such as "PCE" for
    PC Engine
    or "SGX" for
    PC Engine SuperGrafx
    .
  • sha1 - SHA-1 for the ROM file.
  • md5 - MD5 for the ROM file.
  • crc32 - CRC32 for the ROM file.
  • size - Size of the ROM file.
  • date - Build date of the ROM file, according to the ROM header.
  • source - Source of the file (cartridge, CD ROM, digital download).
  • comments - Notes about the release, including revision numbers.
  • icon - Icon image file found within the ROM (where applicable, e.g. Nintendo DS).
  • quality - "good" if the dump is 100% correct, "bad" if the dump is corrupt or has been edited.
  • prototype - "yes" is the ROM is a prototype.
  • protoname - Name of the prototype, if one exists. Link will be automatically generated if only a date is provided.

If the game is an unreleased game with only prototypes available and no other released versions (e.g. Space Fantasy Zone), add this:

{{romtable|unreleased=yes|