Module:NUMBEROF: Difference between revisions

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
local lang = arg2split[1]
local project arg2 = arg2 .. ".wikipedia"
if tableLength(arg2split) > 1 then
project = arg2split[2]
end
for k,v in pairs(data['data']) do
resultif arg2 == mw.ustring.lower(v[1]) then
end
end
return result