Changes

Jump to navigation Jump to search
m
1 revision imported: See also template
Line 14: Line 14:  
pagename = title.prefixedText
 
pagename = title.prefixedText
 
if action == 'autoreview' then
 
if action == 'autoreview' then
local level = mw.getCurrentFrame():callParserFunction('PENDINGCHANGELEVEL', pagename)
+
local level = mw.ext.FlaggedRevs.getStabilitySettings(title).autoreview
 
if level == 'review' then
 
if level == 'review' then
 
return 'reviewer'
 
return 'reviewer'

Navigation menu