Module:Variable arguments: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 64: Line 64:
.. " || style=\"display: inline-block; font-size: 0.88em; "
.. " || style=\"display: inline-block; font-size: 0.88em; "
.. "line-height: 110%; padding: 0.22em 0.22em 0.22em 0.792em;\" | "
.. "line-height: 110%; padding: 0.22em 0.22em 0.22em 0.792em;\" | "
.. string.format("This template uses [[wikipedia:WP:Lua|Lua]]:\n%s\n", result)
.. string.format("This template uses [[wikipedia:WP:Lua|Lua]]:\n%s", result)
.. "|}\n</div>"
.. "|}\n</div>"
return frame:preprocess(yesno(debugg) == true and "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" or result)
return frame:preprocess(yesno(debugg) == true and "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" or result)