Content deleted Content added
No edit summary |
No edit summary |
||
Line 26:
local comma = mw.ustring.lower(trimArg(args[3])) -- If set to "N" use commas in output
local arg2split = mw.text.split(arg2, ".")
▲ if tableLength(arg2split) > 1 then
end
for k,v in pairs(data['data']) do
end
end
return result
|