Changes
Jump to navigation
Jump to search
return local stabilitySettings = mw.ext.FlaggedRevs.getStabilitySettings(title) return stabilitySettings and stabilitySettings.expiryor 'unknown'
don't error if the page isn't under PC
pagename = title.prefixedText
if action == 'autoreview' 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 )