Module:Effective protection expiry: Difference between revisions

using mw.ext.FlaggedRevs.getStabilitySettings(title) to get expiry for FlaggedRevs
(return a yyyy-mm-ddThh:mm:ss timestamp, rather than just yyyy-mm-dd)
(using mw.ext.FlaggedRevs.getStabilitySettings(title) to get expiry for FlaggedRevs)
Line 14:
pagename = title.prefixedText
if action == 'autoreview' then
return mw.ext.FlaggedRevs.getStabilitySettings(title).expiry
return 'unknown'
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