Difference between revisions of "Module:Effective protection level"
Jump to navigation
Jump to search
Module:Effective protection level (view source)
Revision as of 16:33, 14 January 2016
, 16:33, 14 January 2016use FlaggedRevs' Lua library instead of calling the parser
>Hashar m (21 revisions imported from w:en:Module:Effective_protection_level) |
>Jackmcbarn (use FlaggedRevs' Lua library instead of calling the parser) |
||
Line 14: | Line 14: | ||
pagename = title.prefixedText | pagename = title.prefixedText | ||
if action == 'autoreview' then | if action == 'autoreview' then | ||
local level = mw. | local level = mw.ext.FlaggedRevs.getStabilitySettings(title).autoreview | ||
if level == 'review' then | if level == 'review' then | ||
return 'reviewer' | return 'reviewer' |