Module:Effective protection level: Difference between revisions

Content deleted Content added
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'