Module:MOS in EDO: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 233: | Line 233: | ||
if current_step == 1 then | if current_step == 1 then | ||
result = result .. string.format('| 1\n') | if large_step_size == small_step_size then | ||
result = result .. string.format('| 1\n') | |||
else | |||
result = result .. string.format('| bgcolor="%s" | 1\n', cell_color) | |||
end | |||
else | else | ||
if cell_color == p.cell_color_none then | if cell_color == p.cell_color_none then | ||