User:DaveBot: Difference between revisions

Jump to navigation Jump to search
(rename category)
(format)
 
Line 1: Line 1:
'''DaveBot''' is really a collection of bots running under a single account. These bots carry out mindless tasks so that others are free to use their time more creatively.
'''DaveBot''' is really a collection of bots running under a single account. These bots carry out mindless tasks so that others are free to use their time more creatively.


Automated tasks run by DaveBot:
==Tasks==
===Automated tasks===
* <s>[[Acronyms of Clinical Trial Names|Clinical trial acronym redirection]]</s> Done. [[User:Diberri|Diberri]] 21:01, 6 July 2009 (UTC)
* <s>[[Acronyms of Clinical Trial Names|Clinical trial acronym redirection]]</s> Done. [[User:Diberri|Diberri]] 21:01, 6 July 2009 (UTC)
* Red link removal
* Red link removal (see CSS changes)
* Protein/chemical image imports
* Protein/chemical image imports
* Deletion of pages within specific categories
* Deletion of pages within specific categories (see also CSS changes)
** [[:Category:Categories containing pages for deletion]] -- use <nowiki>{{</nowiki>delcat}}
** [[:Category:Categories containing pages for deletion]] -- use <nowiki>{{</nowiki>delcat}}
===CSS changes===
  /* In [[MediaWiki:Monobook.css]] */
 
  a.new {
    text-decoration: none !important;
    color: black !important;
  }
 
  .Template-Fact {
    display: none;
  }

Latest revision as of 18:24, 8 July 2009

DaveBot is really a collection of bots running under a single account. These bots carry out mindless tasks so that others are free to use their time more creatively.

Tasks

Automated tasks

CSS changes

 /* In MediaWiki:Monobook.css */
 
 a.new {
   text-decoration: none !important;
   color: black !important;
 }
 
 .Template-Fact {
   display: none;
 }