Content deleted Content added
Updating published sources: WikiProjectWorker: * Done. |
Updating published sources: WikiProjectWorker: * Begin run for WikiProject Adventure games. NobotsHallOfShame: * Separate use of {{tl|nobots}} due to copyvio from normal use of {{tl|nobots}}. |
||
Line 33:
### Request link, for edit summary.
my $req="[[User:AnomieBOT/req/WikiProject
### Increment this number every time a new run is started, so we don't have to
### mess around with deleting previous runs' database entries.
my $seq=
### How to find the pages?
Line 45:
{
generator => 'embeddedin',
geititle => ['Template:WikiProject
geilimit => 100,
},
Line 60:
### How to copy other projects' assessments
sub copy_class {
#return ($_[0]->WPBmax($_[2], 'WikiProject Thailand'))[0];
}
sub copy_importance {
#return ($_[0]->WPBmax($_[2], 'WikiProject Thailand'))[1];
}
# Banner configurations.
my $main_banner='WikiProject
my @preprocess_templates=('WikiProject
my %banner_cfgs=(
'WikiProject
meta => 1,
canonicalize => 'WikiProject
stubauto => undef,
},
Line 102:
sub approved {
return
}
Line 209:
my $need_main_banner = ($api->WPBcheck($outtxt, $main_banner) == 0);
# grr, already redirected so the above always returns true
my $
my $name=shift;
$need_main_banner=0 if(grep $name eq $_, @main_banners); return undef;
}, $main_banner);
}
### PROCESSING ###
Line 233 ⟶ 235:
return undef if(grep $name eq $_, @main_banners);
push @params, '
push @merge, $oname;
|