Jump to content

Module:Effective protection level: Difference between revisions

mw.ext.FlaggedRevs.getStabilitySettings can return nil, so avoid trying to index it when this happens
m (1 revision imported from w:en:Module:Effective_protection_level)
Enwikipedia>Mr. Stradivarius
(mw.ext.FlaggedRevs.getStabilitySettings can return nil, so avoid trying to index it when this happens)
Line 14:
pagename = title.prefixedText
if action == 'autoreview' then
local level = mw.ext.FlaggedRevs.getStabilitySettings(title).autoreview
level = level and level.autoreview
if level == 'review' then
return 'reviewer'
Cookies help us deliver our services. By using our services, you agree to our use of cookies.