Module:Class mask: Difference between revisions

Content deleted Content added
auto assess Disambig-class for disambiguation pages
m use Module:Arguments to allow the module to be invoked directly or via a wrapper template
Line 1:
local p = {}
 
local function getDocWarning(title)
end
 
local function ucfirst(s)
Line 159 ⟶ 156:
 
function p.main(frame)
local argsgetArgs = frame.args or framerequire('Module:getParent(Arguments').argsgetArgs
local args = getArgs(frame,{removeBlanks=false, wrappers='Template:Class mask'})
return p._main(args)
end