Module:Protection banner: Difference between revisions

specify Template:Pp as a wrapper for the module, and make args a local variable as otherwise it's a bit of a bracket overload
(comment tweaks)
(specify Template:Pp as a wrapper for the module, and make args a local variable as otherwise it's a bit of a bracket overload)
Line 846:
getArgs = require('Module:Arguments').getArgs
end
returnlocal args = p._main(getArgs(frame), {wrappers = 'Template:Pp'})
return p._main(args)
end