Content deleted Content added
Updating published sources: AutoAssessor2 & WikiProjectTagger: * Ability to configure the name of the "auto=yes" parameter for stubs. WikiProjectTagger: * Add support for "marking" categories, to make param adding easier. * Adjust config for upco |
Updating published sources: General: * BREAKING CHANGE: Due to the upcoming API breaking change, the functionality of $api->query() has changed to automatically continue over most property requests. $task->fullquery() is now redundant and has been re |
||
Line 107:
while(my ($t,$c)=each %cfg_templates){
$c->{'names'}=[ "Template:$t" ];
$res=$
list => 'backlinks',
bltitle => "Template:$t",
Line 167:
while(@pageids){
$q2{'pageids'}=join('|', splice(@pageids, 0, 500));
$res=$
foreach my $page (values %{$res->{'query'}{'pages'}}){
my $pageid=$page->{'pageid'};
|