Module:Effective protection expiry: Difference between revisions

m
(using mw.ext.FlaggedRevs.getStabilitySettings(title) to get expiry for FlaggedRevs)
m (13 revisions imported from wikipedia:Module:Effective_protection_expiry)
 
(4 intermediate revisions by 4 users not shown)
Line 14:
pagename = title.prefixedText
if action == 'autoreview' then
returnlocal stabilitySettings = mw.ext.FlaggedRevs.getStabilitySettings(title).expiry
return stabilitySettings and stabilitySettings.expiry or '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 )