Changes
allow the template reason to show the red padlock in any namespace
local level = protectionObj.level
local namespace = protectionObj.title.namespace
local reason = protectionObj.reason
-- Deal with special cases first.
if ( namespace == 10 or namespace == 828 or reason and obj._cfg.imageIndefReasons[reason] )
and action == 'edit'
and level == 'sysop'