Content deleted Content added
Updating published sources: OnThisDayTagger: * The arbitrary and pointless renaming of templates to have spaces strikes again. |
Updating published sources: BAGBot, OnThisDayTagger, OrphanReferenceFixer, TaskRedirectChecker, TemplateSubster: * rvstartid changed to rvcontinue for continuation. |
||
Line 461:
my $start=$api->ISO2timestamp(day("%Y-%m-%dT00:00:00Z",$day+1));
my
titles => day("Wikipedia:Selected anniversaries/%B %-d",$day),
rvlimit => 1,
Line 469:
prop => 'revisions',
);
while(
$page->{'code'}='success';
my $t=$api->ISO2timestamp($page->{'revisions'}[0]{'timestamp'});
Line 478 ⟶ 476:
$api->store->{"day $day"}=$page;
$api->store->{"day $day"}{'cached'}=1;
$
return $page;
}
}
}
|