Module:Infobox MOS: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
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"])
local result = p._infobox_mos(tuning, other_names) .. p.categorize(tuning)
local result = p._infobox_mos(tuning, other_names) .. p.categorize(tuning)