Wikipedia talk:AutoWikiBrowser
Add topic- Home
Introduction and rules - User manual
How to use AWB - Discussion
Discuss AWB, report errors, and request features - User tasks
Request or help with AWB-able tasks - Technical
Technical documentation
This is the discussion page for the AutoWikiBrowser (AWB) project. It is also the place to discuss using the AWB program (for help, questions, or general inquiries about AWB). Specific guidelines on where to make particular reports or requests are provided in the § Before you post section below. Before asking a question, please refer to the read the § Frequently asked questions below.
Before you post
[edit]| Do you want to ... | Please use | ||||
|---|---|---|---|---|---|
| Report a bug or request a feature in AWB? | Check reported bugs on Phabricator before filing a new bug report. You do not need to create another account there; just log in with your global Wikimedia account. See this MediaWiki wiki page on how to report bugs and request features on Phabricator.
| ||||
| Report an incorrectly fixed typo? | Wikipedia talk:AutoWikiBrowser/Typos | ||||
| Request approval to use AWB? | Wikipedia:Requests for permissions/AutoWikiBrowser | ||||
| Ask a question about AWB or ask for help? | This page |
Frequently asked questions
[edit]
Frequently asked questions |
|---|
//Detect IE5.5+
if (navigator.appVersion.indexOf("MSIE")==-1)
{
// Previous contents go here
....
}
|
Discussion
[edit]Fetching page title in regex
[edit]List default sort
[edit]I'm curious, what is the default sorting mechanism AWB uses to generate a list of articles? It seems quite good at putting more important topics higher up. Sdkb talk 21:09, 4 July 2026 (UTC)
- It may depend on what your Source is. When I use "Category" or "Category (recursive)", the list is sorted in the same order as the articles appear in that category itself. Kiwipete (talk) 21:37, 4 July 2026 (UTC)
- I'm fairly certain it uses the same defaults as Wikipedia, so a Category pull will sort the same as the cat, a Search will go by "most recent edit", and a What Transcludes... search will go by (I think) oldest-to-newest addition of the template/page being transcluded (which is why the "more important" pages tend to be at the top). Primefac (talk) 17:09, 5 July 2026 (UTC)
- My AWB queries tend to be insource wiki searches. Sdkb talk 17:23, 5 July 2026 (UTC)
- If you haven't set any list sorting option in AWB (alphabetical etc.) then the result order is determined by the wikipedia/mediawiki search service, not AWB. Their search results are presumably sorted by relevance/popularity or similar by default. Rjwilmsi 15:48, 23 July 2026 (UTC)
- My AWB queries tend to be insource wiki searches. Sdkb talk 17:23, 5 July 2026 (UTC)
- I'm fairly certain it uses the same defaults as Wikipedia, so a Category pull will sort the same as the cat, a Search will go by "most recent edit", and a What Transcludes... search will go by (I think) oldest-to-newest addition of the template/page being transcluded (which is why the "more important" pages tend to be at the top). Primefac (talk) 17:09, 5 July 2026 (UTC)
Category (recursive) search
[edit]When I choose "Category (recursive)" as the Source, and enter a category name in Category, and click "Make list", all the child categories get added to the start of the list. Is this behaviour intentional? Could I ask that child categories not be included? It's not a particulary big deal, because I can simply delete these entries manually, but if there are a large(ish) number of child categories, this would be rather tiresome. Thanks, Kiwipete (talk) 18:43, 18 July 2026 (UTC)
- What are you trying to achieve? By definition 'recursive' behavior is exactly as you have described. Neils51 (talk) 01:14, 19 July 2026 (UTC)
- I'm trying to process all the articles that are in either the parent category itself or any of its (recursive) child categories. I'm not interested in processing the categories themselves. Kiwipete (talk) 04:11, 19 July 2026 (UTC)
- After you get them, just filter and select everything except categories.Naraht (talk) 04:47, 19 July 2026 (UTC)
- I'm trying to process all the articles that are in either the parent category itself or any of its (recursive) child categories. I'm not interested in processing the categories themselves. Kiwipete (talk) 04:11, 19 July 2026 (UTC)
Large list performance
[edit]Do we currently have a stable release with updates to improve large list performance? I would like to use that until the next official release is made available. the Stefen 𝕋ower 20:36, 22 July 2026 (UTC)
- I don't think there will be an official release for a while. Try https://github.com/DavidWBrooks/UnofficialAWB/releases/latest, which has those fixes (and more). David Brooks (talk) 13:35, 23 July 2026 (UTC)
- I have also put a snapshot release on sourceforge. Rjwilmsi 15:46, 23 July 2026 (UTC)
- Thank you both. I immediately noticed that the list's box has a shorter height or it doesn't stretch to the bottom like it used to. Is this intentional? the Stefen 𝕋ower 21:33, 23 July 2026 (UTC)
- Comparing this build with 6.4.0.0 on my machine I don't see a difference, but it does differ from 6.3.1.1. That's because the latter doesn't display the horizontal scrollbar. Was that it?
- Also on some systems I've seen a thicker horizontal scrollbar than on others, but I can't recall what the distinction is associated with. David Brooks (talk) 02:35, 24 July 2026 (UTC)
- My comparison is with 6.5.0.0 (64-bit) that I was using, where the list box stretched to the bottom, just above the status bar. With the 6.5.0.1 snapshot, there is like an inch of unused space between the list box and the status bar. the Stefen 𝕋ower 03:05, 24 July 2026 (UTC)
- Ah, the snapshot included some of my local changes for listbox sizing issues on Wine, I've reuploaded the snapshot without that in, if you'd like to download it again and try again. Rjwilmsi 08:02, 24 July 2026 (UTC)
- OK, that fixes it. Thanks! the Stefen 𝕋ower 08:23, 24 July 2026 (UTC)
- Ah, the snapshot included some of my local changes for listbox sizing issues on Wine, I've reuploaded the snapshot without that in, if you'd like to download it again and try again. Rjwilmsi 08:02, 24 July 2026 (UTC)
- My comparison is with 6.5.0.0 (64-bit) that I was using, where the list box stretched to the bottom, just above the status bar. With the 6.5.0.1 snapshot, there is like an inch of unused space between the list box and the status bar. the Stefen 𝕋ower 03:05, 24 July 2026 (UTC)
- As I go through a long list combining articles from three WikiProjects, AWB is definitely zipping through it with this release. Big thanks! the Stefen 𝕋ower 23:06, 23 July 2026 (UTC)
- Thank you both. I immediately noticed that the list's box has a shorter height or it doesn't stretch to the bottom like it used to. Is this intentional? the Stefen 𝕋ower 21:33, 23 July 2026 (UTC)
- I have also put a snapshot release on sourceforge. Rjwilmsi 15:46, 23 July 2026 (UTC)
Please avoid adjusting spacing inside Template:convert
[edit]See this edit, which broke {{convert}}. – Jonesey95 (talk) 15:40, 26 July 2026 (UTC)
- That might be something that BD2412 did as a custom change, but I'm not 100% sure as I don't usually run genfixes with "add what got changed to the edit summary". Primefac (talk) 18:15, 26 July 2026 (UTC)
- @Jonesey95 and Primefac: Please see the resolution at Template talk:Convert#False positives for punctuation errors. BD2412 T 18:37, 26 July 2026 (UTC)
- Cool. Primefac (talk) 18:48, 26 July 2026 (UTC)
- @Jonesey95 and Primefac: Please see the resolution at Template talk:Convert#False positives for punctuation errors. BD2412 T 18:37, 26 July 2026 (UTC)