From GamingWiki
Jump to: navigation, search
Line 53: Line 53:
 
   and/or an rdata
 
   and/or an rdata
 
   -->{{#vardefine: labelcols | {{#ifeq: {{#hashvalue: thedataline | label |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 
   -->{{#vardefine: labelcols | {{#ifeq: {{#hashvalue: thedataline | label |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 +
  -->{{#vardefine: llabelcols | {{#ifeq: {{#hashvalue: thedataline | llabel |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 +
  -->{{#vardefine: ldatacols | {{#ifeq: {{#hashvalue: thedataline | ldata |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 
   -->{{#vardefine: rlabelcols | {{#ifeq: {{#hashvalue: thedataline | rlabel |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 
   -->{{#vardefine: rlabelcols | {{#ifeq: {{#hashvalue: thedataline | rlabel |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 
   -->{{#vardefine: rdatacols | {{#ifeq: {{#hashvalue: thedataline | rdata |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
 
   -->{{#vardefine: rdatacols | {{#ifeq: {{#hashvalue: thedataline | rdata |M_NUL}} | M_NUL | 0 | 1 }} }}<!--
   -->{{#vardefine: datacols  | {{#expr:{{#var:columns}}-{{#var:labelcols}}-{{#var:rlabelcols}}-{{#var:rdatacols}} }} }}<!--
+
   -->{{#vardefine: datacols  | {{#expr:{{#var:columns}}-{{#var:labelcols}}-{{#var:llabelcols}}-{{#var:ldatacols}}-{{#var:rlabelcols}}-{{#var:rdatacols}} }} }}<!--
   -->{{#ifeq:{{#hashvalue: thedataline | data }}-{{#var:labelcols}}-{{#var:rlabelcols}}-{{#var:rdatacols}}|-0-0| |<!--
+
   -->{{#ifeq:{{#hashvalue: thedataline | data }}-{{#var:labelcols}}-{{#var:llabelcols}}-{{#var:ldatacols}}-{{#var:rlabelcols}}-{{#var:rdatacols}}|-0-0-0-0-0| |<!--
  
 
       --><nowiki />
 
       --><nowiki />
 
{{!}}- <!--
 
{{!}}- <!--
 +
 +
      -->{{#ifeq: {{#var: llabelcols}} | 0 | |<nowiki />
 +
{{!}} class="{{#hashvalue: thedataline | labelclass | shaded}}" {{!}} {{#hashvalue: thedataline | llabel }} <!--
 +
      -->}}<!--
 +
 +
      -->{{#ifeq: {{#var: ldatacols}} | 0 | |<nowiki />
 +
{{!}} class="{{#hashvalue: thedataline|dataclass|}}" {{!}} {{#hashvalue: thedataline | ldata }} <!--
 +
      -->}}<!--
  
 
       -->{{#ifeq: {{#var: labelcols}} | 0 | |<nowiki />
 
       -->{{#ifeq: {{#var: labelcols}} | 0 | |<nowiki />

Revision as of 02:19, 10 March 2011