Content deleted Content added
Updating published sources: DeletionSortingCleaner: * Supplemental BRFA for removing deleted XfD listings: Wikipedia:Bots/Requests for approval/AnomieBOT 85 |
Updating published sources: DeletionSortingCleaner: * Supplemental BRFA in trial. Tag: Reverted |
||
Line 1:
{{ombox|type=notice|text= Approved 2010-07-06<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 40]]}}
{{ombox|type=notice|text= Supplemental BFRA approved 2020-06-06<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 79]]}}
{{ombox|type=notice|text= Supplemental BFRA approval requested, in trial until 2025-08-
<syntaxhighlight lang="perl">
package tasks::DeletionSortingCleaner;
Line 16:
+Status: Approved 2020-06-06
+BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 85
+Status:
Created: 2010-06-18
Line 61:
=for info
Supplemental BFRA approval requested, in trial until 2025-08-
=cut
Line 73:
my $res;
$api->task('DeletionSortingCleaner', 0, 10, qw/d::Talk d::Templates d::Redirects d::Trial/);
# Temporary.
my $BRFA85 = ! $api->check_trial( AnomieBOT::Task::timegm( 0, 18, 18, 20 + 1, 8, 125 ), 'AnomieBOT 85' );
# Get all redirects to templates we need to subst in XfD pages
|