| Anomie is still around, mostly to maintain AnomieBOT. But after the WMF proved that office politics are more important to them than seemingly anything else, and otherwise generally seem more concerned with their own image than substance, Anomie is not engaging in technical work on MediaWiki. |
| Live status for all AnomieBOT tasks is available atToolforge. |
![]() | Regarding the OrphanReferenceFixer and TagDater, please note: | |
|---|---|---|
Thank you. | ||
![]() | ||
| ||
Archives |
| Index1,2,3,4,5,6,7,8,9,10 11,12,13,14,15 |
This page has archives. Sections older than90 days may be auto-archived byClueBot III. |
Thisedit correctly replaced{{WikiProject Adelaide}} withAdelaide=yes within{{WikiProject Australia}}, however there already was an existing{{WikiProject Australia}} template. Can the bot check for duplicate WikiProject templates within the banner wrapper and either just skip it or incorporate it within the existing template?The-Pope (talk)13:43, 12 September 2025 (UTC)[reply]
{{Subst only|auto=yes}}, it doesn't know anything about the actual content or usage of any of the templates. If you compare the pagebefore andafter, you can see that the visual rendering has not changed.Anomie⚔14:04, 12 September 2025 (UTC)[reply]Wikipedia:Bots/Requests for approval/AnomieBOT 86 was approved to allow AnomieBOT to update its EnDashRedirectCreator redirects when they're lacking things like {{User:AnomieBOT/Auto-G8}} or{{R avoided double redirect}} or the targets in those templates are incorrect. So it'll be working through the backlog on that for a bit, in case anyone sees the edits happening and wonders what's up.Anomie⚔22:32, 14 September 2025 (UTC)[reply]
Hi@Anomie:, the subject line kinda says it all ... except I've changed the syntax to make it easier to link to the section if need be. I've found over a hundred instances (mostly added with Parsoid over the years) where instead of the wikitext saying "{{vague|date=September 2025}}", it occasionally says "{{vague|date={{CURRENTMONTHNAME}} {{CURRENTYEAR}}", as if these magic words weren't substed properly somewhere along the line. See the diffs inthis permalink to my contribs for examples. Could this bot be programmed to catch and fix these as soon as they happen in articles? At the time of writing, I'vefixed them all, but the sooner they're detected, the easier they are to fix, so I was wondering if this bot could help out with this task. Thanks!Graham87 (talk)14:00, 18 September 2025 (UTC)[reply]
Hi @Anomie. Since you've been more active lately in bot work, wondering if you can modify the BRFA clerking task to also close the BRFA (inserting the headers and footers) once a BAG member marks it as
Approved. or
Speedily Approved.? –SD0001 (talk)09:23, 23 September 2025 (UTC)[reply]
AnomieBOT hasn't updatedWikipedia:Categories for discussion/Old unclosed discussions for several hours, even though I've closed lots of discussions since then.* Pppery *it has begun...23:12, 26 September 2025 (UTC)[reply]
I've been spending some time onCategory:Pages with incorrect ref formatting recently and have seen the following pattern, well, more than once:
And the last step breaks the reference, which incredibly MediaWiki manages to parse at all the previous steps. I don't know how best to avoid this story ending with a broken reference, but could I suggest that one improvement would be for AnomieBot to convert <ref name=""foo""> into <ref name="foo"> rather than <ref name="">, since that is apparently how MediaWiki parses it? I can also see that it might be good for AWB to remove the curly quotes in this situtation rather than converting them, or for a new bot task to fix all the references with curly quotes, nested or otherwise. Pinging @Trappist the monk for comments since Monkbot is involved as well. Thanks,Wham2001 (talk)15:39, 5 October 2025 (UTC)[reply]
|date= param on maintainance templates, for which I am very, very grateful. Best,Wham2001 (talk)15:41, 5 October 2025 (UTC)[reply]name=""summat"" ref names. But not all. If we are to believethis search there are about 460 articles with reference names that beginname="“ orname="”. There were a couple of articles in the categories where task 21 is working that I have fixed.“" or”"; the search times out. Constrained to the categories where task 21 is working, the search finds no articles.(<ref\s+name\s*=\s*")[“”]([^\>]+)[“”]("\>)$1$2$3<refname="“”"> or<refname="Historical Log 3C: Mutant-Hunting Exonims Begin “The Decimation”">.<ref name=“Ray2003”> and<ref name="“Ray2003”"> as being the same. The search-and-replace described here will only change<ref name="“Ray2003”"> to<ref name="Ray2003">, which MediaWiki will not consider the same as<ref name=“Ray2003”>, leaving one of the two orphaned. On the plus side, it looks like AnomieBOT will do the right thing with that to finish the fix.Anomie⚔00:08, 6 October 2025 (UTC)[reply]<ref name=''foo''>.Anomie⚔23:53, 5 October 2025 (UTC)[reply]Hi @AnomieBOT, I saw you tag the above article with COI, could you explain why do you thing the creator has COI?Uncle Bash007 (talk)21:48, 5 October 2025 (UTC)[reply]
|date=September 2025 to a tag added by another editor inan earlier edit.Anomie⚔23:56, 5 October 2025 (UTC)[reply]I'm curious why AnomieBOT only substituted some of the instances of {{Format ISBN}} and not all of them in this edit:https://en.wikipedia.org/w/index.php?title=Druze&diff=prev&oldid=1313816758 --Lexiconaut (talk)03:13, 6 October 2025 (UTC)[reply]
<!-- near the end of line 505 (not far after the last instance of the template it did subst) as beginning a comment which contains the rest of the article, while MediaWiki's parser at some point changed to ignore a<!-- not matched by a-->. Probably I should look at changing that in AnomieBOT one of these days.Anomie⚔03:23, 6 October 2025 (UTC)[reply]<ref> only runs to the end of the tag, not to the end of the document. For that matter, if you try to do like<ref> ... <nowiki></ref></nowiki>, MediaWiki sees that as an unclosed<nowiki> inside a<ref> rather than an unclosed<ref>, while currently AnomieBOT's "strip_nowikis" function would see it as the opposite. I'll have to adjust AnomieBOT's code that "strips" comments and nowikis to take this into account.Anomie⚔17:22, 6 October 2025 (UTC)[reply]<!-- inside<ref></ref> recently. I can't figure out why they are suddenly popping up. I've removed the offending<!--. --Lexiconaut (talk)17:52, 6 October 2025 (UTC)[reply]{{cite whatever |blah=... |blah3=... <!-- |blah2=... -->}}, and then other bots or scripts try to reorder the parameters or otherwise adjust parameters without properly handling comments (e.g.{{cite whatever |blah=... |blah2=... --> |blah3=... <!--}}). SeeWikipedia talk:ProveIt#Does not properly handle commented-out parameters in cite templates for one example.In this case withDruze, it looks like Monkbot saw{{cite journal |... |jstor=25802822<!-- |access-date=22 November 2023 -->}} and decided to remove theaccess-date non-parameter inSpecial:Diff/1313811285.@Trappist the monk: for info.Anomie⚔18:38, 6 October 2025 (UTC)[reply]access-date; there's another instance further up in that diff that the bot didn't change. --Lexiconaut (talk)19:11, 6 October 2025 (UTC)[reply]<ref>{{cite whatever}}<!--|access-date=...--></ref>. Looks like those probably go back toSpecial:Diff/724728852 from 2016.Anomie⚔19:39, 6 October 2025 (UTC)[reply]|access-date= parameters that existin a cs1|2 template when that template does not have|url= (or one of the|chapter-url= aliases). The commented-out|access-date= parameters that were not deleted are outside of cs1|2 templates so were ignored.<!--...--> markup if empty. Right now this applies only to|access-date=.Hello,Anomie,
I think that AnomieBOT III needs to be restarted. It missed its last reporting cycle reports. Thanks.LizRead!Talk!22:42, 10 October 2025 (UTC)[reply]
Regarding[1],X-ray is on a fairly different topic and the content near the ref tag is not similar. Maybe the bot needs a filter for generic ref-names when looking for inter-article correspondence?DMacks (talk)18:03, 26 October 2025 (UTC)[reply]
User:AnomieBOT/Nobots Hall of Shame, a page which you created or substantially contributed to, has been nominated fordeletion. Your opinions on the matter are welcome; you may participate in the discussion by adding your comments atWikipedia:Miscellany for deletion/User:AnomieBOT/Nobots Hall of Shame and please be sure tosign your comments with four tildes (~~~~). You are free to edit the content ofUser:AnomieBOT/Nobots Hall of Shame during the discussion but should not remove the miscellany for deletion template from the top of the page; such a removal will not end the deletion discussion. Thank you.JFHJr (㊟)05:19, 2 November 2025 (UTC)[reply]
Hi, I'd like to report a problem with theUser:AnomieBOT/PREQTable template. I noticed that in the table'sassociated category, unprotected requests that are in the article namespace are supposed to be colored in green, while unprotected requests in any other namespace are supposed to be the baseline wiki color (which is usually gray). However, I noticed (with thisrecent revision as an example) that, regardless of which namespace the pages are in, all unprotected pages are always the baseline wiki color; the pages that are supposed to be green in the table aren't colored as such. Do you think you can tend to this issue? —Alex26337 (talk)17:27, 3 November 2025 (UTC)[reply]
AnomieBot has stopped editing for 4 hours, latest edit 23:25 4 NovemberSpecial:Contributions/AnomieBOT --pro-anti-air ––>(talk)<––03:44, 5 November 2025 (UTC)[reply]
Hello, Anomie,
i don't see any recent reports atUser:AnomieBOT III/Broken redirects which is odd because I'm still deleting broken redirects to draft pages. Could you check on this for me? Thank you.LizRead!Talk!19:51, 10 November 2025 (UTC)[reply]
User:CSD U6 Bot now exists, forWikipedia:Bots/Requests for approval/CSD U6 Bot.Anomie⚔23:38, 14 November 2025 (UTC)[reply]
Hello,Anomie,
I'm not sure what happened but AnomieBOT III didn't issue a broken redirect report on its regular schedule. So, maybe it needs a restart. Thank you.LizRead!Talk!23:53, 14 November 2025 (UTC)[reply]