Operator: Mr.Z-man
Automatic or Manually Assisted: Automatic, supervised
Programming Language(s): AWB
Function Summary: Removes categories on AFC archive pages.
Edit period(s) (e.g. Continuous, daily, one time run): Daily (at least until old pages are finished)
Edit rate requested: Initially (until old archives are cleared) 5 edits per minute, eventually, 7 edits per week
Already has a bot flag (Y/N): N
Function Details: Removes categories (by converting them to links) on AFC archive pages to prevent them from being categorized into article categories. There are currently 481 archive pages, with one being added every day.
Could you publish regexes you intend to use? MaxSem 11:34, 29 April 2007 (UTC)[reply]
[[Category:
to [[:Category:
. The main problem is that there are 400 or so Wikipedia namespace pages in article namespace categories. All the old archive pages are kept simply to preserve the edit history and in case someone wants to go through some recent ones to check for decent articles people may have missed. As such, the few categories in them that use sortkeys would be changed to links that would display as their sortkeys linked to the category. I'm not really good at making regexes, if there is some way using AWB to remove the sortkeys and leave the category intact, I would use that. Mr.Z-mantalk¢ 19:24, 29 April 2007 (UTC)[reply]
<nowiki>{{templatename|param1|param2}}</nowiki>
with each template. Perhaps easier would be to replace {{name
with <nowiki>{{Template:name|name</nowiki>
. On the other hand, this may not be too important, and there may be a {{tl}}-like template somewhere which does this for you. Martinp23 10:04, 6 May 2007 (UTC)[reply]