Module:Effective protection expiry: Difference between revisions

m
(return a yyyy-mm-ddThh:mm:ss timestamp, rather than just yyyy-mm-dd)
 
(8 intermediate revisions by 8 users not shown)
Line 14:
pagename = title.prefixedText
if action == 'autoreview' then
local stabilitySettings = mw.ext.FlaggedRevs.getStabilitySettings(title)
return 'unknown'
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 )
verified
2,497

edits