Module:Effective protection expiry: Difference between revisions

Jump to navigation Jump to search
don't error if the page isn't under PC
(using mw.ext.FlaggedRevs.getStabilitySettings(title) to get expiry for FlaggedRevs)
(don't error if the page isn't under PC)
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 )
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu