Module:Collapsed huge table: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
Line 169: Line 169:
wikitext = wikitext .. "|}"
wikitext = wikitext .. "|}"


local debugg = yesno(frame.args["debug"])
return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. wikitext .. "</syntaxhighlight>" or wikitext)
return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. wikitext .. "</syntaxhighlight>" or wikitext)
end
end


return p
return p