User:AnomieBOT/source/tasks/AutoAssessor2.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Handle the case where URI (or Digest::MD5) doesn't screw up on utf8 strings. AutoAssessor2 & WikiProjectTagger: * Add empty <code>class=</code> and/or <code>importance=</code> to our banners when necessary,
AnomieBOT (talk | contribs)
Updating published sources: AutoAssessor2: * Approved!
Line 1:
{{ombox|type=notice|text= ApprovalApproved requested2008-12-07<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 15]]}}
<source lang="perl">
package tasks::AutoAssessor2;
Line 9:
Task: AutoAssessor2
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 15
Status: BRFAApproved 2008-12-07
Rate: Max 6 edits/minute
 
Line 43:
# or '' for ns 0) to an array [ $class, $classre, $imp, $impre].
# stubauto => Boolean, whether to add "auto=yes" when tagging a stub.
# canonicalize => If defined, any instance of the template will be renamed to
# this when edits are done to the page.
# importance => If specified, this is the name of the "importance" parameter
# instead of "importance".
# canonicalize => If defined, any instance of the template will be renamed to
# this when edits are done to the page.
# verify => If defined, must be a subroutine that will be called with the
# page and talkpage results. The subroutine must return a boolean value,
Line 87:
 
=for info
ApprovalApproved requested2008-12-07<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 15]]
 
=cut
 
sub approved {
return 01;
}