User:ImplSearchBot/Code: Difference between revisions

m
ImplSearchBot:0
m (ImplSearchBot:0)
m (ImplSearchBot:0)
Line 1:
<lang perl>#!/usr/bin/perl -w
#<nowiki>
 
use strict;
Line 144 ⟶ 145:
&postpage("Template:$omittemplatename", "<includeonly>$omitlisting</includeonly>", "ImplSearchBot:Updating list body of unimplemented tasks.", 1);
 
# I'll uncomment this if the layout has to change significantly again. In the mean time, that's over a hundred pages we don't have to edit...
# Update the layout of the listing page, because it's changed.
# &postpage($pagename,# $pagedata,Update "ImplSearchBot:Updatingthe layout of the listing page.",1); because it's changed.
# &postpage($pagename, $pagedata, "ImplSearchBot:Updating layout of listing page.",1);
 
}
Line 162 ⟶ 164:
 
print "Done\n";
 
#</nowiki>
</lang>