Module:Infobox: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 101: | Line 101: | ||
infobox = infobox .. "|}</div>" | infobox = infobox .. "|}</div>" | ||
if debugg == true then | |||
infobox = "<syntaxhighlight lang=\"wikitext\">" .. infobox .. "</syntaxhighlight>" | |||
end | |||
return infobox | |||
end | end | ||