Content deleted Content added
Updating published sources: BAGBot, OnThisDayTagger, OrphanReferenceFixer, TaskRedirectChecker, TemplateSubster: * rvstartid changed to rvcontinue for continuation. |
Updating published sources: OnThisDayTagger: * Converted the template to Scribunto, so no more need to count the available parameters. Yay! |
||
Line 79:
my $screwup=' Errors? [[User:'.$api->user.'/shutoff/OnThisDayTagger]]';
$api->store->{'nextday'}=2640 unless exists($api->store->{'nextday'});
Line 191 ⟶ 190:
}
close X;
return undef;
Line 404 ⟶ 400:
$api->store->{"nextday"}=++$self->{'nextday'};
}
my $next=86400-($starttime%86400)-(time-$starttime);
Line 606 ⟶ 599:
$output.="<b><i>$buffer</i></b>" if($state eq 'both' && $buffer ne '');
return $output;
}
Line 703 ⟶ 657:
$i++;
}
$done=1;
return "{{$oname|".join('|', @$params)."}}";
Line 726 ⟶ 679:
$i++;
}
$templ.="}}";
|