Module:NUMBEROF: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 36:
for k,v in pairs(data['data']) do
if site == mw.ustring.lower(v[1]) then
if v[k] == action then
return v[k]
end
if action == v[2] then -- activeusers
result = v[2]