Module:Infobox MOS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 87: | Line 87: | ||
local categories = '' | local categories = '' | ||
local tuning = frame.args[' | local tuning = frame.args['tuning'] | ||
local mos = MOS.parse(tuning) or MOS.parse('5L 2s') | local mos = MOS.parse(tuning) or MOS.parse('5L 2s') | ||
-- category of the main article | -- category of the main article | ||
| Line 115: | Line 115: | ||
period = ET.backslash_display(ET.new(d, equave), 1) | period = ET.backslash_display(ET.new(d, equave), 1) | ||
end | end | ||
local pattern = frame.args['Pattern'] | local pattern = frame.args['Pattern'] | ||
local collapsed_et = ET.new(mos.nL, equave) | local collapsed_et = ET.new(mos.nL, equave) | ||