Template:Infobox firmware: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>
{{Infobox
{{Infobox
|name        = {{{name|}}}
|name        = {{{name|}}}
Line 11: Line 12:
|labelstyle  = background:#ddf;
|labelstyle  = background:#ddf;
|datastyle    =  
|datastyle    =  
|header1  = Releasedate
|header1 = Version
|data2   = {{{releasedate|}}}
|data2    = {{{version|}}}
|header3 = Changes
|header3 = Releasedate
|data4   = {{{changes|}}}
|data4   = {{{releasedate|}}}
|header5 = Firmware hashes
|header5 = Changes
|label6   = SHA1
|data6   = {{{changes|}}}
|data7   = {{{sha1|}}}
|header7 = Firmware hashes
|label8   = MD5
|label8  = HMAC-SHA1
|data9   = {{{md5|}}}
|data8    = {{{hmacsha1|}}}
|label10   = CRC32
|label9   = SHA1
|data9   = {{{sha1|}}}
|label10   = MD5
|data10   = {{{md5|}}}
|label11   = CRC32
|data11    = {{{crc32|}}}
|data11    = {{{crc32|}}}
|label12  = CRC16
|label12  = CRC16
|data13   = {{{crc16|}}}
|data12   = {{{crc16|}}}
|header14 = Download
|header13 = Download
|data15   = {{{download|}}}
|data14   = {{{download|}}}
|belowstyle = background:#ddf;
|belowstyle = background:#ddf;
|below =  
|below =  
}}
}}
</includeonly>
<noinclude>
{{infobox firmware
| name        = firmware
| version    = 0123456789
| releasedate = 01-07-1970
| changes    = lots of changes
| hmacsha1    = hmacsha1sha1sha1sha1sha1sha1value
| sha1        = sha1sha1sha1sha1sha1sha1value
| md5        = md5md5md5md5md5value
| crc32      = crc32value
| crc16      = crc16value
| download    = [links] [linksgalore]
}}
This template is for inclusion on all motherboard pages
= Sample =
As seen on this page
<pre>
</pre>
[[Category:Templates]]
</noinclude>

Revision as of 10:15, 26 June 2013




firmware
Version
0123456789
Releasedate
01-07-1970
Changes
lots of changes
Firmware hashes
HMAC-SHA1 hmacsha1sha1sha1sha1sha1sha1value
SHA1 sha1sha1sha1sha1sha1sha1value
MD5 md5md5md5md5md5value
CRC32 crc32value
CRC16 crc16value
Download
[links] [linksgalore]



This template is for inclusion on all motherboard pages

Sample

As seen on this page