Content deleted Content added
Make it possible to pass strings like '0005' to new arguments s1, s2, ... without having leading zeroes stripped |
Re-add brackets around multival. |
||
Line 16:
end
if not frame.args.tag then
-- These brackets are important! Without them gsub will return multiple arguments.
return (what(unpack(args)))
end
local tagargs = {}
|