Content deleted Content added
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, |
Updating published sources: AutoAssessor2: * Approved! |
||
Line 1:
{{ombox|type=notice|text=
<source lang="perl">
package tasks::AutoAssessor2;
Line 9:
Task: AutoAssessor2
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 15
Status:
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
=cut
sub approved {
return
}
|