Content deleted Content added
Petr Matas (talk | contribs) Better readable p.main |
Petr Matas (talk | contribs) Allow a call from Lua without curly braces |
||
Line 45:
end
function p.main(frame, ...)
local args =
type(frame.args) ~= 'table' and frame or
return MultiReplace(args)
end
|