Content deleted Content added
Updating published sources: SourceUploader: * Sort directory pages by last modified date. * Use <nowiki><syntaxhighlight></nowiki> instead of <nowiki><source></nowiki>. d::NoWiki: * Add support for <nowiki><syntaxhighlight></nowiki>. General: * Vario |
Updating published sources: ReplaceExternalLinks2: * Screen-scrape archive.org and pull the archive closest to the access date. * Query webcitation.org too. * Try to find access dates in non-templated <ref> tags. * Remove {{tl|dead link}} adjac |
||
Line 95:
my @s=map $_->{'anchor'}, @{$res->{'parse'}{'sections'}};
my $anchorenc=shift @s; $anchorenc=~s/^XXX_//; # Pull out the dummy
next if grep($_ eq $anchorenc, @s);
|