Module:MOS mode degrees: Difference between revisions
m Replaced pipe with '|' |
m Trying to add back default names for 5L 2s |
||
| Line 689: | Line 689: | ||
-- Get the mode names | -- Get the mode names | ||
local mode_names = p.parse_entries(frame.args['Mode Names']) | local mode_names = {} | ||
if #frame.args['Mode Names'] ~= 0 then | |||
p.parse_entries(frame.args['Mode Names']) | |||
end | |||
-- Get the step pattern | -- Get the step pattern | ||