Module:NUMBEROF: Difference between revisions

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 12 is missing. See [[Template:" .. tname .. "]] documentation")
end
local site2split = mw.text.split(site, "%.")