Module:Effective protection level: Difference between revisions

Content deleted Content added
test content models rather than page names, to match MediaWiki
must be subpage too
Line 27:
if title.namespace == 8 then -- MediaWiki namespace
return 'sysop'
elseif title.namespace == 2 and title.isSubpage and ( title.contentModel == 'javascript' or title.contentModel == 'css' ) then -- user JS or CSS page
return 'sysop'
end