Module:MOS in EDO allgens: Difference between revisions
ArrowHead294 (talk | contribs) m Alphabetise dependencies |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 113: | Line 113: | ||
local debugg = yesno(frame.args["debug"]) | local debugg = yesno(frame.args["debug"]) | ||
local result = p.mos_in_edo_allgens(edo, num_periods, show_subsets, generation_limit, temperaments) | local result = p.mos_in_edo_allgens(edo, num_periods, show_subsets, generation_limit, temperaments) | ||
-- Debugger option | |||
if debugg == true then | |||
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" | |||
end | |||
return frame:preprocess(result) | |||
end | end | ||
return p | return p | ||