Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
No edit summary
Bcmills (talk | contribs)
No edit summary
Line 6: Line 6:


function p.infobox_chord(frame)
function p.infobox_chord(frame)
local debug_mode = nil
local debug_mode = utils.value_provided(frame.args["debug"])
if utils.value_provided("debug") then
debug_mode = frame.args["debug"]
end


local page_name = frame:preprocess("{{PAGENAME}}")
local page_name = frame:preprocess("{{PAGENAME}}")