Content deleted Content added
Updating published sources: TFATitleSubpageCreator: * Handle simple linktrail. |
Updating published sources: TFATitleSubpageCreator: * Allow for bolding being inside the piped part of the link, rather than around the whole link. |
||
Line 77:
my $template="Template:TFA title/$date";
unless(
$_->{'revisions'}[0]{'*'}=~/\[\[\s*([^|\]]+?)\s*\|\s*'''[^]]+'''\s*\]\]/ || $_->{'revisions'}[0]{'*'}=~m!\[\[\s*([^|\]]+?)\s*\|\s*<b>[^]]+</b>\s*\]\]!
){
$api->warn("No FA link in $title?\n");
warn $_->{'revisions'}[0]{'*'};
|