User:ImplSearchBot/Code: Difference between revisions

m
ImplSearchBot:0
m (ImplSearchBot:0)
m (ImplSearchBot:0)
Line 145:
$baretaskname =~ s/^Category://;
# Add the task to the unimplemented list, if it's unimplemented, and if it's not in the omit list.
$unimplisting .= "* [[$baretaskname]]\n"
unless(exists $implemented{$taskname} or exists $omitted{$taskname});
 
# Add the task to the omission list, if it's omitted.