Module:MOS mode degrees: Difference between revisions

Ganaram inukshuk (talk | contribs)
Forced mos abbrev to be "m" for udp+alterations
Ganaram inukshuk (talk | contribs)
m Removed test code
Line 51: Line 51:
-- If a step pattern is provided, it's assumed to be that of a modmos
-- If a step pattern is provided, it's assumed to be that of a modmos
function p._mos_mode_degrees(input_mos, mos_prefix, mode_names, use_default_mode_names, step_pattern)
function p._mos_mode_degrees(input_mos, mos_prefix, mode_names, use_default_mode_names, step_pattern)
local step_pattern = "LsLLsAs"
local is_true_mos = step_pattern == nil
local is_true_mos = step_pattern == nil