Content deleted Content added
No edit summary |
No edit summary |
||
Line 41:
local site = trimArg(args[2]) -- "en" or "en.wikipedia" or "en.wikiquote" etc..
if not site then
error("Parameter
end
local site2split = mw.text.split(site, "%.")
|