Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added section for large/small step sizes, as some mos pages previously had this info
Ganaram inukshuk (talk | contribs)
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¢)", small_step_min_in_steps, large_step_min_in_steps, small_step_min_in_cents, large_step_min_in_cents)},
{"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, 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¢)", small_step_min_in_steps, large_step_min_in_steps, small_step_min_in_cents, large_step_min_in_cents)}
}
}