Template:Tl: Difference between revisions
(Created page with "local getArgs = require('Module:Arguments').getArgs local lang = mw.getContentLanguage() local p = {} function p.main(frame) local args = getArgs(frame) local template = args[1] local output = '{{' .. template .. '' for key, value in pairs(args) do if key ~= 1 then value = value or '' if lang:parseFormattedNumber(key) == nil then output = output .. '|' .. key...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#tag:code|{{#invoke:Tl|main}}}}</includeonly><noinclude> | |||
{{documentation}} | |||
[[Category:Templates]] | |||
</noinclude> | |||