Module:Infobox chord: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 254: | Line 254: | ||
end | end | ||
local | local result = infobox.build("<u>Chord information</u>", infobox_data) .. cats | ||
return frame:preprocess(debug_mode == true and "<pre>" .. result .. "</pre>" or result) | |||
return frame:preprocess( | |||
end | end | ||
return p | return p |