From GamingWiki
Line 54: | Line 54: | ||
The width of the data cell depends on the presence of a label | The width of the data cell depends on the presence of a label | ||
and/or an rdata | and/or an rdata | ||
− | -->{{#vardefine: labelcols | {{#ifeq: {{#hashvalue: thedataline | label }} | M_NUL | 0 | 1 }}<!-- | + | -->{{#vardefine: labelcols | {{#ifeq: {{#hashvalue: thedataline | label }} | M_NUL | 0 | 1 }} }}<!-- |
− | -->{{#vardefine: rdatacols | {{#ifeq: {{#hashvalue: thedataline | rdata }} | M_NUL | 0 | 1 }}<!-- | + | -->{{#vardefine: rdatacols | {{#ifeq: {{#hashvalue: thedataline | rdata }} | M_NUL | 0 | 1 }} }}<!-- |
-->{{#vardefine: datacols | {{#expr:{{#var:columns}}-{{#var:labelcols}}-{{#var:rdatacols}}}} }}<!-- | -->{{#vardefine: datacols | {{#expr:{{#var:columns}}-{{#var:labelcols}}-{{#var:rdatacols}}}} }}<!-- | ||