Jump to content

User talk:Enterprisey

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Enterprisey (talk | contribs) at 03:45, 13 August 2016 (→‎Request regeneration of list?: re). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Category requests reviewed with AFCH beta

Hi Enterprisey, I hope you are well.

In Diff of Wikipedia:Articles for creation/Redirects I responded to two category requests. When reviewing the request for Category:People from Sariwon, both Category:People by city in North Korea and Category:People from North Hwanghae were listed in the "reviewing area" at the top of the page as parent categories. (Category:Sariwon was obviously not, as it did not exist yet.) AFCH beta however created Category:People from Sariwon only with the first mentioned parent category, Category:People by city in North Korea, see here. Sam Sailor Talk! 11:20, 22 June 2016 (UTC)[reply]

I can't say I'm that familiar with the AFCH beta source code, although I'll give it a read-through anyway. As a side note, it might be worth it to take the category code out of AFCH beta and repackage it into a new script, since I can't even edit the AFCH beta code in the interface namespace. Enterprisey (talk!(formerly APerson) 15:24, 22 June 2016 (UTC)[reply]
Sam Sailor, alright, I read the source code and found the error. Apparently the script only supports one parent category, ever. I guess I should copy the script to my userspace and make the necessary modification, which should take less than an hour. Enterprisey (talk!(formerly APerson) 15:27, 22 June 2016 (UTC)[reply]
Sam Sailor, I made a new script that supports multiple parent categories, located at User:Enterprisey/AFCRHS.js. Enterprisey (talk!(formerly APerson) 17:55, 22 June 2016 (UTC)[reply]
Thank you, I will install and test. Sam Sailor Talk! 09:49, 23 June 2016 (UTC)[reply]
I had a chance to test User:Enterprisey/AFCRHS.js today, and there seems to be a bug: the script is stuck after choosing say "accept" in the initial scroll-down box. Sam Sailor Talk! 08:21, 24 June 2016 (UTC)[reply]
Sam Sailor, apparently I forgot to include editing functionality. (Oops...) Should be fixed now. Enterprisey (talk!(formerly APerson) 00:22, 25 June 2016 (UTC)[reply]
Thanks, but now, when clicking "Review (old)" in the More menu, nothing at all happens. Sam Sailor Talk! 07:28, 25 June 2016 (UTC)[reply]
Hmm. The script seems to be working for me. Would it be possible for you to open your developer console, then hit "Review (old)", then paste any error messages that appear on this talk page? Thanks! Enterprisey (talk!(formerly APerson) 17:50, 25 June 2016 (UTC)[reply]

Now the initial "Reviewing AfC redirect requests" displays fine. Scrolling down to "Decline" nothing happens. In Firefox the error message is: "ReferenceError: afcHelper_redirect_onActionChange is not defined" followed by "onchange() Redirects:1" on a new line. In Chrome it's similar: "Uncaught ReferenceError: afcHelper_redirect_onActionChange is not defined", new line line "onchange @ Redirects:1". Best, Sam Sailor Talk! 11:39, 26 June 2016 (UTC)[reply]

I think I know what the problem is; will fix when I get back to a computer. Enterprisey (talk!(formerly APerson) 14:04, 26 June 2016 (UTC)[reply]
Update: I know exactly what the problem is, and I'm fixing it right now. Enterprisey (talk!(formerly APerson) 17:56, 26 June 2016 (UTC)[reply]
Sam Sailor, fixed. Enterprisey (talk!(formerly APerson) 19:25, 26 June 2016 (UTC)[reply]
Worked nicely on the redir request I responded to. Thank you again, Enterprisey. Sam Sailor Talk! 08:54, 27 June 2016 (UTC)[reply]

We got a cat request now I responded to, and I get this error message in Firefox. Sam Sailor Talk! 10:27, 27 June 2016 (UTC) [reply]

Error report

TypeError: category_name.replace is not a function
afcHelper_redirect_init()          index.php:84
<anonymous>          index.php:685
jQuery.event.dispatch()          load.php:65
jQuery.event.add/elemData.handle()          load.php:60

Probably no surprise, but when responding to a R request and that cat request still being open, the same error is returned. Sam Sailor Talk! 16:49, 27 June 2016 (UTC)[reply]

Sam Sailor, fixed. Enterprisey (talk!(formerly APerson) 02:44, 28 June 2016 (UTC)[reply]
Thanks, will test. Is Special:Permalink/727201754#Caps in closing param a 1-min job when you can code? Skip it, if you are busy, it's not an urgent matter. Sam Sailor Talk! 08:42, 28 June 2016 (UTC)[reply]

Responding to a cat request, all went smoothly. But subsequently responding to a redir request, nothing happens after you pick "Accept" and the error code "IN CHANGE HANDLER index.php:548:39" (new line) "Entering afcHelper_redirect_onActionChange, id = 2 index.php:205:9" is returned. Sam Sailor Talk! 08:53, 28 June 2016 (UTC)[reply]

Sam Sailor, I just fixed a couple of bugs; can you check if you can review now? Enterprisey (talk!(formerly APerson) 03:05, 8 July 2016 (UTC)[reply]
Works fine on redirects, thanks. Sam Sailor Talk! 15:34, 11 July 2016 (UTC)[reply]
It makes sense to have the most common R templates listed at the top of onActionChange(id) but could we list them all sorted per {{R template index}}, have a look at the below. Sam Sailor Talk! 17:21, 11 July 2016 (UTC)[reply]
R templates

   function afcHelper_redirect_onActionChange(id) {
       console.log("Entering afcHelper_redirect_onActionChange, id = " + id);
       var extra = $("#afcHelper_redirect_extra_" + id);
       var selectValue = $("#afcHelper_redirect_action_" + id).val();
       extra.html(); // Blank it first
       if (selectValue === 'accept') {
           if (afcHelper_Submissions[id].type === 'redirect') {
               extra.html(extra.html() + '<label for="afcHelper_redirect_from_' + id + '">From: </label><input type="text" ' + 'name="afcHelper_redirect_from_' + id + '" id="afcHelper_redirect_from_' + id + '" value="' + afcHelper_escapeHtmlChars(afcHelper_Submissions[id].title) + '" />');
               extra.html(extra.html() + ' 
<label for="afcHelper_redirect_to_' + id + '">To: </label><input type="text" ' + 'name="afcHelper_redirect_to_' + id + '" id="afcHelper_redirect_to_' + id + '" value="' + afcHelper_escapeHtmlChars(afcHelper_Submissions[id].to) + '" />'); extra.html(extra.html() + '
<label for="afcHelper_redirect_append_' + id + '">Template to append: </label>' + afcHelper_generateSelect('afcHelper_redirect_append_' + id, [{ label: 'Frequently used', value: 'Frequently used', disabled: true }, { label: 'R from alternative name', value: 'R from alternative name' }, { label: 'R from alternative language', value: 'R from alternative language' }, { label: 'R from alternative spelling', value: 'R from alternative spelling' }, { label: 'R to section', value: 'R to section' }, { label: 'R to disambiguation page', value: 'R to disambiguation page' }, { label: 'R from title with diacritics', value: 'R from title with diacritics' }, { label: 'Grammar, punctuation, and spelling', value: 'Grammar, punctuation, and spelling', disabled: true }, { label: 'R to acronym', value: 'R to acronym' }, { label: 'R from acronym', value: 'R from acronym' }, { label: 'R to initialism', value: 'R to initialism' }, { label: 'R from initialism', value: 'R from initialism' }, { label: 'R from CamelCase', value: 'R from CamelCase' }, { label: 'R from other capitalisation', value: 'R from other capitalisation' }, { label: 'R from miscapitalisation', value: 'R from miscapitalisation' }, { label: 'R from modification', value: 'R from modification' }, { label: 'R from plural', value: 'R from plural' }, { label: 'R to plural', value: 'R to plural' }, { label: 'R to disambiguation page', value: 'R to disambiguation page' }, { label: 'R from title with diacritics', value: 'R from title with diacritics' }, { label: 'Parts of speech', value: 'Parts of speech', disabled: true }, { label: 'R from adjective', value: 'R from adjective' }, { label: 'R from adverb', value: 'R from adverb' }, { label: 'R from common noun', value: 'R from common noun' }, { label: 'R from gerund', value: 'R from gerund' }, { label: 'R from proper noun', value: 'R from proper noun' }, { label: 'R from verb', value: 'R from verb' }, { label: 'Spelling', value: 'Spelling', disabled: true }, { label: 'R from alternative spelling', value: 'R from alternative spelling' }, { label: 'R from ASCII-only', value: 'R from ASCII-only' }, { label: 'R to ASCII-only', value: 'R to ASCII-only' }, { label: 'R from diacritics', value: 'R from diacritics' }, { label: 'R to diacritics', value: 'R to diacritics' }, { label: 'R from misspelling', value: 'R from misspelling' }, { label: 'R from stylization', value: 'R from stylization' }, { label: 'Alternative names - General', value: 'Alternative names - General', disabled: true }, { label: 'R from alternative language', value: 'R from alternative language' }, { label: 'R from alternative name', value: 'R from alternative name' }, { label: 'R from former name', value: 'R from former name' }, { label: 'R from historic name', value: 'R from historic name' }, { label: 'R from incorrect name', value: 'R from incorrect name' }, { label: 'R from list topic', value: 'R from list topic' }, { label: 'R from long name', value: 'R from long name' }, { label: 'R from short name', value: 'R from short name' }, { label: 'R from sort name', value: 'R from sort name' }, { label: 'R from less specific name', value: 'R from less specific name' }, { label: 'R from more specific name', value: 'R from more specific name' }, { label: 'Alternative names - People', value: 'Alternative names - People', disabled: true }, { label: 'R from birth name', value: 'R from birth name' }, { label: 'R from personal name', value: 'R from personal name' }, { label: 'R from surname', value: 'R from surname' }, { label: 'R from given name', value: 'R from given name' }, { label: 'R from married name', value: 'R from married name' }, { label: 'R from pseudonym', value: 'R from pseudonym' }, { label: 'Alternative names - Technical', value: 'Alternative names - Technical', disabled: true }, { label: 'R from technical name', value: 'R from technical name' }, { label: 'R to technical name', value: 'R to technical name' }, { label: 'R from trade name', value: 'R from trade name' }, { label: 'R from molecular formula', value: 'R from molecular formula' }, { label: 'R from Java package name', value: 'R from Java package name' }, { label: 'Alternative names - Organisms', value: 'Alternative names - Organisms', disabled: true }, { label: 'R from scientific name', value: 'R from scientific name' }, { label: 'R to scientific name', value: 'R to scientific name' }, { label: 'R from alternative scientific name', value: 'R from alternative scientific name' }, { label: 'Alternative names - Geography', value: 'Alternative names - Geography', disabled: true }, { label: 'R from name and country', value: 'R from name and country' }, { label: 'R from specific geographic name', value: 'R from specific geographic name' }, { label: 'R from postal code', value: 'R from postal code' }, { label: 'Navigation', value: 'Navigation', disabled: true }, { label: 'R to anchor', value: 'R to anchor' }, { label: 'R from file metadata link', value: 'R from file metadata link' }, { label: 'R to list entry', value: 'R to list entry' }, { label: 'R to section', value: 'R to section' }, { label: 'R from shortcut', value: 'R from shortcut' }, { label: 'R from template shortcut', value: 'R from template shortcut' }, { label: 'Disambiguation', value: 'Disambiguation', disabled: true }, { label: 'R to disambiguation page', value: 'R to disambiguation page' }, { label: 'R from ambiguous page', value: 'R from ambiguous page' }, { label: 'R from other disambiguation', value: 'R from other disambiguation' }, { label: 'R from unnecessary disambiguation', value: 'R from unnecessary disambiguation' }, { label: 'Merge, duplicate & move', value: 'Merge, duplicate & move', disabled: true }, { label: 'R from merge', value: 'R from merge' }, { label: 'R from duplicated article', value: 'R from duplicated article' }, { label: 'R from move', value: 'R from move' }, { label: 'R with history', value: 'R with history' }, { label: 'R with old history', value: 'R with old history' }, { label: 'To namespaces', value: 'To namespaces', disabled: true }, { label: 'R to main namespace', value: 'R to main namespace' }, { label: 'R to talk page', value: 'R to talk page' }, { label: 'R to category namespace', value: 'R to category namespace' }, { label: 'R to help namespace', value: 'R to help namespace' }, { label: 'R to portal namespace', value: 'R to portal namespace' }, { label: 'R to project namespace', value: 'R to project namespace' }, { label: 'R to template namespace', value: 'R to template namespace' }, { label: 'R to user namespace', value: 'R to user namespace' }, { label: 'Fiction', value: 'Fiction', disabled: true }, { label: 'R from fictional character', value: 'R from fictional character' }, { label: 'R from fictional element', value: 'R from fictional element' }, { label: 'R from fictional place', value: 'R from fictional place' }, { label: 'Related information', value: 'Related information', disabled: true }, { label: 'R to related topic', value: 'R to related topic' }, { label: 'R from related word', value: 'R from related word' }, { label: 'R from phrase', value: 'R from phrase' }, { label: 'R from subtopic', value: 'R from subtopic' }, { label: 'R from album', value: 'R from album' }, { label: 'R from book', value: 'R from book' }, { label: 'R from domain name', value: 'R from domain name' }, { label: 'R from film', value: 'R from film' }, { label: 'R from gender', value: 'R from gender' }, { label: 'R from member', value: 'R from member' }, { label: 'R from school', value: 'R from school' }, { label: 'R from song', value: 'R from song' }, { label: 'R from Unicode', value: 'R from Unicode' }, { label: 'R to article without mention', value: 'R to article without mention' }, { label: 'R to decade', value: 'R to decade' }, { label: 'None', selected: true, value: 'none' }]));
Awesome, thanks! I've added your proposed changes, and the script seems to work. Enterprisey (talk!(formerly APerson) 01:35, 12 July 2016 (UTC)[reply]
Still works fine. Should we drop the selected label: 'None' and set 'R from alternative name' as selected? Would it render more readable if we put the "headings" inside a glyph of some kind like e.g. '* Frequently used *'? Sam Sailor Talk! 08:35, 12 July 2016 (UTC)[reply]
I responded to a category request here, and it went smoothly. As one of the parent cats did not exist I filed a request myself and responded to it. I had put the previously created cat (Category:Gryf Wejherowo players) in the request in the paragraph "Example articles which belong to this category" and when responding it turned up in the field with comma separated parent cats. Just mentioning it, I know scripts can't be coded to take into account all possible ID-10T errors. :) Sam Sailor Talk! 17:43, 14 July 2016 (UTC)[reply]
Good to know - will look into how I can improve script detection. Enterprisey (talk!(formerly APerson) 18:00, 14 July 2016 (UTC)[reply]

An empty cat request was declined just fine, but empty R requests do not show up when reviewing. Sam Sailor Talk! 13:23, 15 July 2016 (UTC)[reply]

Diff of Wikipedia:Articles for creation/Redirects - would an extra \n solve it? Sam Sailor Talk! 04:20, 18 July 2016 (UTC)[reply]

This is, indeed, a correct assessment.  Done Enterprisey (talk!(formerly APerson) 04:24, 18 July 2016 (UTC)[reply]
Thumbs up icon Thanks! I just notice now (and hate to pile-on), a trailing space after sub.comment before ~~~~ would be nice. Tangential inre "spaces", seen this before?: [[User:Username|{{Zwsp}}]] Pings as intended and invisible in page view. Sam Sailor Talk! 05:35, 18 July 2016 (UTC)[reply]
A belated  Done. Enterprisey (talk!(formerly APerson) 03:38, 21 July 2016 (UTC)[reply]
And a belated Thank you. I have some ideas for AFCRHS, should I post them to User talk:Enterprisey/AFCRHS so you have it in one place? Sam Sailor Talk! 08:16, 3 August 2016 (UTC)[reply]
This page is good, I think. Enterprisey (talk!(formerly APerson) 12:23, 3 August 2016 (UTC)[reply]

You've got mail!

Hello, Enterprisey. Please check your email; you've got mail!
Message added 18:52, 18 July 2016 (UTC). It may take a few minutes from the time the email is sent for it to show up in your inbox. You can remove this notice at any time by removing the {{You've got mail}} or {{ygm}} template.

MusikAnimal talk 18:52, 18 July 2016 (UTC)[reply]

The feedback request service is asking for participation in this request for comment on Wikipedia:Village pump (proposals). Legobot (talk) 04:30, 20 July 2016 (UTC)[reply]

FACstats?

Hi -- an editor at this discussion suggested that a tool for FAC stats that was similar to the AFDstats page would be useful. I wasn't familiar with the tool, but I'm impressed. Would something similar be possible for FAC reviewing stats? Details are at the linked discussion. I see from the tool's contact info that there are two contact talk pages for the tool, so I'll post this note in both places. I don't know how much work this would be, so I don't know how much of a favour I'm asking; I'll certainly understand if this isn't something y'all are interested in. Thanks -- Mike Christie (talk - contribs - library) 15:13, 20 July 2016 (UTC)[reply]

Responding there. Enterprisey (talk!(formerly APerson) 03:27, 21 July 2016 (UTC)[reply]
Thanks for maintaining that DRN/Request script. I don't understand code, but I do understand (virtual) cookies. Enjoy! Felsic2 (talk) 15:03, 22 July 2016 (UTC)[reply]
Thank you! Enterprisey (talk!(formerly APerson) 02:47, 23 July 2016 (UTC)[reply]

How can I create a own version of the template. What process do I follow. VarunFEB2003 (talk) 18:09, 22 July 2016 (UTC)[reply]

VarunFEB2003, I'm assuming you want to make a custom re-skin of the template, like many editors have done. All you need to do is make a subpage of your user page with the exact name "Wdefcon" (without the quotes), like I did at User:Enterprisey/Wdefcon. The subpage needs to contain some code for a template with one required parameter, called "level" (which is the defcon level, ranging from 0 to 5), and one optional parameter, called "align" (which specifies the side of the page the template should float to). All it has to do is display the number in some sort of informative way. You can check out Category:Wdefcon templates for some inspiration. Hope this helps! Enterprisey (talk!(formerly APerson) 02:52, 23 July 2016 (UTC)[reply]
Thanks a lot VarunFEB2003 (talk) 06:33, 23 July 2016 (UTC)[reply]

Please comment on Wikipedia talk:Page mover

The feedback request service is asking for participation in this request for comment on Wikipedia talk:Page mover. Legobot (talk) 04:27, 23 July 2016 (UTC)[reply]

I've borrowed your code

Hi Enterprisey, just thought I'd leave you a note to say thank you for orcp-helper, and to let you know I've borrowed butchered it into a tool for WP:EF/FP here. I've also uploaded it to my GitHub account (to help with the more-than-likely bug reports/fixes) and given you credit both on-wiki and on GitHub. If there's any issues please let me know -- samtar talk or stalk 19:01, 23 July 2016 (UTC)[reply]

I'm quite flattered. Thanks for letting me know! Enterprisey (talk!(formerly APerson) 19:34, 23 July 2016 (UTC)[reply]

The feedback request service is asking for participation in this request for comment on Wikipedia:Village pump (policy). Legobot (talk) 04:28, 30 July 2016 (UTC)[reply]

AfD Stats: relisting shows up as vote

Relisted Wikipedia:Articles for deletion/List of mobile phone makers by country, shows up in AfD Stats as Keep. I can't recall seeing that before. Best regards, Sam Sailor Talk! 17:13, 31 July 2016 (UTC)[reply]

Related observation: My nomination Wikipedia:Articles for deletion/Aurelius Prochazka ends with "Delete", and shows up fine in AfD Stats as Delete (Nom). However, in Wikipedia:Articles for deletion/Abdolrahman Jowkar I wrote Delete and then it does not show up as Delete (Nom) in AfD Stats, just as Delete. Sam Sailor Talk! 17:43, 31 July 2016 (UTC)[reply]
Fixed that latter case by unbolding the last bit of your nomination statement. I should look into that. Enterprisey (talk!(formerly APerson) 02:43, 1 August 2016 (UTC)[reply]

Nomination of Dogetipbot for deletion

A discussion is taking place as to whether the article Dogetipbot is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines or whether it should be deleted.

The article will be discussed at Wikipedia:Articles for deletion/Dogetipbot until a consensus is reached, and anyone is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.

Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion notice from the top of the article.

I suggest you add your two references. Regards, JohnCD (talk) 13:39, 1 August 2016 (UTC)[reply]

Bug in APersonBot

For some reason, I'm not considered a bot op in your table. Have you also considered updating every 30 minutes, or even 15 minutes?—cyberpowerChat:Online 17:07, 4 August 2016 (UTC)[reply]

@Cyberpower678: I think he was checking if user is in Wikipedia bot operators. --Edgars2007 (talk/contribs) 17:13, 4 August 2016 (UTC)[reply]
This is correct. Enterprisey (talk!(formerly APerson) 17:17, 4 August 2016 (UTC)[reply]
In that case, I added myself, but have you still considered ramping up the frequency to every 15 minutes?—cyberpowerChat:Online 17:30, 4 August 2016 (UTC)[reply]
I'm in that category now, but it still didn't acknowledge me. :/ Rather insulting. :p—cyberpowerChat:Limited Access 18:21, 4 August 2016 (UTC)[reply]
Nevermind, all's good. :D—cyberpowerChat:Limited Access 18:28, 4 August 2016 (UTC)[reply]
I have no solid reason why it's set to an hour... if you feel strongly about it, I can switch it. Enterprisey (talk!(formerly APerson) 19:17, 4 August 2016 (UTC)[reply]
I personally prefer 15 minute intervals. It allows for the data to be up to date 4 times in an hour rather than once. Convenient when glancing on the table at a random time. :p—cyberpowerChat:Limited Access 19:22, 4 August 2016 (UTC)[reply]
 Done. Enterprisey (talk!(formerly APerson) 04:56, 5 August 2016 (UTC)[reply]

AFCRHS ideas

Here's a few ideas for your fine AFCRHS that may make reviewing at Wikipedia:AFC/Redirects even easier. — Sam Sailor Talk! 09:43, 5 August 2016 (UTC)[reply]

Order of R templates

  • Why: avoid a lot of scrolling
  • Where: function afcHelper_redirect_onActionChange(id)
  • Suggestion: move the following up before label: 'Frequently used',
                }, {
                   label: 'None',
                   selected: true,
                   value: 'none'
I see it's  Done, thanks. — Sam Sailor Talk! 06:45, 6 August 2016 (UTC)[reply]
  • Why: often used
  • Where: function afcHelper_redirect_onActionChange(id)
  • Suggestion: add before 'R to section'
                }, {
                   label: 'R to related topic',
                   value: 'R to related topic'
I see it's  Done, thanks. — Sam Sailor Talk! 06:45, 6 August 2016 (UTC)[reply]
  • Why: good for situations where you want to double check on categorization
  • Where: function afcHelper_redirect_onActionChange(id)
  • Suggestion: next to the label "Template to append: " could you stick in a (Help) that opens WP:TMR in a new tab?
I see it's  Done, and it works, thanks. — Sam Sailor Talk! 06:45, 6 August 2016 (UTC)[reply]
  • Why: verification of the requested title
  • Where: var $fromList = $('<ul>').appendTo($thisSubListElement); - I suppose
  • Suggestion: after "'From: ' + toarticle + " could you stick in a (Google) that opens a Google search on the suggested from.title, a bit like what User:Writ Keeper/Scripts/googleTitle.js does to an article title?
The (Google) link showed up, but it does not work. — Sam Sailor Talk! 06:45, 6 August 2016 (UTC)[reply]
A better place for the Google link would be after the first, indented and bulleted "From: " — Sam Sailor Talk! 06:12, 7 August 2016 (UTC)[reply]
  • Why: verification of the requested title - incoming links to a red-linked title often suggest it's plausible
  • Where: var $fromList = $('<ul>').appendTo($thisSubListElement); - I suppose
  • Suggestion: after the above (Google) link, a link like e.g. (Has incoming link(s)) to "Special:WhatLinksHere/ + toarticle" would be useful, a bit like what the script User:Writ Keeper/Scripts/deletionFinder.js does with the deletion log, only showing up if the query returns something.

Parse Reason and Source

Could the strings from the "Reason: " line and the "Source (if applicable): " line be parsed? Looking e.g. like this in the reviewing panel:

Reviewing AfC redirect requests

  • From: Pfaffewiiler
  • Reason: <text string>
  • Source: <text string>
Action:

Sam Sailor Talk! 06:12, 7 August 2016 (UTC)[reply]

RemindMeBot

Wikipedia:Bots/Requests for approval/RemindMeBot has been approved for trial, please see the BRFA page. — xaosflux Talk 13:16, 5 August 2016 (UTC)[reply]

BAGBot: Your bot request APersonBot 9

Someone has marked Wikipedia:Bots/Requests for approval/APersonBot 9 as needing your input. Please visit that page to reply to the requests. Thanks! AnomieBOT 14:03, 8 August 2016 (UTC) To opt out of these notifications, place {{bots|optout=operatorassistanceneeded}} anywhere on this page.[reply]

Request regeneration of list?

Could you please redo the list that you generated at Wikipedia:Help_desk/Archives/2016_February_12 of the values for the type field in the infobox fraternity? If possible I'd like more information, specifically the list of which pages had what rather than just combining the entries with their counts. Also, please let me know if this can be done in a tool that I'd like have access to including quarry, awb or a search query through insource. Since the list is long, if you could just drop that in a user subpage and let me know the name. Thank You.Naraht (talk) 16:44, 10 August 2016 (UTC)[reply]

 Doing... Enterprisey (talk!(formerly APerson) 03:36, 13 August 2016 (UTC)[reply]
Naraht,  Done at User:APersonBot/Infobox fraternity type values. Enterprisey (talk!(formerly APerson) 03:45, 13 August 2016 (UTC)[reply]

The feedback request service is asking for participation in this request for comment on Wikipedia:Village pump (proposals). Legobot (talk) 04:28, 12 August 2016 (UTC)[reply]