Content deleted Content added
Updating published sources: OnThisDayTagger: * Fix handling of multi-line <noinclude>. |
Updating published sources: OnThisDayTagger: * The arbitrary and pointless renaming of templates to have spaces strikes again. |
||
Line 617:
# Load template content
my $res=$api->rawpage('Template:
if($res->{'code'} eq 'shutoff'){
$api->warn("Task disabled: ".$res->{'content'}."\n");
Line 623:
}
if($res->{'code'} ne 'success'){
$api->warn("Could not load Template:
return 60;
}
Line 638:
# No, complain
$api->log("Whining about insufficient parameters in {{
my $summ="{{[[Template:
$res=$api->whine($summ, "It appears that {{tl|
if($res->{'code'} eq 'shutoff'){
$api->warn("Task disabled: ".$res->{'content'}."\n");
Line 646:
}
if($res->{'code'} ne 'success'){
$api->warn("Could not complain about {{
return 60;
}
Line 660:
my %redir=%{$self->{'redir'}};
if(!%redir){
%redir=$api->redirects_to('Template:
if(exists($redir{''})){
$api->warn("Could not load list of redirects to Template:
return undef;
}
|