Content deleted Content added
Updating published sources: WikiProjectWorker: * Crap, wrong edit summary. |
Updating published sources: WikiProjectWorker: * D'oh, spelling error. |
||
Line 211:
my $key=undef;
$key='southerncalifornia' if $banner eq 'WikiProject Southern California';
$key='santabarbaracounty' if $banner eq 'WikiProject Santa Barbara
return undef unless defined($key);
push @params, "$key=yes" unless grep(s/^(\s*\Q$key\E\s*=\s*).*?(\s*)$/${1}yes$2/s, @params);
Line 231:
if(ref($outtxt) eq 'HASH'){
$api->warn("Preprocessing $title failed: ".$outtxt->{'error'}."\n");
next;
}
if(!@merge){
$api->warn("$title contains ".$iter->iterval.", but not in section 0\n");
next;
}
Line 258 ⟶ 262:
$out.="}}";
return undef if $out eq $wikitext;
return $out;
}, $main_banner, @params);
|