Module:Infobox chord: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 255: Line 255:


local s = infobox.build("<u>Chord information</u>", infobox_data)
local s = infobox.build("<u>Chord information</u>", infobox_data)
return frame:preprocess(debug_mode == true and "<pre>" .. s .. "</pre>" or s .. cats)
if not debug_mode then
s = s .. cats
end
return frame:preprocess(s)
end
end


return p
return p