Module:Variable arguments: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 60: | Line 60: | ||
.. "{|\n" | .. "{|\n" | ||
.. "|-\n" | .. "|-\n" | ||
.. "| | .. "| style=\"line-height: 110%; display: inline-block; " | ||
.. "margin: 0.125em 0em 0.125em 0.792em;\" | .. "margin: 0.125em 0em 0.125em 0.792em;\" | [[File:Lua-Logo.svg|30px]]" | ||
.. " || | .. " || 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 | .. string.format("This template uses [[wikipedia:WP:Lua|Lua]]:\n%s\n", 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) | ||