Difference between revisions of "Romtable"

From Sega Retro

m
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="breakout sortable"
+
<includeonly>{{#vardefine:founddump|}}{| class="responsive breakout sortable" style="width:auto"
! <small>System</small> !! <small>SHA-1</small> !! <small>Size</small> !! <small>Build Date</small> !!class="unsortable"| <small>Source</small> !!class="unsortable"| <small>Comments</small>
+
! <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"|
{{{1}}}
+
{{#if:{{{1|}}}|{{{1}}}|[[Category:No ROM dumps]]}}{{#if:{{#var:founddump}}||[[Category:Missing ROM dumps]]}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
 
{{romtable|
 
{{romtable|
{{rom|ICON|sha1=|size=|date=|source=|comments=}}
+
{{rom|ICON|sha1=|md5=|crc32=|size=|date=|source=|comments=|icon=|quality=|prototype=|protoname=}}
 
...
 
...
 
}}
 
}}
 
</pre>
 
</pre>
* '''ICON''' - Console icon such as "MD" for {{MD}} or "SMS" for {{SMS}}.
+
* '''ICON''' - Console icon such as "MD" for {{raw:cdn:MD}} or "SMS" for {{SMS}}.
 
* '''sha1''' - SHA-1 for the ROM file.
 
* '''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.
 
* '''size''' - Size of the ROM file.
 
* '''date''' - Build date of the ROM file, according to the ROM header.
 
* '''date''' - Build date of the ROM file, according to the ROM header.
 
* '''source''' - Source of the file (cartridge, CD ROM, digital download).
 
* '''source''' - Source of the file (cartridge, CD ROM, digital download).
 
* '''comments''' - Notes about the release, including revision numbers.
 
* '''comments''' - Notes about the release, including revision numbers.
* '''prototype''' - "yes" if the ROM is a prototype.
+
* '''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.
  
[[Category:Sega Retro Templates|{{PAGENAME}}]]
+
[[Category:Sega Retro templates]]
 
</noinclude>
 
</noinclude>

Revision as of 09:16, 28 October 2021

Usage

{{romtable|
{{rom|ICON|sha1=|md5=|crc32=|size=|date=|source=|comments=|icon=|quality=|prototype=|protoname=}}
...
}}
  • ICON - Console icon such as "MD" for or "SMS" for
    Sega Master System
    .
  • 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.