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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: DatedCategoryCreator: * Special case Category:Wikipedia articles with style issues by month.
AnomieBOT (talk | contribs)
Updating published sources: DatedCategoryCreator: * Pointless template rename. DatedCategoryDeleterTest: * Apparently the test was screwed up by a similar category rename. Sigh. Re-enable the test.
Line 176:
 
# Figure out the parent cat, and calculate the parameters for {{Monthly
# clean -up category}}.
my $parent=$title;
my $txt='{{Monthly clean -up category';
$parent=~s/^Category://;
$parent=~s/($monthre) (\d{4})$//;