Module:Uniform map: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 159: Line 159:
wtable = wtable .. "|}"
wtable = wtable .. "|}"


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


return p
return p