Module:Infobox MOS: Difference between revisions
Added section for large/small step sizes, as some mos pages previously had this info |
m Step sizes were flipped |
||
| Line 206: | Line 206: | ||
local section_entries = { | local section_entries = { | ||
{"Large step", string.format("%s to %s (%.1f¢ to %.1f¢)" | {"Large step", string.format("%s to %s (%.1f¢ to %.1f¢)", large_step_min_in_steps, large_step_max_in_steps, large_step_min_in_cents, large_step_max_in_cents)}, | ||
{"Small step", string.format("%s to %s (%.1f¢ to %.1f¢)", large_step_min_in_steps, | {"Small step", string.format("%s to %s (%.1f¢ to %.1f¢)", small_step_min_in_steps, large_step_min_in_steps, small_step_min_in_cents, large_step_min_in_cents)} | ||
} | } | ||