"मोड्युल:Effective protection expiry" का संशोधनहरू बिचको अन्तर

Content deleted Content added
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
पङ्क्ति १४:
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 )