Module:Scale tree: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Fixed comment code
Ganaram inukshuk (talk | contribs)
m Table header text
Line 89: Line 89:
result = result .. '|+\n'
result = result .. '|+\n'
result = result .. '! rowspan="2" | Generator (in steps)\n'
result = result .. '! rowspan="2" | Generator (in steps)\n'
result = result .. '! colspan="2" | Generator in cents\n'
result = result .. '! colspan="2" | Generator (in cents)\n'
result = result .. '! rowspan="2" | Step ratio (hardness)\n'
result = result .. '! rowspan="2" | Step ratio (hardness)\n'
result = result .. '! rowspan="2" | Comments\n'
result = result .. '! rowspan="2" | Comments\n'
result = result .. '|-\n'
result = result .. '|-\n'
result = result .. '! Bright generator\n'
result = result .. '! Bright\n'
result = result .. '! Dark generator\n'
result = result .. '! Dark\n'


-- Rounding is done using string.format, to 3 decimal places (%.3f)
-- Rounding is done using string.format, to 3 decimal places (%.3f)