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
Ganaram inukshuk (talk | contribs)
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(tonumber(args["nocat"]), false)
local debug_mode = yesno(args["debug"], false)
local result = p._infobox_mos(tuning, other_names)
local result = p._infobox_mos(tuning, other_names)