Template:HexRow: Difference between revisions

m
the "Chess position" template was deleted from WP; "Chess diagram" has replaced it, but I assume the syntax is different
m (should work now : silly parser...)
m (the "Chess position" template was deleted from WP; "Chess diagram" has replaced it, but I assume the syntax is different)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>|-style="font-family:courier"
<includeonly>|-style="font-family:courier"
|{{{1|0x00}}}&nbsp;
|{{{1|0x00}}}:&nbsp;
|BGCOLOR="#{{{20|FF}}}{{{37|FF}}}{{{54|FF}}}"|{{{3|00}}}
|BGCOLOR="#{{{20|FF}}}{{{37|FF}}}{{{54|FF}}}"|{{{3|00}}}
|BGCOLOR="#{{{21|FF}}}{{{38|FF}}}{{{55|FF}}}"|{{{4|00}}}
|BGCOLOR="#{{{21|FF}}}{{{38|FF}}}{{{55|FF}}}"|{{{4|00}}}
Line 17: Line 17:
|BGCOLOR="#{{{34|FF}}}{{{51|FF}}}{{{68|FF}}}"|{{{17|00}}}
|BGCOLOR="#{{{34|FF}}}{{{51|FF}}}{{{68|FF}}}"|{{{17|00}}}
|BGCOLOR="#{{{35|FF}}}{{{52|FF}}}{{{69|FF}}}"|{{{18|00}}}
|BGCOLOR="#{{{35|FF}}}{{{52|FF}}}{{{69|FF}}}"|{{{18|00}}}
|&nbsp;{{{70|°°°°°°°°°°°°°°°°}}}</includeonly><noinclude>
|&nbsp;{{{71|°°°°°°°°°°°°°°°°}}}</includeonly><noinclude>
Here's an all-ASCII alternative to GIF/PNG snapshots of hex data.
Here's an all-ASCII alternative to GIF/PNG snapshots of hex data.


Line 29: Line 29:
The following input :
The following input :
  <nowiki>{|border=1 cellspacing=0</nowiki>
  <nowiki>{|border=1 cellspacing=0</nowiki>
  <nowiki>{{HexRow|0x00</nowiki>
  <nowiki>{{HexRow|0x00|</nowiki>
  <nowiki>|01|51|02|00|01|00|00|06|AD|DE|AD|DE|AD|DE|AD|DE|</nowiki>
  <nowiki>|01|51|02|00|01|00|00|06|AD|DE|AD|DE|AD|DE|AD|DE|</nowiki>
  <nowiki>|FF|FF|FF|FF|FF|FF|FF|FF|00|00|00|00|00|00|00|00|</nowiki>
  <nowiki>|FF|FF|FF|FF|FF|FF|FF|FF|00|00|00|00|00|00|00|00|</nowiki>
Line 35: Line 35:
  <nowiki>|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|</nowiki>
  <nowiki>|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|</nowiki>
  <nowiki>|Who needs this?°}}</nowiki>
  <nowiki>|Who needs this?°}}</nowiki>
  <nowiki>{{HexRow|0x10</nowiki>
  <nowiki>{{HexRow|0x10|</nowiki>
  <nowiki>|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|</nowiki>
  <nowiki>|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|AD|DE|</nowiki>
  <nowiki>|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|</nowiki>
  <nowiki>|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|</nowiki>
Line 84: Line 84:
|}
|}
There are 66 "actual" arguments; they are ''not'' named, but they line up intuitively.
There are 66 "actual" arguments; they are ''not'' named, but they line up intuitively.
:(the extra | at the end of a line is part of a hack, see [http://en.wikipedia.org/wiki/Template_talk:Chess_position HERE] for details)
:(the extra | at the end of a line is part of a hack)
*The first argument is the data's offset (default is 0x00, maybe it should be blank).
*The first argument is the data's offset (default is 0x00, maybe it should be blank).
*The next 16 arguments are the 16 hex bytes.
*The next 16 arguments are the 16 hex bytes.
Line 99: Line 99:


The rest (cell spacing/padding, border, alignment on page, background color, etc) is set at table level.
The rest (cell spacing/padding, border, alignment on page, background color, etc) is set at table level.
</noinclude>
</noinclude><noinclude>
 
[[Category:Table templates]]</noinclude>