Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Missed a header
Ganaram inukshuk (talk | contribs)
m Rewording
Line 218: Line 218:
local large_step_max_in_cents = et.cents(collapsed_ed, 1)
local large_step_max_in_cents = et.cents(collapsed_ed, 1)
local section_header = "Step sizes"
local section_header = "Step size ranges"
if rat.eq(input_mos.equave, 3) then
if rat.eq(input_mos.equave, 3) then
section_header = section_header .. " (in steps of edt)"
section_header = section_header .. " (in steps of edt)"
Line 228: Line 228:
local section_entries = {
local section_entries = {
{"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)},
{"Large (L)", 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)}
{"Small (s)", 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)}
}
}
Line 370: Line 370:


local section_entries = {
local section_entries = {
{"[[Operations_on_MOSes#Parent_MOS | Parent]]", parent_scalesig},
{"[[Operations_on_MOSes#Sister_MOS | Sister]]", sister_scalesig},
{"[[Operations_on_MOSes#Sister_MOS | Sister]]", sister_scalesig},
{"[[Operations_on_MOSes#Daughter_MOS | Daughters]]", soft_scalesig .. ", " .. hard_scalesig}
{"[[Operations_on_MOSes#Parent_MOS | Parent]] (subset)", parent_scalesig},
{"[[Operations_on_MOSes#Daughter_MOS | Daughters]] (superset)", soft_scalesig .. ", " .. hard_scalesig}
}
}