Content deleted Content added
No edit summary |
No edit summary |
||
Line 24:
local action = mw.ustring.lower(trimArg(args[1])) -- "ARTICLES, PAGES, EDITS, USERS, ACTIVEUSERS, ADMINS or FILES"
local arg2 = mw.ustring.lower(trimArg(args[2])) -- "en" or "en.wikipedia" or "en.wikiquite" etc..
local comma =
local arg2split = mw.text.split(arg2, ".")
if tableLength(arg2split) == 1 then
|