Module:Infobox MOS: Difference between revisions
Undo. The debug mode is used in several places on the wiki where categories should be disabled Tag: Undo |
m nocat -> debug, per clarified use for debug |
||
| Line 454: | Line 454: | ||
local tuning = args["Tuning"] or args["Scale Signature"] | local tuning = args["Tuning"] or args["Scale Signature"] | ||
local other_names = args["othernames"] or nil | local other_names = args["othernames"] or nil | ||
local debug_mode = yesno | local debug_mode = yesno(args["debug"], false) | ||
local result = p._infobox_mos(tuning, other_names) | local result = p._infobox_mos(tuning, other_names) | ||