Module:Effective protection level: Difference between revisions

From Chalo Chatu, Zambia online encyclopedia
no edit summary
m (1 revision imported)
 
No edit summary
(One intermediate revision by the same user not shown)
Line 28: Line 28:
if title.namespace == 8 then -- MediaWiki namespace
if title.namespace == 8 then -- MediaWiki namespace
return 'sysop'
return 'sysop'
elseif title.namespace == 2 and title.isSubpage and ( title.contentModel == 'javascript' or title.contentModel == 'css' ) then -- user JS or CSS page
elseif title.namespace == 2 and title.isSubpage and ( title.contentModel == 'javascript' or title.contentModel == 'css' or title.contentModel == 'json' ) then -- user JS, CSS or JSON page
return 'sysop'
return 'sysop'
end
end
Administrators, upwizcampeditors
0

edits