Changes

Jump to navigation Jump to search
m
1 revision imported
Line 14: Line 14:  
pagename = title.prefixedText
 
pagename = title.prefixedText
 
if action == 'autoreview' then
 
if action == 'autoreview' then
return 'unknown'
+
local stabilitySettings = mw.ext.FlaggedRevs.getStabilitySettings(title)
 +
return stabilitySettings and stabilitySettings.expiry or 'unknown'
 
elseif action ~= 'edit' and action ~= 'move' and action ~= 'create' and action ~= 'upload' then
 
elseif action ~= 'edit' and action ~= 'move' and action ~= 'create' and action ~= 'upload' then
 
error( 'First parameter must be one of edit, move, create, upload, autoreview', 2 )
 
error( 'First parameter must be one of edit, move, create, upload, autoreview', 2 )
Bureaucrats, private-view, public-view, Administrators
97,692

edits

Navigation menu