Content deleted Content added
Updating published sources: PERTableUpdater: * Template-editors can edit through title blacklist protection. |
Updating published sources: PERTableUpdater: * Apply the colon trick always, there are titles other than File- and Category-namespace that need it. |
||
Line 354:
my $t=$p->{'title'};
my $et=encodetitle($p->{'logtitle'});
my $tt=$p->{'talk'};
my $pt=$p->{'prottype'};
my $r=$p->{'reason'};
$txt.=qq(|-$c\n);
$txt.=qq(| [[:$t]] ([[$tt#$tgt|request]])\n);
$txt.=strftime("| %F %H:%M\n", gmtime $p->{'touched'});
$txt.=qq(| $pt <span class="plainlinks">([//en.wikipedia.org/w/index.php?title=Special:Log&type=protect&page=$et log])</span>\n);
|