User:ImplSearchBot/Code: Difference between revisions

Content added Content deleted
m (ImplSearchBot:0)
m (ImplSearchBot:0)
Line 1: Line 1:
<lang perl>#!/usr/bin/perl -w
<lang perl>#!/usr/bin/perl -w
#<nowiki>


use strict;
use strict;
Line 144: Line 145:
&postpage("Template:$omittemplatename", "<includeonly>$omitlisting</includeonly>", "ImplSearchBot:Updating list body of unimplemented tasks.", 1);
&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, "ImplSearchBot:Updating layout of listing page.",1);
# # Update the layout of the listing page, because it's changed.
# &postpage($pagename, $pagedata, "ImplSearchBot:Updating layout of listing page.",1);


}
}
Line 162: Line 164:


print "Done\n";
print "Done\n";

#</nowiki>
</lang>
</lang>