Open main menu

Changes

Module:Effective protection expiry

44 bytes added, 10:40, 23 September 2016
using mw.ext.FlaggedRevs.getStabilitySettings(title) to get expiry for FlaggedRevs
pagename = title.prefixedText
if action == 'autoreview' then
return 'unknown'mw.ext.FlaggedRevs.getStabilitySettings(title).expiry
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 )
Anonymous user