Content deleted Content added
Updating published sources: TemplateReplacer12: * Completed. |
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 70:
foreach my $template (@templates){
$templates{"Template:$template"}=$tf{$template};
$res=$
list => 'backlinks',
bltitle => "Template:$template",
Line 81:
# Before starting, get the list of alternate names for our target
my %WPF=('Template:Film'=>1);
$res=$
list => 'backlinks',
bltitle => 'Template:Film',
Line 96:
while(my ($t,$c)=each %B){
$WPB{$t}=$c;
$res=$
list => 'backlinks',
bltitle => $t,
|