Module:Scale tree: Difference between revisions
m Fixed comment code |
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 | result = result .. '! Bright\n' | ||
result = result .. '! Dark | 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) | ||