Module:Collapsed huge table: Difference between revisions

BudjarnLambeth (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 4: Line 4:
local ud = require("Module:Ups and downs notation")
local ud = require("Module:Ups and downs notation")
local ET = require("Module:ET")
local ET = require("Module:ET")
local yesno = require("Module:Yesno")


-- Gets mapping of a monzo in a val
-- Gets mapping of a monzo in a val
Line 168: Line 169:
wikitext = wikitext .. "|}"
wikitext = wikitext .. "|}"


return wikitext
return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. wikitext .. "</syntaxhighlight>" or wikitext)
end
end


return p
return p