Open main menu

Changes

Module:Effective protection level

75 bytes removed, 18:56, 12 January 2014
don't bother checking our own frame
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
return p
Anonymous user