Content deleted Content added
Updating published sources: DeletionSortingCleaner: * Trial complete. |
Updating published sources: DeletionSortingCleaner: * Supplemental BRFA approved! |
||
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
<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 23:
* Archive discussions for closed XfDs
* Remove duplicate XfD listings
*
If necessary, the bot may be kept off a deletion sorting subpage by adding
Line 61:
=for info
Supplemental BFRA
=cut
Line 74:
$api->task('DeletionSortingCleaner', 0, 10, qw/d::Talk d::Templates d::Redirects/);
# Get all redirects to templates we need to subst in XfD pages
Line 278 ⟶ 275:
# Deleted since it was listed, so remove from page.
$deleted=1;
push @summary, "[[$name]] (was deleted)";
|