Modul:Effective protection expiry: Unterschied zwischen den Versionen
Modul:Effective protection expiry (Quelltext anzeigen)
Version vom 23. September 2016, 11:40 Uhr
, vor 9 Jahrenusing 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) |
||
| Zeile 14: | Zeile 14: | ||
pagename = title.prefixedText | pagename = title.prefixedText | ||
if action == 'autoreview' then | if action == 'autoreview' then | ||
return | return mw.ext.FlaggedRevs.getStabilitySettings(title).expiry | ||
elseif action ~= 'edit' and action ~= 'move' and action ~= 'create' and action ~= 'upload' then | 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 ) | error( 'First parameter must be one of edit, move, create, upload, autoreview', 2 ) | ||