Module:Effective protection level: Difference between revisions

don't bother checking our own frame
(Created page with 'local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed i...')
 
(don't bother checking our own frame)
Line 27:
function p.p(frame)
local parent = frame:getParent()
return p.main(frame.args.action or frame.args[1] or parent.args.action or parent.args[1], frame.args.title or frame.args[2] or parent.args.title or parent.args[2])
end
 
Anonymous user