Content deleted Content added
Updating published sources: SourceUploader: * When I added "In trial", I forgot to update the always-present headers. |
Updating published sources: SourceUploader: * Include a header in the TaskList subpage. |
||
Line 230:
}
my $tasklist="<noinclude>\nThis page lists basic information about every task coded for this bot, including links to the bot approval and individual shutoff pages.\n\n== Tasks ==\n</noinclude>";
foreach my $section (sort keys %tasks){
my @links=sort @{$tasks{$section}};
$section=~s/^(\d+) //;
my $n=$1;
$tasklist.="\n
if(@links){
$tasklist.="{| class=\"wikitable sortable\"\n";
|