Content deleted Content added
No edit summary |
No edit summary |
||
Line 32:
for k,v in pairs(data['data']) do
if site == mw.ustring.lower(v[1]) then
if 1 == 1 then▼
return v[1]▼
end▼
if action == v[2] then -- activeusers
result = v[2]
Line 40 ⟶ 37:
result = v[3]
elseif action == v[4] then -- articles
▲ if 1 == 1 then
▲ end
result = v[4]
elseif action == v[5] then -- edits
|