Template:Infobox firmware: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 54: Line 54:
|below =  
|below =  
}}
}}
</includeonly>
</includeonly><noinclude>[[Category:Templates]]
 
 
<noinclude>
 
{{infobox firmware
{{infobox firmware
| name        = firmware info
| name        = firmware info
Line 77: Line 73:
= Sample =
= Sample =
As seen on this page
As seen on this page
<pre>
<pre>{{infobox firmware
{{infobox firmware
| name        = firmware info
| name        = firmware info
| version    = 0123456789
| version    = 0123456789
Line 90: Line 85:
| download2  =  
| download2  =  
| download3  =  
| download3  =  
}}
}}</pre>
</pre>
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 10:28, 26 June 2013


firmware info
Release information
Version 0123456789
Releasedate 1 January 1970
Firmware hashes
HMAC-SHA1 hmacsha1sha1sha1sha1sha1sha1value
SHA1 sha1sha1sha1sha1sha1sha1value
MD5 md5md5md5md5md5value
CRC32 crc32value
CRC16 crc16value
Downloads
[links] [linksgalore]


This template is for inclusion on all firmware pages

Sample

As seen on this page

{{infobox firmware
| name        = firmware info
| version     = 0123456789
| releasedate = 1 January 1970
| hmacsha1    = hmacsha1sha1sha1sha1sha1sha1value
| sha1        = sha1sha1sha1sha1sha1sha1value
| md5         = md5md5md5md5md5value
| crc32       = crc32value
| crc16       = crc16value
| download1   = [links] [linksgalore]
| download2   = 
| download3   = 
}}