User:AnomieBOT/source/tasks/EnDashRedirectCreator.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * Clean up skip list. The two non-images have been deleted, and for the image there's little point in skipping just that one since seven other such images have had local pages created since.
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * Seems someone created {{tl|R from alternative hyphenation}} now.
Line 320:
my $tosection = defined( $fragment ) ? "\n{{R to section}}" : '';
my $double = $origtarget eq $target ? '' : "\n{{R avoided double redirect|1=$origtarget}}";
my $txt = "#REDIRECT [[:$target]]\n\n{{Redirect category shell|\n{{R from modificationalternative hyphenation|1={{-r|1=$origtarget}}}}$double$tosection\n}}\n{{User:AnomieBOT/Auto-G8|target=$origtarget}}";
my $summary;
if ( exists( $tok->{'missing'} ) ) {