Content deleted Content added
Updating published sources: WikiProjectWorker: * Done. |
Updating published sources: WikiProjectWorker: * Start run for WP:WikiProject Higher Education. |
||
Line 32:
### 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?
my %catmap = (
"Category:
);
my @cats=keys %catmap;
Line 80 ⟶ 73:
# Banner configurations.
my $main_banner='WikiProject
my %banner_cfgs=(
'WikiProject
meta =>
canonicalize => 'WikiProject Higher education',
},
);
# Extra parameters (e.g. workgroup).
my @extra_params=(
my $taggingwith = @extra_params ? '|' . join( '|', @extra_params ) : '';
Line 125 ⟶ 119:
sub approved {
return
}
|