Jump to content

User talk:This, that and the other

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

Yes, I get the Signpost delivered right to my discussion doorstep!

There are some archives of this page. See the orange box at right.

Bug 5645

[edit]

Saw this bug report over the signature button appearing in namespaces that editor's would rather it didn't and figured I should mention the "obvious"

Just add

		'filters': [ 'body.ns-talk, body.ns-4' ],

to the signature button's entry in jquery.wikiEditor.toolbar.config.js and your done. The same approach is used for the references button (see that same .js file if you don't believe me)

If you want to allow the signature button's generation in more namespaces, just add their numeric designation(s) to the filter using body.ns-4 in the above as your example (no comma after the last entry btw).

You can also exclude button generation for certain namespaces this way....

		'filters': [ 'body:not(.ns-2, .ns-8, .ns-828)' ],

Hope that helps -- George Orwell III (talk) 22:54, 27 July 2014 (UTC)[reply]

That implementation method was not something I was aware of, so thanks for enlightening me :) However I don't think it is necessarily appropriate for this situation. It wouldn't be right to hard-code the list of namespaces in this JavaScript code, and it also seems a bit wasteful to be stringing together a 'body.ns-' + namespaceId type thing when we can just delete the entry from the JavaScript object.
The main issue surrounding this bug is that no-one can agree on how we should decide which namespaces get the sig button. I would appreciate it if you could contribute, based on the three options I outlined in comment 19 of the bug. — This, that and the other (talk) 07:31, 28 July 2014 (UTC)[reply]
Same old, same old. No-one agrees because each has their own embedded bias/perspective by now if they've been a regualar for any noteworthy amount of time by now. I dare say even your poo-poo'ing of the existing filter settings has some trace degree of that too.

Look, it seems like all the wiki-projects at least share the same ~17(I forget what the right # is) core namespaces - that's all you folks should be discussing a default setting for. Period.

Half of those are talk-pages so body.ns-talk or some similar solution should allow the button for those talk namespaces. That leaves "you" with what? ~8 core namespaces shared acrosss all the wiki-projects to bicker over? Out of those remaining namespaces, only the Project: ns (ns-4) would have any legit reason to host talk-page like discussions (a la Village Pump for example) where the button is useful.

Get into the namespaces numbered ~100 or higher from one Wiki-domain to the next, and you'll find using content namespaces to include/exclude button generation will not be as neatly uniform as the core namespaces are. This area is where 'ickypedia blinders' cause developers to make changes that typically don't go over well @ any project BUT Wikipedia or Commons (I can almost bet next week's pay-check that whatever solution is applied at the end of the day, it will conflict with the existing ability to use the filter).

My vote is to set a default using whatever manner or method makes the most sense for the core namespaces that all wikis share and leave the far lower trafficked assignable namespaces out of it - let folks deal with it or solve it on their own locally if the presence of the button so annoying to them. Prost. :) -- George Orwell III (talk) 08:52, 28 July 2014 (UTC)[reply]

We want to be able to configure this behind the scenes on a per-wiki basis. For example, Meta uses signatures in the main namespace, while this wiki does not. It's more about how to determine exactly how this configuration interacts with other wiki elements. For instance, does the presence of __NEWSECTIONLINK__ indicate we should allow the signature button on that page? I don't know the answer to that.
I should also stress that this relates to the MediaWiki software in general, which is used by many others besides the WMF (for example, a lot of companies use MediaWiki internally for planning and collaboration between staff). We need a solution that will work out-of-the-box for all wikis, as well as to be configurable by the server administrator as required. — This, that and the other (talk) 09:43, 28 July 2014 (UTC)[reply]
I think you answered your own question - especially if your rationale goes beyond the Wiki foundation projects and into the "commercial" aspects of the software. Again the core namespaces are not likely not be re-tasked into blogs or newsfeeds but additional namespaces might be. If that rationale is true, the logical approach would be set only the .ns-talk namespaces as the extension's default for sig. button generation while leaving deviation or modification of said default a matter left to local administration to wrangle with post-deployment. -- George Orwell III (talk) 23:15, 28 July 2014 (UTC)[reply]
Also, I don't think I'm "poo-poo'ing" the existing settings, insofar as there are none. The status quo is to show the signature button in all namespaces, which seems rather inadequate. — This, that and the other (talk) 09:43, 28 July 2014 (UTC)[reply]
Well that point on 'showing in all namespaces' goes back to the rather bloated default package of defaults loaded with WikiEditor and the hoops one has to jump through just to customize the basics that are sold as "tools" in a tool-bar. For example, I can appreciate the need to cover Asian character sets along with the others but there should be a way for at least the local administration if not User:s themselves to pick and choose individual sets. Sure, one can add characters to existing sets and add entirely new sets but there is no way to prevent sets in the existing defaults from loading every time the tab is selected - well at least I can't find a way other than removing the entire booklet and rebuilding it without the unwanted sets (I think this is due to the setting 'deferLoad': true, in that same .js mentioned above usurping anything I might have set to removeFromToolbar in my local .js file(s)). If you know better, please, I'm I dying to find out how its done.

Anyway, the point I'm trying to make is that its great to incorporate defaults that allow for a positive "out-of-box experience" but they should not be so embedded in the module that customizing/deviating from those defaults necessitates the negation then duplication of the original coding involved. As the move to more mobile platforms plays out and/or the need for screen-space management increases, it seems things like which default loaded buttons (or tabs) you want loaded by default in which namespace scenario(s) is something that should be standardized in one's User: preferences rather than locked into additional scripting and/or patching as those options currently seem to be. -- George Orwell III (talk) 23:15, 28 July 2014 (UTC)[reply]

FtCG

[edit]

I loveFtCG, but it would be nice if it could delete templates like {{Category ordered by date|Files licensed by third parties|2013|08|13}}. Thanks! (tJosve05a (c) 00:09, 1 August 2014 (UTC)[reply]

Hi Josve05a, I'm really sorry it's taken me this long to answer! Do you think FtCG should remove all invocations of the template "Category ordered by date", or only those with "Files licensed by third parties" as the first parameter? — This, that and the other (talk) 02:51, 17 August 2014 (UTC)[reply]
All instances, since Commons don't have (didn't the last time I checked) that template. (tJosve05a (c) 07:16, 17 August 2014 (UTC)[reply]

One more thing

[edit]

Is it possible to make FtCG to add:
[[Category:Files uploaded by Josve05a (cleanup)]] [[Category:Files transferred from en.wikipedia by Josve05a]] ‎ to all files I tranfer? (tJosve05a (c) 00:11, 5 September 2014 (UTC)[reply]

Ping. (tJosve05a (c) 15:26, 14 September 2014 (UTC)[reply]

For the Common Good : run reversely

[edit]

Hi, my home-wiki is Russian.

It is rather often it is needed to move files from Commons to ru-wiki: because a set of files is found not corresponding to the free content criteria yet is useful for many articles under fair use restrictions.

Before writing some bot from a scratch I am wondering if For the Common Good can be a little bit changed (or some settings applied to it as it is) so it could transfer sets of files from Commons to ru.wikipedia.org File: namespace?

The relevant discussion about a bot (in Russian) is currently here.

Best regards, Seva — Preceding unsigned comment added by Neolexx (talkcontribs) 16:49, 4 August 2014 (UTC)[reply]

+1. Please help. Details here: Википедия:Запросы к ботоводам#Выгрузка файлов из Викисклада в Рувики (via google translate) --Fastboy (talk) 17:20, 4 August 2014 (UTC)[reply]
Fastboy Neolexx: My apologies for not replying any sooner. Such a tool would certainly be possible to create. Indeed, in the past, I used a "lightly hacked" version of For the Common Good to transfer files from Wikitravel Shared (a site similar in nature to Wikimedia Commons) to local Wikivoyage editions after the establishment Wikivoyage in late 2012. So it is certainly possible. I will be happy to look at this in the coming week. — This, that and the other (talk) 12:25, 7 August 2014 (UTC)[reply]
That would be terrific! By all other means the app seems fit perfectly to our needs uncluding the ability of an editable "template dictionary". I have translated your answer at our forum - as there is no rush then to do and to debug something from a scratch, it is better to wait then. --NeoLexx (talk) 17:25, 7 August 2014 (UTC)[reply]

Hi Fastboy and Neolexx, I have uploaded version 1.0.5.11 of For the Common Good to http://atlight.github.io. In conjunction with the instructions at User:This, that and the other/For the Common Good/Reverse transfers, it should now be possible to run FtCG in reverse! If you find any problems or would like additional features to be added, please let me know. Thanks for your interest in FtCG. — This, that and the other (talk) 02:45, 17 August 2014 (UTC)[reply]

  1. FtCG doesn't memorize chexbox settings (I had to ckeck "ignore warnings" every other image)
  2. FtCG doesn't have automating to bypass a ban to create image with a name that already exists in commons. Of cauze admins doesn't have this problem. But I had to rename each image manually. It would be nice if you could set some prefix/postfix to new file name once and FtCG would apply it for each next image.
  3. One more feature I'd like to see: mandatory replacements or replacement groups (one of). If such "mandatory" replacement pattern not found, FtCG must make a very nicely visible error warning.

Could you make some of such features? Or, could I contribute to code? ~Nirvanchik~ ⊤άλҟ 07:34, 21 October 2014 (UTC)[reply]

And, by the way, in reverse order you can configure only "source" wiki which is commons and which is English, and you can't configure "destination" wiki, which is not English, so I had to use very coplicated replacement pattarn to change image description template by Russian version of these template, and to move all variables correctly. It would be nice if reverse wiki could be supported in more natural way. ~Nirvanchik~ ⊤άλҟ 07:39, 21 October 2014 (UTC)[reply]
Btw thanks for that previous support! It really helped! ~Nirvanchik~ ⊤άλҟ 07:43, 21 October 2014 (UTC)[reply]

512 character limit for special page titles

[edit]

Assuming you are the "tto" on Freenode who asked "just wondering if you could clarify for me why you added the 512-character limit on special page titles in r18220?" I didn't add a 512-character limit, I raised the limit from 255 to 512 bytes on the basis that 255 bytes was not sufficient. 512 bytes was sufficient for use cases then in existence. -- Tim Starling (talk) 09:28, 7 August 2014 (UTC)[reply]

That was me :) Thanks for the clarification. So it was mostly an arbitrary choice, then. That was what I was interested in knowing. — This, that and the other (talk) 09:59, 7 August 2014 (UTC)[reply]

Did you notice that this redirect format doesn't work? I'm not sure if it is the page or Mediawiki which should be fixed. --Stefan2 (talk) 17:37, 17 August 2014 (UTC)[reply]

It's the long standing bug 6151. I've been poking around at the MediaWiki title code recently, so I might try to fix it... although the fact that it hasn't been fixed in 8 years isn't promising... — This, that and the other (talk) 23:06, 17 August 2014 (UTC)[reply]

Your submission at Articles for creation: Beth Sotelo (September 5)

[edit]
Your recent article submission to Articles for Creation has been reviewed! Unfortunately, it has not been accepted at this time. Please check the submission for any additional comments left by the reviewer. You are encouraged to edit the submission to address the issues raised and resubmit when they have been resolved. Coin945 (talk) 07:33, 5 September 2014 (UTC)[reply]

Your submission at Articles for creation: Beth Sotelo (September 10)

[edit]
Your recent article submission to Articles for Creation has been reviewed! Unfortunately, it has not been accepted at this time. Please check the submission for any additional comments left by the reviewer. You are encouraged to edit the submission to address the issues raised and resubmit when they have been resolved. Coin945 (talk) 11:20, 10 September 2014 (UTC)[reply]

A3 template changes

[edit]

Hello TTATO,
I don't mean to be pushy, but you said on Wikipedia talk:Twinkle that you would do preliminary work on Twinkle tomorrow (which is probably yesterday now), however Twinkle is still tagging pages with {{db-nocontent}}. Please tell me why this is the case as my new templates are now finished and are ready to be moved. Thanks, Passengerpigeon (talk) 14:54, 15 September 2014 (UTC)[reply]

Hi Passengerpigeon, this is a bit of a "chicken or egg" problem. But so long as the new A3 templates are set up as redirects to db-nocontent for the time being, there shouldn't be an issue. I can't promise when the change to Twinkle will be deployed, but hopefully it will be available on-wiki not long after I finish writing the code tonight. — This, that and the other (talk) 23:15, 15 September 2014 (UTC)[reply]
{{db-a3}} will not change in the move, and {{db-a3-notice}} currently redirects to {{db-nocontent-notice}} but will be overwritten by {{db-nocontent-notice}} once the move takes place, thus everything should work the same way it does currently. Passengerpigeon (talk) 23:32, 15 September 2014 (UTC)[reply]
[edit]

Hello This, that and the other. This message is part of a mass mailing to people who appear active in reviewing articles for creation submissions. First of all, thank you for taking part in this important work! I'm sorry this message is a form letter – it really was the only way I could think of to covey the issue economically. Of course, this also means that I have not looked to see whether the matter is applicable to you in particular.

The issue is in rather large numbers of copyright violations ("copyvios") making their way through AfC reviews without being detected (even when easy to check, and even when hallmarks of copyvios in the text that should have invited a check, were glaring). A second issue is the correct method of dealing with them when discovered.

If you don't do so already, I'd like to ask for your to help with this problem by taking on the practice of performing a copyvio check as the first step in any AfC review. The most basic method is to simply copy a unique but small portion of text from the draft body and run it through a search engine in quotation marks. Trying this from two different paragraphs is recommended. (If you have any question about whether the text was copied from the draft, rather than the other way around (a "backwards copyvio"), the Wayback Machine is very useful for sussing that out.)

If you do find a copyright violation, please do not decline the draft on that basis. Copyright violations need to be dealt with immediately as they may harm those whose content is being used and expose Wikipedia to potential legal liability. If the draft is substantially a copyvio, and there's no non-infringing version to revert to, please mark the page for speedy deletion right away using {{db-g12|url=URL of source}}. If there is an assertion of permission, please replace the draft article's content with {{subst:copyvio|url=URL of source}}.

Some of the more obvious indicia of a copyvio are use of the first person ("we/our/us..."), phrases like "this site", or apparent artifacts of content written for somewhere else ("top", "go to top", "next page", "click here", use of smartquotes, etc.); inappropriate tone of voice, such as an overly informal tone or a very slanted marketing voice with weasel words; including intellectual property symbols (™,®); and blocks of text being added all at once in a finished form with no misspellings or other errors.

I hope this message finds you well and thanks again you for your efforts in this area. Best regards--Fuhghettaboutit (talk) 02:20, 18 November 2014 (UTC).[reply]

       Sent via--MediaWiki message delivery (talk) 02:20, 18 November 2014 (UTC)[reply]

For the Common Good

[edit]

Good day.

My name is Sergey Semenov, I'm the administrator Russian Wikipedia. I am writing to you about the reverse transfer images from the Commons in the Russian Wikipedia using a program For the Common Good. Unfortunately, this program is quite difficult to master, and will move quite a lot.

I have uploaded to Commons several thousand images of tombstones set in the cemeteries of Russia. Unfortunately, in our country there is complete freedom of panorama, so these files can at any time be removed. I decided to move them to the Russian Wikipedia template FoP-Russia. In connection with this appeal to you to write the configuration files for the particular transport mechanism to simplify the programming work far from the participants. In today's conditions, the use of mass transfer of files can lead to disastrous results.

P. S. I'm sorry for the mistakes I badly speak English and translate through Google translator. --SerSem (talk) 12:55, 1 December 2014 (UTC)[reply]

Hi Sergey, thanks for your message, and don't worry about your English, I understand it well! I understand that reverse transfers with FtCG aren't as easy as they perhaps should be. I'll have a moment later today to see if I can prepare you a configuration file that will do what you ask. Thanks, — This, that and the other (talk) 03:40, 2 December 2014 (UTC)[reply]
Thank you very much. I'll wait. --SerSem (talk) 12:51, 2 December 2014 (UTC)[reply]
I made this configuration file for For the Common Good: http://atlight.github.io/ftcg/ForTheCommonGood_SerSem.cfg You should download it, rename it to ForTheCommonGood.cfg, and move it to the same location as ForTheCommonGood.exe.
Be aware of a couple of things:
  1. You must turn off the "Tag file with {{now commons}}" check box above the "Transfer" button.
  2. If you want to go through each of your uploads, you can download this text file: http://atlight.github.io/ftcg/SerSem_files.txt and click the "Other source" option to load this text file into FtCG.
  3. There is no template on ruwiki for CC-BY-SA version 4.0 (see c:template:cc-by-sa-4.0). You will need to create this template on ruwiki before transferring.
I would say that, since you have such a huge number of files, it might be better to ask for a bot to perform the transfers. I think you will find FtCG too slow for this work. But if you wish to give it a go, I hope it helps you. — This, that and the other (talk) 01:13, 3 December 2014 (UTC)[reply]
Thank you very much for your help, I was able to master the program and begin to transfer files with its help. All I do not need to unload, I have old photos uploaded to Commons. With the help of your program I have unloaded in Russian Wikipedia about 700 photos. This is a very important and necessary option in the program. --SerSem (talk) 18:01, 4 December 2014 (UTC)[reply]
  • Good day. I tried to upload a list of files at once from the category "Literatorskie mostki", but I did not succeed. If I use the text in this form, as provided by you in the file, the program writes the message: "An API error occured. Bad title" File: "". If I add the "File:" at the beginning of each line, the program writes the message: "An API error occured. Bad title:" File: <>. JPG ". What could be wrong? --SerSem (talk) 14:39, 9 December 2014 (UTC)[reply]
    • I would suggest that you check the encoding of the text file. For the Common Good expects the file to be stored in the UTF-8 encoding. Alternatively, you could upload the file to the Internet so I could look at it and check it for any problems. — This, that and the other (talk) 00:17, 10 December 2014 (UTC)[reply]

A barnstar for you!

[edit]
The Technical Barnstar
For assistance in establishing unloading unfree files in the Russian Wikipedia Commons. The administrator Russian Wikipedia SerSem (talk) 18:03, 4 December 2014 (UTC)[reply]

Toolserver

[edit]

Hi Purodha, I was triaging some old Toolserver migration bugs, and noticed that there is a task phab:T63028 relating to one of your tools. Do you intend to migrate this tool to Tool Labs? — This, that and the other (talk) 00:16, 1 December 2014 (UTC)[reply]

Although I do not unterstand the phab:T63028 web page, I understand that someone ist asking whether or not I plan to migrate former toolserver tools to tools labs. I do. I only do not have plans as to when I have time to do it. --Purodha Blissenbach (talk) 19:39, 8 December 2014 (UTC)[reply]
Bugzilla seems not wo work any more. It redirects to something else. My account to bugzilla was lost in the process. So, for the time being, I am out of this business. --Purodha Blissenbach (talk) 09:48, 9 December 2014 (UTC)[reply]
@Purodha: Bugzilla was migrated to the new Phabricator issue tracking system a few weeks ago. You can create a Phabricator account that is attached to your Wikimedia SUL account, if you want to comment on bugs. See mw:Phabricator/Help#Creating_your_account for some info.
In any case I'll update the Phabricator task to say that you haven't forgotten about it. Thanks for the reply! — This, that and the other (talk) 09:56, 9 December 2014 (UTC)[reply]
Thank you. I knew about the migration, and I was on the Phabricator page that should allow me to connect to my old bugzilla account a few day ago. That is why I wrote that my access was lost. Maybe, I just have to wait for it to be migrated, I did not really dive into the details. -- Purodha Blissenbach (talk) 10:44, 9 December 2014 (UTC)[reply]

Wikipedia:Village pump (technical)/Archive 133#Custom notices on user .js and .css pages

[edit]

You are invited to join the discussion at Wikipedia:Village pump (technical)/Archive 133#Custom notices on user .js and .css pages. Thanks. — {{U|Technical 13}} (etc) 15:04, 6 January 2015 (UTC)[reply]

Relisting of TfD for Template:Infobox academic division

[edit]

TTO, Template:Infobox academic division has been re-nominated for deletion/merger, following a DRV. You participated in the previous TfD discussion, and I thought you would appreciate the opportunity to comment on the newly re-opened/re-listed discussion at Wikipedia:Templates for discussion/Log/2015 January 22#Template:Infobox academic division. Dirtlawyer1 (talk) 07:26, 22 January 2015 (UTC)[reply]

Now re-re-relisted for more betterness (under the original link), containing the original discussion, but not any comments made in the re-listing. Sorry for the mess. Martijn Hoekstra (talk) 15:13, 22 January 2015 (UTC)[reply]

RfC - Helper Script access

[edit]

An RfC has been opened at RfC to physically restrict access to the Helper Script. You are invited to comment. --Kudpung กุดผึ้ง (talk) 16:28, 1 February 2015 (UTC)[reply]

Problem!

[edit]

Hi! In attempt to load the file from Ruvika jumps out the message: "The Internet inquiry isn't executed. The inquiry was interrupted: The inquiry is cancelled." Photo: http://radikall.com/images/2015/02/13/ecRa7.jpg --Dogad75 (talk) 10:43, 13 February 2015 (UTC)[reply]

Twinkle for TRwiki

[edit]

I am a technician from TRwiki. I wanna activate Twinkle. I created following pages(from ENwiki) but "TW tab" didnot appeared.

And I made necessary changes in Gadgets tab. Wikipedia:Twinkle/Localisation pages is outdated. Is there a new instruction page? What I am missing? --Mavrikant (talk) 01:27, 22 February 2015 (UTC)[reply]

@Mavrikant: Try altering the Gadgets-definition line to the following:
Twinkle[ResourceLoader|dependencies=mediawiki.user,mediawiki.util,jquery.ui.dialog,jquery.tipsy|rights=autoconfirmed]|morebits.js|morebits.css|Twinkle.js|twinklespeedy.js|twinklediff.js|twinkleconfig.js|twinklefluff.js
This, that and the other (talk) 06:28, 22 February 2015 (UTC)[reply]

Nope :( I even tryed before enwiki's Gadgets-definition: Twinkle[ResourceLoader|dependencies=mediawiki.user,mediawiki.util,jquery.ui.dialog,jquery.tipsy,moment|rights=autoconfirmed]|morebits.js|morebits.css|Twinkle.js|twinkleprod.js|twinkleimage.js|twinklebatchundelete.js|twinklewarn.js|twinklespeedy.js|friendlyshared.js|twinklediff.js|twinkleunlink.js|twinkledelimages.js|friendlytag.js|twinkledeprod.js|friendlywelcome.js|twinklexfd.js|twinklebatchdelete.js|twinklebatchprotect.js|twinkleconfig.js|twinklefluff.js|twinkleprotect.js|twinklearv.js|friendlytalkback.js I also tried MediaWiki:Gadget-Twinkle.js of Simplewiki. I haven't seen TW tab near search bar yet. There was old version (2009) of Twinkle stored subpages of User:Vito Genovese/Twinkle, I suspicious that old files sabotages new Twinkle but I cleaned main pages of old Twinkle. Do you need technician rights to look what is wrong? --Mavrikant (talk) 13:33, 22 February 2015 (UTC)[reply]

It is working. I followed new version of Wikipedia:Twinkle/Localisation page. Thank you Siddhartha Ghai and User:This, that and the other --Mavrikant (talk) 14:33, 22 February 2015 (UTC)[reply]

You've got mail!

[edit]
Hello, This, that and the other. Please check your email; you've got mail!
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 03:10, 26 February 2015 (UTC)[reply]

Did you get my email? I'm eager to move forward with the block module but am having trouble with testing. Should I use the fragmented modules on testwiki (as opposed to one big twinkle.js)? How can I get the perl script to upload there instead of enwiki? I can't get the concatenated twinkle.js to work in my userspace since it requires morebits. Morebits doesn't appear to be a module that I can use with mw.loader.load and mw.loader.using, and even trying putting the Twinkle init stuff in a callback of $.getScript things still don't load in the right order. I feel like there must be an easier way. Thanks MusikAnimal talk 23:45, 28 February 2015 (UTC)[reply]
Yeah, I often have trouble getting Twinkle to show up in the UI on testwiki. Normally I will just open my browser's F12 tools and directly call the callback, e.g. Twinkle.protect.callback(). — This, that and the other (talk) 01:34, 1 March 2015 (UTC)[reply]
Beautiful :) Not sure why I didn't think of that! Many thanks MusikAnimal talk 02:52, 1 March 2015 (UTC)[reply]

I take it you wish not to communicate through email? I understand if you do not, there's just some matters I'd rather discuss in private. Anyway, I've been working hard and have the interface for the blocking module more or less done. I thought I'd run this by you before I move on to the actual blocking functionality, just in case something stands out that I'm doing wrong. Pull request is here, feel free to comment. Thanks! MusikAnimal talk 03:13, 2 March 2015 (UTC)[reply]

Invitation

[edit]
A gummi bear holding a sign that says "Thank you"
Thank you for using VisualEditor and sharing your ideas with the developers.

Hello, This, that and the other,

The Editing team is asking for your help with VisualEditor. I am contacting you because you posted to a feedback page for VisualEditor. Please tell them what they need to change to make VisualEditor work well for you. The team has a list of top-priority problems, but they also want to hear about small problems. These problems may make editing less fun, take too much of your time, or be as annoying as a paper cut. The Editing team wants to hear about and try to fix these small things, too. 

You can share your thoughts by clicking this link. You may respond to this quick, simple, anonymous survey in your own language. If you take the survey, then you agree your responses may be used in accordance with these terms. This survey is powered by Qualtrics and their use of your information is governed by their privacy policy.

More information (including a translateable list of the questions) is posted on wiki at mw:VisualEditor/Survey 2015. If you have questions, or prefer to respond on-wiki, then please leave a message on the survey's talk page.

Thank you, Whatamidoing (WMF) (talk) 15:56, 26 March 2015 (UTC)[reply]

You've got mail!

[edit]
Hello, This, that and the other. Please check your email; you've got mail!
Message added 02:00, 8 April 2015 (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 02:00, 8 April 2015 (UTC)[reply]

MfD nomination of Wikipedia:Lua/Modules

[edit]

Wikipedia:Lua/Modules, a page you substantially contributed to, has been nominated for deletion. Your opinions on the matter are welcome; please participate in the discussion by adding your comments at Wikipedia:Miscellany for deletion/Wikipedia:Lua/Modules and please be sure to sign your comments with four tildes (~~~~). You are free to edit the content of Wikipedia:Lua/Modules 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. Steel1943 (talk) 20:29, 20 April 2015 (UTC)[reply]

Hillary Rodham Clinton - Move Discussion

[edit]

Hi,

This is a notification to let you know that there is a requested move discussion ongoing at Talk:Hillary_Rodham_Clinton/April_2015_move_request#Requested_move. You are receiving this notification because you have previously participated in some capacity in naming discussions related to the article in question.

Thanks. And have a nice day. NickCT (talk) 18:55, 26 April 2015 (UTC)[reply]

Persondata RfC

[edit]

Hi, You participated in the previous Persondata RfC. I just wanted to notify you that a new RfC regarding the methodical removal of Persondata is taking place at Wikipedia:Village pump (proposals). Thanks, —Msmarmalade (talk) 08:15, 6 May 2015 (UTC)[reply]

Some opposers of this move have now contended that there is a "Critical fault in proposal evidence", which brings the opinions expressed into question. Please indicate if this assertion in any way affects your position with respect to the proposed move. Cheers! bd2412 T 04:36, 8 May 2015 (UTC)[reply]

Talkback on WP:UND

[edit]
Hello, This, that and the other. You have new messages at Wikipedia:Requests for undeletion#User talk:User.
You can remove this notice at any time by removing the {{Talkback}} or {{Tb}} template.

I thought I'd post this here as well since i assume you were asking about this in order to find Twinkle defects. Steel1943 (talk) 14:05, 30 May 2015 (UTC)[reply]

Talkback

[edit]
Hello, This, that and the other. You have new messages at Eman235's talk page.
You can remove this notice at any time by removing the {{Talkback}} or {{Tb}} template.

You've got mail

[edit]
Hello, This, that and the other. Please check your email; you've got mail!
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.

Community desysoping RfC

[edit]

Hi. You are invited to comment at RfC for BARC - a community desysoping process. Kudpung กุดผึ้ง (talk) 06:58, 24 July 2015 (UTC)[reply]

very belated reply re Wikiquote 'This Sporting Life' deletion

[edit]

Hi there TTO (I hope that abbreviation is ok, I'm very lazy),

I'm just writing to say I've been meaning to reply to your April 2014 heads-up on my talk page regarding the above. Unfortunately I was probably either taking a break from the insanity that is Wikipedia or else just busy with other things when you posted. What a shame that was removed (was it because TSL doesn't meet USA-dominated notability standards or something like that?). Very annoying.

Kind regards,

--TyrS 07:07, 4 August 2015 (UTC)[reply]

Hi TyrS! Wow, that was a long time ago. I had forgotten about it. If you head over to the Wikiquote link, you will see the page was deleted because it had "no sourced quotes", so I suspect it was not a matter of notability - rather, one of sourcing. If you want to further work on the page, I imagine Wikiquote has a process for requesting undeletion or deletion review, in the same way as we have our processes here. — This, that and the other (talk) 07:10, 4 August 2015 (UTC)[reply]

Invitation to subscribe to the edit filter mailing list

[edit]

Hi, as a user in the edit filter manager user group we wanted to let you know about the new wikipedia-en-editfilters mailing list. As part of our recent efforts to improve the use of edit filters on the English Wikipedia it has been established as a venue for internal discussion by edit filter managers regarding private filters (those only viewable by administrators and edit filter managers) and also as a means by which non-admins can ask questions about hidden filters that wouldn't be appropriate to discuss on-wiki. As an edit filter manager we encourage you to subscribe; the more users we have in the mailing list the more useful it will be to the community. If you subscribe we will send a short email to you through Wikipedia to confirm your subscription, but let us know if you'd prefer another method of verification. I'd also like to take the opportunity to invite you to contribute to the proposed guideline for edit filter use at WP:Edit filter/Draft and the associated talk page. Thank you! Sam Walton (talk) and MusikAnimal talk 18:22, 9 September 2015 (UTC)[reply]

please delete the user page for master vijay singh

[edit]

please delete the user page for master vijay singh


vijay15:05, 29 September 2015 (UTC)Dispuralive (talk)

Thanks for contributions minor-edit filter

[edit]

Thank you for working on "Allow minor edits to be filtered out of Special:Contributions"! I'm looking forward to it going live. ~ Jeff Q (talk) 08:58, 9 October 2015 (UTC)[reply]

Thanks... but I should point out that the code hasn't been reviewed yet. Unfortunately, changes like this normally take at least a month to be approved, quite often longer. — This, that and the other (talk) 10:26, 9 October 2015 (UTC)[reply]

May I ask what purpose this page serves? —Skyllfully (talk | contribs) 02:30, 28 October 2015 (UTC)[reply]

@Skyllfully: I was probably trying to debug some problem with the MediaWiki software or something like that. Is the page showing up in some database report or backlog? — This, that and the other (talk) 02:33, 28 October 2015 (UTC)[reply]
Nope, I found it in Main Page's WhatLinksHere maintenance report. —Skyllfully (talk | contribs) 02:35, 28 October 2015 (UTC)[reply]

Hi,
You appear to be eligible to vote in the current Arbitration Committee election. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to enact binding solutions for disputes between editors, primarily related to serious behavioural issues that the community has been unable to resolve. This includes the ability to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate, you are welcome to review the candidates' statements and submit your choices on the voting page. For the Election committee, MediaWiki message delivery (talk) 16:41, 23 November 2015 (UTC)[reply]

TTOBot request re minor league affiliates navboxes

[edit]

Hey, after a (brief) discussion at WT:BASEBALL, I'd like to nominate all the templates at Category:Minor league baseball affiliates navigational boxes for deletion, as they are redundant to the main Major League Baseball teams' navboxes (which already include links to all of an MLB team's MiLB affiliates, with a more correct breakdown of classifications). As I've never done a mass XFD nomination before, and I really don't relish dong it all manually, I'd appreciate a pass through with the bot for tagging and some advice on the setting up of the appropriate discussion. If you can, ping me to let me know. Thanks. oknazevad (talk) 03:18, 1 December 2015 (UTC)[reply]

Hi. I'll get TTObot to perform the tagging once the TFD nomination is set up. See Wikipedia:Templates_for_discussion/Log/2011_September_11#BTCC.2FPTR_season_templates for an example of how to format a multiple template discussion: simply give it a descriptive heading, and write out one :{{Tfd links|...}} line for each template, like this:
:{{Tfd links|MLB Team}}
:{{Tfd links|MLB Blue Jays franchise}}
:{{Tfd links|MLB Braves franchise}}
:{{Tfd links|MLB Brewers franchise}}
:{{Tfd links|MLB Cardinals franchise}}
:{{Tfd links|MLB Chicago Cubs franchise}}
:{{Tfd links|MLB Indians franchise}}
:{{Tfd links|MLB Nationals franchise}}
:{{Tfd links|MLB Orioles franchise}}
:{{Tfd links|MLB Phillies franchise}}
:{{Tfd links|MLB Pirates franchise}}
:{{Tfd links|MLB Rays franchise}}
:{{Tfd links|MLB Reds franchise}}
:{{Tfd links|MLB Royals franchise}}
:{{Tfd links|MLB Team Arizona Diamondbacks}}
:{{Tfd links|MLB Team Boston Red Sox}}
:{{Tfd links|MLB Team Colorado Rockies}}
:{{Tfd links|MLB Team Houston Astros}}
:{{Tfd links|MLB Team Los Angeles Angels}}
:{{Tfd links|MLB Team Los Angeles Dodgers}}
:{{Tfd links|MLB Team Miami Marlins}}
:{{Tfd links|MLB Team Minnesota Twins}}
:{{Tfd links|MLB Team New York Mets}}
:{{Tfd links|MLB Team New York Yankees}}
:{{Tfd links|MLB Team Oakland Athletics}}
:{{Tfd links|MLB Team San Diego Padres}}
:{{Tfd links|MLB Team San Francisco Giants}}
:{{Tfd links|MLB Team Seattle Mariners}}
:{{Tfd links|MLB Team Texas Rangers}}
:{{Tfd links|MLB Tigers franchise}}
:{{Tfd links|MLB White Sox franchise}}
Let me know once the TFD nomination has been started. Thanks, — This, that and the other (talk) 03:27, 1 December 2015 (UTC)[reply]
I made the nominations. It's at Wikipedia:Templates for discussion/Log/2015 December 3#Minor league affiliates navboxes. oknazevad (talk) 20:48, 3 December 2015 (UTC)[reply]
Done. You may like to notify the following users, who created the templates:
  • Gateman1997
  • Vikreykja
  • SportsMaster
  • Dale Arnett
  • Enkrates
  • JB82
  • Evill72
  • Tommie91
  • NClark128
This, that and the other (talk) 22:50, 3 December 2015 (UTC)[reply]

Editors cannot break the site, only (sys)admins can do that

[edit]

In regards to this edit, I feel that the intended word was sysadmins, not admins. It seems like the gist of that section is that there is nothing that an editor can do (admin or otherwise, with the occasional but negligible odd occurrence where an admin really screws up) that can break Wikipedia. In order to truly cause permanent damage, you'd need to be a sysadmin — ie. with access to the actual backend/databases/servers/whathaveyou.  DiscantX 13:42, 20 December 2015 (UTC)[reply]

The reason I removed "sys" is because the text of the section seemed to be talking about admins (as in local users with sysop rights). The first sentence is "In a few cases, there are things sysops can do that will slow down or crash the site". It's clearly talking about sysops on the wiki, not system administrators in the back rooms; it even links to WP:Administrators. Then: "If you get chastised for trying to delete Wikipedia:Sandbox and crashing the site, don't try to delete the same page again". Again talking about sysops. I don't think I agree with the message of the section, but that is beside the point; I think my edit was correct. — This, that and the other (talk) 13:46, 20 December 2015 (UTC)[reply]
I don't particularly agree with the tone of the message but the two lines "although there are a few things admins can do maliciously which are very difficult to clean up, it shouldn't ever be possible to do something which will result in permanent data loss or unfixable breakage" and "If you're unsure about something, you can ask a sysadmin on IRC if it makes you feel better, but generally it's not necessary," plus that the preceding sections reference sysadmins rather than admins seems to suggest that the message of the article in whole is not to worry about edits, because non-employees can't break the site in an irreversible fashion — having the section title say admins can break the site and then go on to say that they can't do any serious damage so "don't be afraid to do similar things... This damages Wikipedia far more than a minor temporary slowdown" seems contradictory.
The whole section is a bit vague, but regardless of what the original author intended to say, I think it is true that only a sysadmin could truly break the site, not an admin (you may be a bit more familiar with the backend, but I imagine that even if every admin were to start acting maliciously it could be reversed by a sysadmin by a manual change outside of the normal tools).  DiscantX 14:13, 20 December 2015 (UTC)[reply]

Seasons' greetings!

[edit]

This, that and the other, hope your holidays are happy, and a happy new year! Steel1943 (talk) 17:49, 23 December 2015 (UTC)[reply]

TB

[edit]
Hello, This, that and the other. You have new messages at Wikipedia:Village_pump_(technical)#Question_about_DIFF_pages.
You can remove this notice at any time by removing the {{Talkback}} or {{Tb}} template.

Category:Tennis name templates

[edit]

Hi. After discussions at Wikipedia talk:WikiProject Tennis#Tn template and a "successful" TfD for Wikipedia:Templates for discussion/Log/2016 February 22#Template:Tn Yuki Bhambri, where decision was taken that these articles are not needed, I want to nominate all templates in Category:Tennis name templates for deletion. Is this something you and your bot, User:TTObot, can help with? The templates where only used on a handful articles and I removed them so they are not currently used anywhere and I follow all related pages at my sandbox and watchlist. I would not ask if I would not think a nomination would be successful. Qed237 (talk) 21:32, 3 March 2016 (UTC)[reply]

@Qed237: Thanks. If you start the TFD discussion, then I can provide a link to that discussion from the edit summary. Otherwise I will just provide a generic deletion summary, like "Nominated for deletion". — This, that and the other (talk) 23:09, 3 March 2016 (UTC)[reply]
@This, that and the other: Discussion opened at Wikipedia:Templates for discussion/Log/2016 March 4#Tn templates. Thank you. Qed237 (talk) 00:26, 4 March 2016 (UTC)[reply]
@Qed237: Done (I had to do it in 2 passes because some of the accents in the names of the players played havoc with my script). — This, that and the other (talk) 08:19, 4 March 2016 (UTC)[reply]
Okay. Thank you very much. Qed237 (talk) 10:00, 4 March 2016 (UTC)[reply]

Twinkle. An second opinion?

[edit]

Thank you for answering my question on Twinkle. That helped and I have been thinking about reporting it. This is not for a second opinion on content or to have the content in the article.This is because I think Twinkle was misused with false summary edits. I just want an second opinion by someone that knows Twinkle and Wikipedia policies better. Just too much to read and take in at one time. The situation is solved but I still question some things. In short what happen, I edited some nonconstructive edits that was half accurate (unknown to me they were in the wrong place) and my edits were done in verified accuracy when I corrected them. Instead of looking at the original edit it was reverted back to them twice by different editors, however, in both summaries did not fit my edits, twinkle was used both times. In the first one the summary had nothing to do with my edits. The second was a little better but still did not match the situation. This whole thing could had been avoided if the original edits were read than being revert back to them or changed when they were made. Also, maybe realize I was correcting what was there and then explain what the original edits should not been there and not made my edits to be the ones in the wrong place like nothing was there before. So, is reverting my good-faith verified accuracy edits back to nonconstructive edits in the wrong place with summaries that did not match my edits and using twinkle abuse? I have felt like my edits were being called vandalism because Twinkle is used for vandalism and nonconstructive. And to me, my edits were to fix nonconstructive edits. Also, When the first editor that reverted my edits, I had wrote on their talk page. no answer. The second editor that reverted my edits, we had a confusing conversation until I understand the original edits I corrected were in the wrong place. That editor did remove most and corrected the rest. The situation is over. If I knew about Twinkle before hand I would had reported it because I feel it is against Twinkle but is it? Truthseeker1022 (talk) 03:33, 30 April 2016 (UTC)[reply]

Twinkle question

[edit]

Where should I go to request a uw template be added to Twinkle? The template in question is {{uw-afcaddition}}. Anarchyte (work | talk) 10:05, 9 June 2016 (UTC)[reply]

Filtering minor edits from user contributions

[edit]

[posted to User talk:Jeffq#Filtering minor edits from user contributions]: Hi Jeff. Back in October last year, you asked whether there is a way to hide minor edits from user contributions pages. This feature has finally been implemented in MediaWiki software, and will be available here on 16 June. You can try it out at Wikipedia Beta. — This, that and the other (talk) 01:41, 10 June 2016 (UTC)[reply]

Thanks for letting me know! ~ Jeff Q (talk) 10:50, 10 June 2016 (UTC)[reply]

A kitten for you!

[edit]

...meow...

Mountebank1 (talk) 00:28, 24 August 2016 (UTC)[reply]

ArbCom Elections 2016: Voting now open!

[edit]

Hello, This, that and the other. Voting in the 2016 Arbitration Committee elections is open from Monday, 00:00, 21 November through Sunday, 23:59, 4 December to all unblocked users who have registered an account before Wednesday, 00:00, 28 October 2016 and have made at least 150 mainspace edits before Sunday, 00:00, 1 November 2016.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2016 election, please review the candidates' statements and submit your choices on the voting page. MediaWiki message delivery (talk) 22:08, 21 November 2016 (UTC)[reply]

New Page Reviewer - RfC

[edit]

Hi This, that and the other. You are invited to comment at a further discussion on the implementation of this user right to patrol and review new pages that is taking place at Wikipedia:New pages patrol/RfC on patrolling without user right. Kudpung กุดผึ้ง (talk) 21:12, 23 November 2016 (UTC)[reply]

There is an (apparent) problem with the addition of the "help=off" parameter that you added to Template:Db-meta in this edit. The problem is that sometimes editors use the "help=off" parameter even without notifying the article author of the speedy delete nomination. Thus, as an administrator, when I am reviewing articles up for speedy deletion, and I find that the author has not been notified, I don't get the help section to provide notice to the author automatically. As I commented at [1], using the "help=off" parameter is like saying, "I didn't notify the article creator that I nominated this page for speedy deletion, and I want to make it more difficult than normal for anyone else to do so, too." If it was your intention that the help=off parameter should only be used or activated once the author has been given notice, it doesn't seem to be working that way. I don't know enough about template parameters to fix the template myself. --Metropolitan90 (talk) 04:38, 5 December 2016 (UTC)[reply]

@Metropolitan90: As you identified, the parameter was added so that the help section is not shown when the creator has been notified. Twinkle, as far as I can see, only adds |help=off when the creator is about to be notified by the tool. If Twinkle has been asked not to notify the page creator, it will not add help=off. However, in the very rare case that the posting to user talk fails (such as because the user talk page is fully protected), the help=off parameter will be added regardless. I suspect (and hope) this is a vanishingly rare scenario.

If people are misusing the parameter, the solution is not to remove the parameter; it might be to change the template documentation, engage with individual users, or identify if any tools, gadgets or scripts are to blame. If you can provide some diffs of users who have been using the parameter incorrectly, it would help to identify the source of the problem. However, at the end of the day, I can't control what other users are doing with the parameter I added. — This, that and the other (talk) 06:59, 5 December 2016 (UTC)[reply]

Thanks, I will follow up when I have diffs to provide. --Metropolitan90 (talk) 02:00, 6 December 2016 (UTC)[reply]

CSS styling in templates

[edit]

Hello everyone, and sincere apologies if you're getting this message more than once. Just a heads-up that there is currently work on an extension in order to enable CSS styling in templates. Please check the document on mediawiki.org to discuss best storage methods and what we need to avoid with implementation. Thanks, m:User:Melamrawy (WMF), 09:11, 6 February 2017 (UTC)[reply]

Addition of un-redirected pages to Special:NewPages and Special:NewPagesFeed

[edit]

I'm contacting you because you participated in this proposal discussion. While the proposal was approved, it has not received developer action. The request is now under consideration as part of the 2017 Developer Wishlist, with voting open through the end of day on Tuesday (23:59 UTC). The latter link describes the voting process, if you are interested. —swpbT 18:02, 13 February 2017 (UTC)[reply]

Bots Newsletter, April 2017

[edit]
Bots Newsletter, April 2017

Greetings!

The BAG Newsletter is now the Bots Newsletter, per discussion. As such, we've subscribed all bot operators to the newsletter. You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.

Highlights for this newsletter include:

Arbcom

Magioladitis ARBCOM case has closed. The remedies of the case include:

  • Community encouraged to review common fixes
  • Community encouraged to review policy on cosmetic edits
  • Developers encouraged to improve AWB interface
  • Bot approvals group encouraged to carefully review BRFA scope
  • Reminders/Restrictions specific to Magioladitis
BRFAs

We currently have 27 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!

Discussions

There are multiple ongoing discussions surrounding bot-related matters. In particular:

New things

Several new things are around:

Wikimania

Wikimania 2017 is happening in Montreal, during 9–13 August. If you plan to attend, or give a talk, let us know!

Thank you! edited by:Headbomb 11:35, 12 April 2017 (UTC)[reply]


(You can unsubscribe from future newsletters by removing your name from this list.)

JavaScript RegExp problem

[edit]

I noticed you have experience in JavaScript. I'm hoping you can help me with a problem I've run into writing a userscript.

Please see my post at Wikipedia talk:WikiProject JavaScript#Nested RegExp.

Thank you. The Transhumanist 12:27, 5 May 2017 (UTC)[reply]

Twinkle help deployment

[edit]

I notice that you pushed the code for this to GitHub, but it's not reflected on my Twinkle yet, and it's been a few weeks. Can you deploy from there to here, or does @MusikAnimal: have to do it? – Train2104 (t • c) 22:37, 5 July 2017 (UTC)[reply]

@Train2104: I'm not an administrator, so no, I can't. MusikAnimal can though. I've been waiting for mw:Gadgets 2.0 for about 6 years - hopefully one day we will get it, and then non-admins will be able to manage gadgets. — This, that and the other (talk) 23:05, 5 July 2017 (UTC)[reply]
 Done Just ping me whenever it needs to be synced, only takes a few minutes :) I don't think there's a way to get notifications about commits to select repos on GitHub, or else I'd just go by that MusikAnimal talk 23:49, 5 July 2017 (UTC)[reply]

Bots Newsletter, July 2017

[edit]
Bots Newsletter, July 2017

Greetings!

Here is the 4th issue of the Bots Newsletter (formerly the BAG Newletter). You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.

Highlights for this newsletter include:

BAG

BU Rob13 and Cyberpower678 are now members of the BAG (see RfBAG/BU Rob13 and RfBAG/Cyberpower678 3). BU Rob13 and Cyberpower678 are both administrators; the former operates BU RoBOT which does a plethora of tasks, while the latter operates Cyberbot I (which replaces old bots), Cyberbot II (which does many different things), and InternetArchiveBot which combats link rot. Welcome to the BAG!

BRFAs

We currently have 12 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!

Discussions
New things
Upcoming
Wikimania

Wikimania 2017 is happening in Montreal, during 9–13 August. If you plan to attend, or give a talk, let us know!

Thank you! edited by: Headbomb 17:12, 19 July 2017 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

Category:Wikipedia bots running on the Wikimedia Labs cluster, which you created, has been nominated for possible deletion, merging, or renaming. A discussion is taking place to see if it abides with the categorization guidelines. If you would like to participate in the discussion, you are invited to add your comments at the category's entry on the categories for discussion page. Thank you. -- MarcoAurelio (talk) 10:34, 5 August 2017 (UTC)[reply]

Marvel Comics characters

[edit]

Hello. I would like to nominate a number of templates for discussion, and I noticed that your bot TTObot may help with it. The problematic templates are:

All those navboxes are linking articles by a trivial theme (the first character of their names). There are several templates already that group Marvel characters by more reasonable criteria, such as those that appear in a same publication (like {{Fantastic Four}}), so those ones are not really needed. Cambalachero (talk) 15:09, 11 September 2017 (UTC)[reply]

@Cambalachero: With only 27 templates it's probably easier to do it by hand. If you had, say, 50 or 100 templates to tag, then TTObot might be a good choice. — This, that and the other (talk) 09:49, 14 September 2017 (UTC)[reply]

Users who do not wish to receive talkbacks

[edit]

I have proposed renaming of Category:Users who do not wish to receive talkbacks to "Wikipedians...". – Fayenatic London 10:09, 12 October 2017 (UTC)[reply]

ArbCom 2017 election voter message

[edit]

Hello, This, that and the other. Voting in the 2017 Arbitration Committee elections is now open until 23.59 on Sunday, 10 December. All users who registered an account before Saturday, 28 October 2017, made at least 150 mainspace edits before Wednesday, 1 November 2017 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2017 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 3 December 2017 (UTC)[reply]

New Page Reviewer granted

[edit]

Hello This, that and the other. Your account has been added to the "New page reviewers" user group, allowing you to review new pages and mark them as patrolled, tag them for maintenance issues, or in some cases, tag them for deletion. The list of articles awaiting review is located at the New Pages Feed. New page reviewing is a vital function for policing the quality of the encylopedia, if you have not already done so, you must read the new tutorial at New Pages Review, the linked guides and essays, and fully understand the various deletion criteria. If you need more help or wish to discuss the process, please join or start a thread at page reviewer talk.

  • URGENT: Please consider helping get the huge backlog down to a manageable number of pages as soon as possible.
  • Be nice to new users - they are often not aware of doing anything wrong.
  • You will frequently be asked by users to explain why their page is being deleted - be formal and polite in your approach to them too, even if they are not.
  • Don't review a page if you are not sure what to do. Just leave it for another reviewer.
  • Remember that quality is quintessential to good patrolling. Take your time to patrol each article, there is no rush. Use the message feature and offer basic advice.

The reviewer right does not change your status or how you can edit articles. If you no longer want this user right, you may ask any administrator to remove it for you at any time. In case of abuse or persistent inaccuracy of reviewing, the right can be revoked at any time by an administrator. — xaosflux Talk 04:53, 29 December 2017 (UTC)[reply]

If you want to be on the NPP mailing list, sign up at Wikipedia:New pages patrol/Reviewers/Newsletter list. — xaosflux Talk 04:54, 29 December 2017 (UTC)[reply]
Looks like I conflicted @Alex Shih:, but same message. — xaosflux Talk 04:55, 29 December 2017 (UTC)[reply]
Yes. Same message. Thank you! Alex Shih (talk) 04:57, 29 December 2017 (UTC)[reply]

Speedy deletion nomination of Offing

[edit]

If this is the first article that you have created, you may want to read the guide to writing your first article.

You may want to consider using the Article Wizard to help you create articles.

A tag has been placed on Offing, requesting that it be deleted from Wikipedia. This has been done under two or more of the criteria for speedy deletion, by which pages can be deleted at any time, without discussion. If the page meets any of these strictly-defined criteria, then it may soon be deleted by an administrator. The reasons it has been tagged are:

  • It is an article with no content whatsoever, or whose contents consist only of external links, a "See also" section, book references, category tags, template tags, interwiki links, a rephrasing of the title, or an attempt to contact the subject of the article. (See section A3 of the criteria for speedy deletion.) Wikipedia has standards for the minimum necessary information to be included in short articles; you can see these at Wikipedia:Stub. Also please note that articles must be on notable subjects and should provide references to reliable sources that verify their content.
  • It consists of a dictionary definition or other article that has been transwikied to another project and the author information recorded. (See section A5 of the criteria for speedy deletion.)

If you think this page should not be deleted for this reason, you may contest the nomination by visiting the page and clicking the button labelled "Contest this speedy deletion". This will give you the opportunity to explain why you believe the page should not be deleted. However, be aware that once a page is tagged for speedy deletion, it may be deleted without delay. Please do not remove the speedy deletion tag from the page yourself, but do not hesitate to add information in line with Wikipedia's policies and guidelines. If the page is deleted, and you wish to retrieve the deleted material for future reference or improvement, then please contact the deleting administrator, or if you have already done so, you can place a request here. Matuko 09:19, 24 January 2018 (UTC)

Speedy deletion nomination of Offing

[edit]

If this is the first article that you have created, you may want to read the guide to writing your first article.

You may want to consider using the Article Wizard to help you create articles.

A tag has been placed on Offing, requesting that it be deleted from Wikipedia. This has been done under two or more of the criteria for speedy deletion, by which pages can be deleted at any time, without discussion. If the page meets any of these strictly-defined criteria, then it may soon be deleted by an administrator. The reasons it has been tagged are:

  • It is an article with no content whatsoever, or whose contents consist only of external links, a "See also" section, book references, category tags, template tags, interwiki links, a rephrasing of the title, or an attempt to contact the subject of the article. (See section A3 of the criteria for speedy deletion.) Wikipedia has standards for the minimum necessary information to be included in short articles; you can see these at Wikipedia:Stub. Also please note that articles must be on notable subjects and should provide references to reliable sources that verify their content.
  • It consists of a dictionary definition or other article that has been transwikied to another project and the author information recorded. (See section A5 of the criteria for speedy deletion.)

If you think this page should not be deleted for this reason, you may contest the nomination by visiting the page and clicking the button labelled "Contest this speedy deletion". This will give you the opportunity to explain why you believe the page should not be deleted. However, be aware that once a page is tagged for speedy deletion, it may be deleted without delay. Please do not remove the speedy deletion tag from the page yourself, but do not hesitate to add information in line with Wikipedia's policies and guidelines. If the page is deleted, and you wish to retrieve the deleted material for future reference or improvement, then please contact the deleting administrator, or if you have already done so, you can place a request here. Matuko 09:19, 24 January 2018 (UTC)

@Matuko: I think {{wi}} articles ought to be considered more as soft redirects, so that the article CSD criteria do not apply. Let's see what an admin thinks. — This, that and the other (talk) 09:23, 24 January 2018 (UTC)[reply]

Bots Newsletter, March 2018

[edit]
Bots Newsletter, March 2018

Greetings!

Here is the 5th issue of the Bots Newsletter (formerly the BAG Newletter). You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.

Highlights for this newsletter include:

ARBCOM
BAG
BRFAs

We currently have 6 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!

Discussions

While there were no large-scale bot-related discussion in the past few months, you can check WP:BOTN and WT:BOTPOL (and their corresponding archives) for smaller issues that came up.

New things
Upcoming

Thank you! edited by: Headbomb 03:12, 3 March 2018 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

Upcoming changes to wikitext parsing

[edit]

Hello,

There will be some changes to the way wikitext is parsed during the next few weeks. It will affect all namespaces. You can see a list of pages that may display incorrectly at Special:LintErrors. Since most of the easy problems have already been solved at the English Wikipedia, I am specifically contacting tech-savvy editors such as yourself with this one-time message, in the hope that you will be able to investigate the remaining high-priority pages during the next month.

There are approximately 10,000 articles (and many more non-article pages) with high-priority errors. The most important ones are the articles with misnested tags and table problems. Some of these involve templates, such as infoboxes, or the way the template is used in the article. In some cases, the "error" is a minor, unimportant difference in the visual appearance. In other cases, the results are undesirable. You can see a before-and-after comparison of any article by adding ?action=parsermigration-edit to the end of a link, like this: https://en.wikipedia.org/wiki/Arthur_Foss?action=parsermigration-edit (which shows a difference in how {{infobox ship}} is parsed).

If you are interested in helping with this project, please see Wikipedia:Linter. There are also some basic instructions (and links to even more information) at https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2018-April/001836.html You can also leave a note at WT:Linter if you have questions.

Thank you for all the good things you do for the English Wikipedia. Whatamidoing (WMF) (talk) 21:18, 19 April 2018 (UTC)[reply]

List is of South Australian organisations providing support to people with disability listed at Redirects for discussion

[edit]

An editor has asked for a discussion to address the redirect List is of South Australian organisations providing support to people with disability. Since you had some involvement with the List is of South Australian organisations providing support to people with disability redirect, you might want to participate in the redirect discussion if you have not already done so. UnitedStatesian (talk) 18:54, 22 May 2018 (UTC)[reply]

Subst and such

[edit]

Hi TTO. I've been trying to get a basic grasp on subst and safsubst recently, and I see you have had it for years. Why, do you think, Special:Diff/849795156 ended up looking like that? Did you enter "revisionuser" manually in {{RMassist/core}} instead of using {{RMassist}} that includes a safesubst of REVISIONUSER? Sam Sailor 12:40, 11 July 2018 (UTC)[reply]

Yes, I did enter that manually. No idea why it didn't work. Perhaps I had a good grasp of subst and safesubst in 2011 when I wrote that page, but I have evidently lost touch with template substitution since then. — This, that and the other (talk) 23:51, 11 July 2018 (UTC)[reply]

I think you dropped something

[edit]

Is this yours? Primefac (talk) 13:12, 11 July 2018 (UTC)[reply]

@Primefac: Yeah, sorry about that. I thought I'd pitch in and enact a non-admin closure, but I was unaware that the destination title was salted, so I ended up having to ask for a requested move. It did get moved eventually. — This, that and the other (talk) 23:50, 11 July 2018 (UTC)[reply]
Cool, no worries. Primefac (talk) 00:07, 12 July 2018 (UTC)[reply]

Bots Newsletter, August 2018

[edit]
Bots Newsletter, August 2018

Greetings!

Here is the 6th issue of the Bots Newsletter. You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.

Highlights for this newsletter include:

ARBCOM
  • Nothing particular important happened. Those who care already know, those who don't know wouldn't care. The curious can dig ARBCOM archives themselves.
BAG
  • There were no changes in BAG membership since the last Bots Newsletter. Headbomb went from semi-active to active.
  • In the last 3 months, only 3 BAG members have closed requests - help is needed with the backlog.
BOTREQs and BRFAs

As of writing, we have...

Also

Discussions

These are some of the discussions that happened / are still happening since the last Bots Newsletter. Many are stale, but some are still active.

New things

Thank you! edited by: Headbomb 15:04, 18 August 2018 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

Some TfD tagging for TTOBot

[edit]

Hi. I have a mass Tfd nomination at Wikipedia:Templates for discussion/Log/2018 October 7 which consists of 48 pages. Can your bot please tag all the template for deletion. Thanks. Pkbwcgs (talk) 10:04, 7 October 2018 (UTC)[reply]

@Pkbwcgs: I may not have time to do this in the coming few days, as I am extremely busy IRL right now. It's not an enormous task, so you might be able to find a taker at Wikipedia:AutoWikiBrowser/Tasks. — This, that and the other (talk) 10:09, 7 October 2018 (UTC)[reply]
I am doing it right now with AWB. Pkbwcgs (talk) 10:11, 7 October 2018 (UTC)[reply]

ArbCom 2018 election voter message

[edit]

Hello, This, that and the other. Voting in the 2018 Arbitration Committee elections is now open until 23.59 on Sunday, 3 December. All users who registered an account before Sunday, 28 October 2018, made at least 150 mainspace edits before Thursday, 1 November 2018 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2018 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 19 November 2018 (UTC)[reply]

Mass deletion nomination of templates

[edit]

Hey, I was wondering if your bot User:TTObot could help me nominate all templates in Category:Elementbox templates. Template:Elementbox was converted into Template:Infobox element which uses a different syntax and does not use any of these templates which are marked as deprecated. --Gonnym (talk) 12:49, 6 February 2019 (UTC)[reply]

Bots Newsletter, August 2019

[edit]
Bots Newsletter, August 2019

Greetings!

Here is the 7th issue of the Bots Newsletter, a lot happened since last year's newsletter! You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.

Highlights for this newsletter include:

ARBCOM
  • Nothing of note happened. Just like we like it.
BAG

BAG members are expected to be active on Wikipedia to have their finger on the pulse of the community. After two years without any bot-related activity (such as posting on bot-related pages, posting on a bot's talk page, or operating a bot), BAG members will be retired from BAG following a one-week notice. Retired members can re-apply for BAG membership as normal if they wish to rejoin the BAG.

We thank former members for their service and wish Madman a happy retirement. We note that Madman and BU Rob13 were not inactive and could resume their BAG positions if they so wished, should their retirements happens to be temporary.

BOTDICT

Two new entries feature in the bots dictionary

BOTPOL
  • Activity requirements: BAG members now have an activity requirement. The requirements are very light, one only needs to be involved in a bot-related area at some point within the last two years. For purpose of meeting these requirements, discussing a bot-related matter anywhere on Wikipedia counts, as does operating a bot (RFC).
  • Copyvio flag: Bot accounts may be additionally marked by a bureaucrat upon BAG request as being in the "copyviobot" user group on Wikipedia. This flag allows using the API to add metadata to edits for use in the New pages feed (discussion). There is currently 1 bot using this functionality.
  • Mass creation: The restriction on mass-creation (semi-automated or automated) was extended from articles, to all content-pages. There are subtleties, but content here broadly means whatever a reader could land on when browsing the mainspace in normal circumstances (e.g. Mainspace, Books, most Categories, Portals, ...). There is also a warning that WP:MEATBOT still applies in other areas (e.g. Redirects, Wikipedia namespace, Help, maintenance categories, ...) not explicitely covered by WP:MASSCREATION.
BOTREQs and BRFAs

As of writing, we have...

  • 20 active BOTREQs, please help if you can!
  • 14 open BRFAs and 1 BRFA in need of BAG attention (see live status).
  • In 2018, 96 bot task were approved. An AWB search shows approximately 29 were withdrawn/expired, and 6 were denied.
  • Since the start of 2019, 97 bot task were approved. Logs show 15 were withdrawn/expired, and 15 were denied.
  • 10 inactive bots have been deflagged (see discussion). 5 other bots have been deflagged per operator requests or similar (see discussion).
New things
Other discussions

These are some of the discussions that happened / are still happening since the last Bots Newsletter. Many are stale, but some are still active.

See also the latest discussions at the bot noticeboard.

Thank you! edited by: Headbomb 17:24, 7 August 2019 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

Mass TfD nomination

[edit]

Greetings,

the instructions of User:TTObot say that I should request a mass-tagging task here. Is it possible to tag all the templates on Wikipedia:Deletion review/Log/2019 September 7 with a tag for Wikipedia:Templates for discussion/Log/2019 September 14#Template:Venezuela Squad 1990 FIBA World Championship? Jo-Jo Eumerus (talk, contributions) 11:39, 14 September 2019 (UTC)[reply]

Looks like Frietjes got in before me :) This, that and the other (talk) 01:59, 15 September 2019 (UTC)[reply]

ArbCom 2019 election voter message

[edit]
Hello! Voting in the 2019 Arbitration Committee elections is now open until 23:59 on Monday, 2 December 2019. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2019 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:09, 19 November 2019 (UTC)[reply]

Google Code-In 2019 is coming - please mentor some documentation tasks!

[edit]

Hello,

Google Code-In, Google-organized contest in which the Wikimedia Foundation participates, starts in a few weeks. This contest is about taking high school students into the world of opensource. I'm sending you this message because you recently edited a documentation page at the English Wikipedia.

I would like to ask you to take part in Google Code-In as a mentor. That would mean to prepare at least one task (it can be documentation related, or something else - the other categories are Code, Design, Quality Assurance and Outreach) for the participants, and help the student to complete it. Please sign up at the contest page and send us your Google account address to google-code-in-admins@lists.wikimedia.org, so we can invite you in!

From my own experience, Google Code-In can be fun, you can make several new friends, attract new people to your wiki and make them part of your community.

If you have any questions, please let us know at google-code-in-admins@lists.wikimedia.org.

Thank you!

--User:Martin Urbanec (talk) 21:58, 23 November 2019 (UTC)[reply]

Hi there, I'm HasteurBot. I just wanted to let you know that Draft:Invalid dinosaur, a page you created, has not been edited in 5 months. The Articles for Creation space is not an indefinite storage location for content that is not appropriate for articlespace.

If your submission is not edited soon, it could be nominated for deletion. If you would like to attempt to save it, you will need to improve it.

You may request Userfication of the content if it meets requirements.

If the deletion has already occured, instructions on how you may be able to retrieve it are available at WP:REFUND/G13.

Thank you for your attention. HasteurBot (talk) 01:23, 28 December 2019 (UTC)[reply]

[edit]

Hi. Thank you for your recent edits. An automated process has detected that when you recently edited The Offbeat of Avenues, you added a link pointing to the disambiguation page Michael McDonald (check to confirm | fix with Dab solver). Such links are usually incorrect, since a disambiguation page is merely a list of unrelated topics with similar titles. (Read the FAQ • Join us at the DPL WikiProject.)

It's OK to remove this message. Also, to stop receiving these messages, follow these opt-out instructions. Thanks, DPL bot (talk) 09:28, 30 December 2019 (UTC)[reply]

Nomination for deletion of Template:No talkback

[edit]

Template:No talkback has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 19:36, 24 October 2020 (UTC)[reply]

ArbCom 2020 Elections voter message

[edit]
Hello! Voting in the 2020 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 7 December 2020. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2020 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 01:41, 24 November 2020 (UTC)[reply]

Category:Scribunto modules with errors has been nominated for deletion

[edit]

Category:Scribunto modules with errors has been nominated for deletion. A discussion is taking place to decide whether this proposal complies with the categorization guidelines. If you would like to participate in the discussion, you are invited to add your comments at the category's entry on the categories for discussion page. Thank you. Gonnym (talk) 10:11, 19 November 2021 (UTC)[reply]

ArbCom 2021 Elections voter message

[edit]
Hello! Voting in the 2021 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 6 December 2021. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2021 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:22, 23 November 2021 (UTC)[reply]

Jade Thompson

[edit]

I created an article for a Jade Thompson, about 10 years ago. I just read your message today. Michuk (talk) 23:10, 24 November 2021 (UTC)[reply]

Bots Newsletter, December 2021

[edit]
Bots Newsletter, December 2021
BRFA activity by month

Welcome to the eighth issue of the English Wikipedia's Bots Newsletter, your source for all things bot. Maintainers disappeared to parts unknown... bots awakening from the slumber of æons... hundreds of thousands of short descriptions... these stories, and more, are brought to you by Wikipedia's most distinguished newsletter about bots.

Our last issue was in August 2019, so there's quite a bit of catching up to do. Due to the vast quantity of things that have happened, the next few issues will only cover a few months at a time. This month, we'll go from September 2019 through the end of the year. I won't bore you with further introductions — instead, I'll bore you with a newsletter about bots.

Overall

  • Between September and December 2019, there were 33 BRFAs. Of these, Green checkmarkY 25 were approved, and 8 were unsuccessful (Dark red X symbolN2 3 denied, Blue question mark? 3 withdrawn, and Expired 2 expired).

September 2019

Look! It's moving. It's alive. It's alive... It's alive, it's moving, it's alive, it's alive, it's alive, it's alive, IT'S ALIVE!
  • Green checkmarkY Monkbot 16, DannyS712 bot 60, Ahechtbot 6, PearBOT 3, Qbugbot 3 · Dark red X symbolN2 DannyS712 bot 5, PkbwcgsBot 24 · Blue question mark? DannyS712 bot 61, TheSandBot 4
  • TParis goes away, UTRSBot goes kaput: Beeblebrox noted that the bot for maintaining on-wiki records of UTRS appeals stopped working a while ago. TParis, the semi-retired user who had previously run it, said they were "unlikely to return to actively editing Wikipedia", and the bot had been vanquished by trolls submitting bogus UTRS requests on behalf of real blocked users. While OAuth was a potential fix, neither maintainer had time to implement it. TParis offered to access to the UTRS WMFLabs account to any admin identified with the WMF: "I miss you guys a whole lot [...] but I've also moved on with my life. Good luck, let me know how I can help". Ultimately, SQL ended up in charge. Some progress was made, and the bot continued to work another couple months — but as of press time, UTRSBot has not edited since November 2019.
  • Article-measuring contest resumed: The list of Wikipedians by article count, which had lain dead for several years, was triumphantly resurrected by GreenC following a bot request.

October 2019

November 2019

Now you're thinking with portals.

December 2019

In the next issue of Bots Newsletter:
What's next for our intrepid band of coders, maintainers and approvers?

  • What happens when two bots want to clerk the same page?
  • What happens when an adminbot goes hog wild?
  • Will reFill ever get fixed?
  • What's up with ListeriaBot, anyway?
  • Python 3.4 deprecation? In my PyWikiBot? (It's more likely than you think!)

These questions will be answered — and new questions raised — by the January 2022 Bots Newsletter. Tune in, or miss out!

Signing off... jp×g 04:29, 10 December 2021 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

Template:Circle has been listed at templates for discussion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Gonnym (talk) 12:14, 23 December 2021 (UTC)[reply]

Concern regarding Draft:Invalid dinosaur

[edit]

Information icon Hello, This, that and the other. This is a bot-delivered message letting you know that Draft:Invalid dinosaur, a page you created, has not been edited in at least 5 months. Drafts that have not been edited for six months may be deleted, so if you wish to retain the page, please edit it again or request that it be moved to your userspace.

If the page has already been deleted, you can request it be undeleted so you can continue working on it.

Thank you for your submission to Wikipedia. FireflyBot (talk) 23:02, 16 January 2022 (UTC)[reply]

The Signpost: 30 January 2022

[edit]
Education, deletion and social media can be a volatile mix.
Plus, the incredible shrinking admin cadre.
"Impossible ideas can be created, not just imagined."
Over 1,700 U.S. congressmen owned slaves. You can help document this.
More than you wanted to know about the massive NSPORTS RfC.
Interview with volunteers at the Unreviewed featured articles 2020 working group.
The spirit of 2006 is going strong.
Royals, Freddy and movies.
How many more photos are needed?
Rest in peace.
Will this method apply to other sensitive topics?
Just imagine!
One editor doesn't think so.
Get down and party! But no COI editing!
And other research results.
Copyright is almost always complicated, but we break it down for you.
Featuring an experimental on-wiki entry box.

Bots Newsletter, January 2022

[edit]
Bots Newsletter, January 2022
BRFA activity by month

Welcome to the ninth issue of the English Wikipedia's Bots Newsletter, your source for all things bot. Vicious bot-on-bot edit warring... superseded tasks... policy proposals... these stories, and more, are brought to you by Wikipedia's most distinguished newsletter about bots.

After a long hiatus between August 2019 and December 2021, there's quite a bit of ground to cover. Due to the vastness, I decided in December to split the coverage up into a few installments that covered six months each. Some people thought this was a good idea, since covering an entire year in a single issue would make it unmanageably large. Others thought this was stupid, since they were getting talk page messages about crap from almost three years ago. Ultimately, the question of whether each issue covers six months or a year is only relevant for a couple more of them, and then the problem will be behind us forever.

Of course, you can also look on the bright side – we are making progress, and this issue will only be about crap from almost two years ago. Today we will pick up where we left off in December, and go through the first half of 2020.

Overall
In the first half of 2020, there were 71 BRFAs. Of these, Green checkmarkY 59 were approved, and 12 were unsuccessful (with Dark red X symbolN2 8 denied, Blue question mark? 2 withdrawn, and Expired 2 expired).

January 2020

A python
A python
A python
0.4 pythons
Yeah, you're not gonna be able to get away with this anymore.

February 2020

Speaking of WikiProject Molecular Biology, Listeria went wild in February

March 2020

April 2020

Listeria being examined

Issues and enquiries are typically expected to be handled on the English Wikipedia. Pages reachable via unified login, like a talk page at Commons or at Italian Wikipedia could also be acceptable [...] External sites like Phabricator or GitHub (which require separate registration or do not allow for IP comments) and email (which can compromise anonymity) can supplement on-wiki communication, but do not replace it.

May 2020

We heard you like bots, so we made a bot that reports the status of your bots, so now you can use bots while you use bots

June 2020

A partial block averted at the eleventh hour for the robot that makes Legos

Conclusion

  • What's next for our intrepid band of coders, maintainers and approvers?
  • Will Citation bot ever be set free to roam the project?
  • What's the deal with all those book links that InternetArchiveBot is adding to articles?
  • Should we keep using Gerrit for MediaWiki?
  • What if we had a day for bots to make cosmetic edits?

These questions will be answered — and new questions raised — by the February 2022 Bots Newsletter. Tune in, or miss out!

Signing off... jp×g 23:22, 31 January 2022 (UTC)[reply]


(You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.)

The Signpost: 27 February 2022

[edit]
Bye-bye 'bones!
Plus, the Steward Elections, Leadership Development Task Force and a contest.
Who are the students and how do we assure quality?
Vive l'encyclopédie libre!
Plus, Wiki Unseen, the "Sports Wars", and much more.
"The first casualty when war comes is truth".
Plus, DiscussionTools and dark mode.
Coffee in Teahouse and other secrets revealed in this interview with volunteers.
A fantastic diverse mix of a record-breaking amount of content.
You WON'T believe #8!
And other recent research publications.
The report on lengthy litigation.
Some evidence from people born in France.
Some good-ol' posters, restored to its former glory.
Plus quarterbacks, half-timers, Olympians, and Hulu!
Meet the folks in charge!
Can you fill in the boxes with Wikipedia's best content?
Does yours pass?

The Signpost: 27 March 2022

[edit]
We stand in solidarity with free knowledge.
The diff that resulted in arrest and jail time in Belarus.
A Ukrainian Wikipedian volunteers to document the war.
  • Eyewitness Wikimedian, Vinnytsia, Ukraine: War diary
Reporting from on the ground in Ukraine.
Holding up the elephants!
For whom do the Bells toil?
Lenin did not say "Wow, check out those yachts"!
And other research publications.
The thought of cities being destroyed is unbearable.
The Discussion Report returns with a diverse mix of community proposals.
Plus, Desktop Improvements and a new uploading tool for Commons.
Unclear whether storm will make landfall.
Ukraine, Russia and Anna Sorokin.
Things that go "boom" in the night.
The once-seen beauty of Ukraine, in high quality.
A look at when early backups of Wikipedia were recovered.
There is such thing as over-citing.
And other useful Tips of the Day.
Happy-er current events.

The Signpost: 24 April 2022

[edit]
The second case of Wikipedian persecution.
What's hot in the media this month.
Writing Wikipedia, joining the armed forces, and volunteering.
"Our proud Sparta bleeds too."
Plus, a new status page and Desktop Improvements.
We showcase the best content that Wikipedians offered this past month.
A multi-national encyclopedia tries to move forward.
Wiki Loves Monuments 2021 winners announced.
How a war map predated Wikimedia's map of the Russian invasion of Ukraine.
Why not just link to an article to attribute famous photographers?
Plus deaths, films, and the 2022 FIFA World Cup qualification.
And other new research findings
The deceptively simple Strengthening Measures to Advance Rights Technologies Copyright Act of 2022.
An elegant Wikipedia essay.
A serious statement of Wikipedia policy.
A look at when the Wikimedia Foundation Board of Trustees was reorganized.

Nomination for deletion of Template:Bigredbox

[edit]

Template:Bigredbox has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. – Jonesey95 (talk) 04:58, 6 May 2022 (UTC)[reply]

The Signpost: 29 May 2022

[edit]
Your two new Signpost Editors in Chief.
Plus, Form 990, fundraising, RfA and UCoC.
Community shortlisting in an affiliate-based process, and a poll for you to speak your mind.
A little more information, please.
A varied collection of "special operations", and interviews.
Tales of hope, perseverance and even a little humor.
A new approach at the article level.
We summarize the drama for you.
March 2020 WikiProject report interviewees return discussing project's evolution and future.
Plus, Growth Features configuration, the Hackathon, and more.
Showcasing the very best articles, pictures, videos, and other contributions from Wikipedians last month.
An interview with queer Wikimedians.
Stopping them from taking your photos from Commons.
And other recent research findings.
Helpful advice from Tips of the Day.
Were Johnny and Amber exchanging blows?
Photos raise awareness for nature protection and human impact on nature.
New regulations governing online censorship.
A lighthearted video recalling the 2006 incident.
Exploring Featured Pictures of the world's oceans.
A look at when The Onion published an humorous article regarding Wikipedia.
On creative works.
Test your word-puzzle skills!

The Signpost: 26 June 2022

[edit]
Office actions to secretly delete stuff when told to? Well, at least not if they're Putin's.
Belarusian Mark Bernstein to serve 36 months of "home chemistry" for unapproved posting, Slate covers historically large adminship bid, UBI economist with goofy infobox caption thinks it's funny.
A review of Wikipedia's fundraising messages and financial status.
Just three for the history books this month (or not).
Famed FP ace steps up to run main page outfit. Millions tremble in fear, or something.
And who can forget the black-breasted buttonquail.
Don't be dumb, says math whiz: avoid the gambler's fallacy. Illustrated for your pleasure.
Tables "like to socialize" and "share genes": ooh la la!
What's the deal with Anita Forrer, redlinked woman of mystery who saved Schwarzenbach archives?
Google and Internet Archive sold on new product, more customers hoped to follow.
Plus editing stampedes for cheery subjects: shootings, deaths, and virus.
Lest Southern Hemisphere be forgotten.
Can we offer you a nice crossword in this trying time?

The Signpost: 1 August 2022

[edit]
The future of stuff? Who knows, but two articles were written by a computer this month.
Wikipedia and human rights, publishers and the Internet Archive, Russia and Wikipedia.
Real news or silly season?
IGNORANCE IS NOT STRENGTH.
"This year's victory was sad and dull."
Candidate op-eds, open question spaces, and more.
Was Minecraft YouTuber a GNG pass in life, or only in death?
Mass murderers, sex criminals, Ponzi schemers, insider traders, and business people.
The last three months of arbitration through the eyes of a GPT-3
GPT-3 whips it out.
And when is 'today'?
The world shows its messy complexity.
More lists expected next month.
It doesn't have to be a pain in the butt!
PAC2 explains the item documentation template.
Education, climate change, and journalism.
Zoom and enhance.
And other new research findings.
But Commons is a treasure trove.
All the things about theatre that the general public misses out on.
Ten years ago, Russian Wikipedia went dark in protest of new Russian laws. Today...
Strange mysteries of our animal world.

The Signpost: 31 August 2022

[edit]
jimmy@wikipedia.org donate@wikimedia.org (not a typo?) wants a moment of your time.
Why the 'Festival Edition' was less than perfect, and what we can do better.
But Annie Rauwerda is the real thing!
2022 elections, new page patrol, Fox News, Vector 2022, Royal Central and external links
Change and stability.
All there is to know about userboxen.
Sometimes Citation bot is not enough.
Plus, the Private Incident Reporting System, and new bots & user scripts!
One exterior, one interior.
Also includes a campaign to "Suck for Luck".
And other new research
Because there really is no real theme this month you can grab onto to give a catchy title.
Some articles aren't worth saving
Edinburgh in August.
Because the Signpost needs a cartoon.
The Signpost looks back on The Signpost: New reports, conceived in a spirit of collaboration, and dedicated to the proposition of information and, uh, more information for all.

The Signpost: 30 September 2022

[edit]
Candidates sign off and peel out – Sigalov is on and Peel is in.
Just what is NPP? Why does it need the WMF? Why does it need YOU?
Was Katherine Maher a former encyclopedia salesperson?
The latest from the Wikimedia Deutschland Movement Strategy & Global Relations Team.
Source reliability, NPP, and appearance discussions.
Find out firsthand what our newest admin, ScottishFinnishRadish, does with a chainsaw.
Some Articles for Deletion just drag on.
Suggestion: promote removal of visible copyright signs of images under a CC-BY license.
And other research news.
Repeat after me: I solemnly swear not to put "oh my!" in a headline.
This month: A FACBot upgrade, a completed list of lists.
Lo!
When Commons gives you a blank space...
Yes, again.

The Signpost: 31 October 2022

[edit]
Or maybe the spit -- only time will tell.
News from Twitter, Commons and the WMF C-Suite.
501(c)(3) application approved, Amazon donates another million.
Wading into several controversies.
I can has Kremlin sockfarms?
And other new research publications.
The newest sysop speaks on the process that got them there.
Featured content from October.
The strength of Wikipedia is the peer review afterwards.
More serial killers than you can shake a stick at!
What tales echo in these hallowed halls.

The Signpost: 28 November 2022

[edit]
Joe Roe's close sows dough woes, manifestos... vetoes? overthrows?
Ineffective altruism, return of the toaster, Jess Wade keeps wading through it, Russia censors searches, schools embrace Wikipedia.
An interview with Wikimedia's Chief Advancement Officer.
Oh, just one more thing... AI couldn't help but notice you use that punctuation a little bit more than most people...
Are government goons prowling our fair encyclopedia?
Have we gotten past the point where better articles makes us a better encyclopedia? And what comes next?
Heather Ford's new volume on Wikipedia, knowledge and power in the 2011 Egyptian revolution.
Facebook's Galactica demo provides a case study in large language models for text generation at scale: this one was silly, but we cannot ignore them forever.
Okay, six hundred, but either way, the bionic editor speaks.
Productively doing nothing
And other research findings.
Do consider joining FPC, though: we need you.
They shall grow not old, as we that are left grow old: Age shall not weary them, nor the years condemn.
A lost article from our deep annals
The weeks and weeks, as reviewed by Wikipedia's readers.
Search upgrades, lawsuits, paid editing, and personal reflection.
A toast to good health, a health to good hoax, a hoax to good toast.

ArbCom 2022 Elections voter message

[edit]

Hello! Voting in the 2022 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 12 December 2022. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2022 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:32, 29 November 2022 (UTC)[reply]

The Signpost: 1 January 2023

[edit]
Plus admin update and cool tools for the new year.
Sometimes you need to read more than just the headlines!
Interview of ComplexRational about their recent request for adminship.
Wikifunctions might drag it down.
Frustrations and successes.
Congratulations.
And other new research findings.
How Iranian press agencies help Wikipedia to reflect football in a better way.
You head into the featured content report. Amongst the features you see astronauts, both Gilbert and Sullivan, Ursula K. Le Guin's incredibly talented mother, and Billboard charts. It is pitch black, you are likely to be eaten by a grue.
It is mostly about football!
In which a couple sentences of text recontextualises an image.
Photographers, Sandy Hook, the shocking use of Nazi symbols in articles about Nazis, and "You wouldn't recognise a fact if it bit you in the ass".

The Signpost: 16 January 2023

[edit]
It's not just a phase! Well, maybe it is.
Long-time contributors imprisoned for 32 and 8 years after "swaying public opinion" and "violating public morals".
UCoC draws nearer, alongside the rise of the machines, in mainspace this time.
Wikipedia's birthday, a cute dog, and nipplefruit.
The depths of Commons, at your fingertips. Or eyetips.
Debunking widely-told myths about New York's grandest and centralest railway station.
The economics of Wikipedia.
When notability conflicts with what it might be used for.
7,000,000-year Landmasses for Subduction discussions considered "too long".
Allow us to bring you back, back, back, to days of Wikifun rampant.
...and your ambigram. Also: Boring lava fields, birds of Tuvalu, and commelinid family names with etymologies.
War, sports, and all types of chaos.
The editor with five million edits, the death of Aaron Swartz, and rollback.

Your draft article, Draft:Invalid dinosaur

[edit]

Hello, This, that and the other. It has been over six months since you last edited the Articles for Creation submission or Draft page you started, "Invalid dinosaur".

In accordance with our policy that Wikipedia is not for the indefinite hosting of material deemed unsuitable for the encyclopedia mainspace, the draft has been deleted. When you plan on working on it further and you wish to retrieve it, you can request its undeletion. An administrator will, in most cases, restore the submission so you can continue to work on it.

Thanks for your submission to Wikipedia, and happy editing. Liz Read! Talk! 16:18, 18 January 2023 (UTC)[reply]

sandbox/redirect tags

[edit]

Hey! Would you mind changing User:This, that and the other/sandbox/redirect tags so that it won't be categorized in Pages with templates in the wrong namespace? Thanks! ~ Eejit43 (talk) 03:32, 22 January 2023 (UTC)[reply]

@Eejit43 I have no idea what that page was for, so I marked it for speedy deletion. Thanks! This, that and the other (talk) 03:39, 22 January 2023 (UTC)[reply]

The Signpost: 4 February 2023

[edit]
Last issue's vow for "something to show for these efforts" revisited.
As well as the continued rise of the machines, and Amanda Keton's WMF departure.
Section 230 before the Supreme Court in two cases, with broad implications for the web.
Or Santos on Wikipedia?
WMF issues salvo in latest battles of the Posting Wars
The good, the bad, and the ugly.
Isamaa party sponsor Parvel Pruunsild files claim in Tartu County Court against WMEE head Ivo Kruusamägi and Reform Party politicians.
English Wikipedia among most "global" and Thai Wikipedia's among most "Western", but non-Western works neglected overall.
And other new research publications.
An interview with those who pitch in together
Letting you find out about yourself (and others).
An exceptionally good period for featured articles.
Can we have a chat?

The Signpost: 20 February 2023

[edit]
UCoC Enforcement Guidelines pass, Wikimedia Enterprise financials, GPTs gone wild, and a speedy deletion criterion removed.
Also: Russ Baker's BLP, the digital commons, the NSA, and more on Pakistan.
Gautam Adani and his companies possibly behind scheme featuring scores of socks, infiltration of articles for creation process.
GPT: friend or foe?
Your one-stop hooker's handbook.
But much else to be found.
Lovey-dovey stuff for Valentine's.
And maybe a side of AI.
Also: let's delete images of Muhammed! Let's delete portals!
Yesterday's controversies, reported on today.
A musical interlude.

The Signpost: 9 March 2023

[edit]
A lack of transparency.
Using failed AI Galactica's worst mistakes to test a new AI.
Probable answers: No, no, maybe?
Seriously, even the chef has a major military history connection.
And other new research publications.
Wikizine, Wikipedia Zero, Single User Login, and Wales allegedly editing his girlfriend's article.

The Signpost: 20 March 2023

[edit]
Be part of the Wikimania 2023 program!
One year in: volunteering, science, art, and candlelight.
Everything is broken, again.
Seriously, it's only a fortnight's worth!
An interview with Wikipedia's newest admin.
All the pop culture that's fit to print, with a sprinkling of cocaine (bear).

The Signpost: 03 April 2023

[edit]
Errata regretted.
Skynet believed to be in violation of the new Universal Code of Conduct.
Taking the phrase "gaming the system" to the next level.
Desysop case request still in accept/decline phase.
Thou gildest e'en the Signpost's trade.
And a dataset of article revisions to provide a corpus for promotional content.
A retrospective of the best and worst pranks.
Do important banks sock? Maybe – but don't grab your money and run just yet!

The Signpost: 26 April 2023

[edit]
Plus: Wikipedians get own Mastodon account, and Wikiprojects move to uniform quality assessment.
Covering Russia, Poland, the Vatican, the U.S., and the "perilously thin" boundary between real life and Wikipedia.
The prolific editor, former Arbitration Committee member and co-founder of Wikimedia New York City died in April.
No news is good news, and this isn't no news.
The problem we haven't solved.
Can Wikipedia help keep AI agents honest?
In this article, we will look at The Signpost statistics. More precisely: Signpost article statistics by year, TOP 20 titles of Signpost articles, TOP 20 article authors, and the home wikis of article authors.
First of a two part series summarising the priorities for the Wikimedia Foundation's next fiscal year (July 2022–June 2023) including staffing, budget and other changes, and how to provide your feedback.
And somehow made it more readable than when it's not rhyming.
2011 and on.
The Selfish Hatnote, the Disambiguation Singularity, and other information-theoretic conundra of encyclopedic note.
Wrestling bumps world-changing technology from the #1 spot, imagine that.

The Signpost: 8 May 2023

[edit]
... and at WP:Mastodon.
Fake fines, false alarms and faux headlines!
And other new research publications.
...Layout lovers will hate this featured content's title.
There will likely be more to say next issue.
The second article in a series describing the priorities and work of the Wikimedia Foundation. The article invites Wikimedians to collaborate with the Foundation.
First national-level conference in the Indian subcontinent in seven years.

The Signpost: 22 May 2023

[edit]
... and a referendum on Jimmy Wales' traditional role as a final court of appeal in arbitration policy.
Opposing scholars on ArbCom case.
Includes stronger sourcing restriction, and a nod to the UCoC.
And other new research results.
Bird is the word for featured pictures.
Celebs and Bollywood film dominated reader interest, as usual, but with a new persistent presence on the lists of a certain AI.
An online conference with 12 distributed trans-local in-person meetup "Nodes" on 5 continents.

The Signpost: 5 June 2023

[edit]
Code of Conduct Coordinating Committee Building Committee Commences Command By Convening.
Also: Goog gets delist ask for en-wp yt-dl ar-ticle, wacky football fails.
Now is not this ridiculous, and is not this preposterous? A thorough-paced absurdity - explain it if you can.
Plus mortalities, and movies about mermaids.

The Signpost: 19 June 2023

[edit]
Problems with emergency emails sent to WMF.
... and an AI writer explains why he just bought a paper encyc.
Poetry still present.
And other new research findings.

Nomination for deletion of Template:Tutorial sandbox header VE

[edit]

Template:Tutorial sandbox header VE has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. – Jonesey95 (talk) 15:34, 28 June 2023 (UTC)[reply]

The Signpost: 3 July 2023

[edit]
... and a new Elections Committee.
A few editors who fought many times to keep advertisements out.
Are you now, or have you ever been, a Wikipedia editor?
In which featured pictures have a pleasing orange/blue colour scheme for some reason.
Don't worry, they are mostly harmless.
Mission to ensure stability in conflict-ridden area.

The Signpost: 17 July 2023

[edit]
Gitz666 unglocked, Wikimania scholarships given and a new admin anointed.
Ruwiki on the Ruinternet, Rauwerda on TEDx, and Jimbo on Fridman.
Philadelphians and Tanzanians say goodbye.
The collaboration process for the 2023 English fundraising campaign is kicking off now, right from the start of the fiscal year.
Wikidata queries investigate nepo babies.
A summary of various tools designed over the years.
And various other research on large language models and Wikipedia.
Bold move intended to "get some variety" into Wikipedia arguments.
The annual report that tries to understand the Signpost through data, written in 2020, which never saw the light of day until now.
In which choices have been made™.
Sex, drugs and violence, English, math and science.

The Signpost: 1 August 2023

[edit]
And French gov't proposes legislation to slam Wikipedia, others.
Or just another brouhaha?
Hot damn, it's damned hot!
Three editors have departed.
You don't really want to do this stuff by yourself, do you?
A serious visual investigation.
A compilation of over 3M citations.
Possible solutions after being re-harassed.
Due to unfortunate events, this issue is published as is, in its unfinished state.
Oppenheimer, Barbie, and a couple other scandals.

The Signpost: 15 August 2023

[edit]
Jimbo promises more transparency, Wikimania in Singapore, move away from Tides still planned, and Wikifunctions rolls out.
Harsh words from problematic fave Glenn Greenwald.
Rigorous Review of Content for Make Benefit Glorious Nation of Wikipedia.
Damn kids need to get off our lawn and onto RfA.
Because one gets some secondary skills when one has 645 featured pictures.
The innards of the Signpost received a major overhaul in March/April 2019. Here's how we reduced behind-the-scenes busywork and improved writers resources.
For whom does the Creative Commons enforcement clause toll?
An announcement of 335,000 new images on Wikimedia Commons.
Some improvement on last week.
Case request cited misuse of tools by administrator who last used tools in 1661.
Barbenheimer, Pee-Wee Herman and the Women's World Cup.

The Signpost: 31 August 2023

[edit]
News for the editoriat. Stuff that matters.
Wikipedia really comes into its own, editorially and artistically.
"Poli", which means "many", and "tics", which means "under-the-table Wikipedia article whitewashing campaigns".
And other recent research publications.
The good, the bad, and the nonsense.
A message from the Counter-Fun Unit.
I just poured HOT GRITS down my pants ohh yeah

The Signpost: 16 September 2023

[edit]
Plus: Africa news, funding report, U4C draft, roads fork and another ChatGPT block.
Plus a new judge, an "unimportant" record, and staying in the swim!
A Wikipedian and a friend.
Non-flammable, BPA-free, and really whips the llama's ass.
Covering all of August. Pretty much.
The Signpost brings you the latest from the source.
Sports, film and singers. We've got it all!

The redirect Mediazilla has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Anyone, including you, is welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2023 October 1 § Mediazilla until a consensus is reached. * Pppery * it has begun... 16:01, 1 October 2023 (UTC)[reply]

The Signpost: 3 October 2023

[edit]
Finances during Tides Foundation management of the endowment are shown for the first time.
Plus Harvard, Yale, Lords and Commons, partners and trolls!
And other new research publications
The first issue to feature two poetry article
Material must be written with the greatest care and attention; the level of detail and commentary regarding the antlers of living persons is to be kept to a minimum.
Tamzin reflects on the hunt.
Taylor Swift with an NFL tight end and Lauren Boebert with a Democrat?

The Signpost: 23 October 2023

[edit]
Long time passing
Also: High fives, Wikipedia as a guide for counterfeiters and crossword makers, and Iskander at the UN.
The benefits of research.
These titles never make much sense even at the best of times, so why not be random?
They are still fighting.
Sounds good!
"Cite altered state" to join the distinguished ranks of CS1 templates

November Articles for creation backlog drive

[edit]

Hello This, that and the other:

WikiProject Articles for creation is holding a month long Backlog Drive!
The goal of this drive is to reduce the backlog of unreviewed drafts to less than 2 months outstanding reviews from the current 4+ months. Bonus points will be given for reviewing drafts that have been waiting more than 30 days. The drive is running from 1 November 2023 through 30 November 2023.

You may find Category:AfC pending submissions by age or other categories and sorting helpful.

Barnstars will be given out as awards at the end of the drive.

There is a backlog of over 2900 pages, so start reviewing drafts. We're looking forward to your help! MediaWiki message delivery (talk) 13:25, 31 October 2023 (UTC)[reply]

The Signpost: 6 November 2023

[edit]
"Is this an ArbCom case request or an M. Night Shyamalan movie?"
Plus Gaza bias, Speaker Johnson, Maher, the music of websites, and antisemitism.
And three new admins!
You should learn some of our rules!
The winner is...
Do you ever wonder where Wikipedia articles come from?
And other new research findings.
Only literally.
A systematic approach.
Plus Kollywood, Killers of the Flower Moon, and ongoing war.

The Signpost: 20 November 2023

[edit]
Comic-con, Media summit, and a classic!
Plus: Sockpuppet investigators asking for help.
Or if it's Indian sport or cinema.
And other new research findings.
Scholarship applications for Wikimania 2024 are now open!

ArbCom 2023 Elections voter message

[edit]

Hello! Voting in the 2023 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 11 December 2023. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2023 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:27, 28 November 2023 (UTC)[reply]

The Signpost: 4 December 2023

[edit]
Just as his term was ending!
Plus Apple Pay, fiction, registration, expulsion, and elimination!
An analysis of a literary mystery.
Continuing years of efforts to improve free-to-read access.
"I think we ought to read only the kind of comics that wound or stab us. If the comic we're reading doesn't wake us up with a blow to the head, what are we reading for?" — Franz Kafka
And so are you.
Quite literally, and other fascinating featured articles, pictures and lists
If you don't fancy the sport that occupies over 25% of the slots in these lists, there's always movies, celebrities, and political follies to fall back on – or an unusual fired-for-the-weekend CEO.
This page in a nutshell: Whether or not someone has denied unsavory allegations — though such a denial may not merit being given equal weight in an article — a worthless shitpost should still be included.

The Signpost: 24 December 2023

[edit]
Wikipedia article histories are public records that can be easily examined, so unlike other websites, we can answer this question thoroughly.
Not the best of times for Wikipedians across the world, but there are still glimpses of hope...
Forky on forky on forky, plus a strange donation scheme and other interesting bits of news.
Wiki goes dark and adopts Palestine flag logo; intellectual property rumblings from the bowels of the law.
Wikimedia Russia closes after founder is declared a "foreign agent".
No more must Wikipedia always be a lightbulb in the dark — except metaphorically of course.
And other new research publications.
Peace on earth, goodwill to all!
the dilution makes it stronger.
The Signpost Crossword is a 2018 online multiplayer social deduction game that takes place in space-themed settings where players are colorful, armless cartoon astronauts.
Bollywood, Hollywood, and both kinds of football to close out December.
The debugging will continue until performance improves.
Heartwarming — MUST READ — You Won't BELIEVE #4!!!!!
Winner receives a special prize!
Edit summary: "Only need this page for about 30 minutes to demonstrate to a friend how easy it is to create a Wikipedia page. Then it will be deleted."

The Signpost: 10 January 2024

[edit]
The Signpost can now drink beer and chant slogans in Canada. What slogans should we chant for the next nineteen years?
Mickey & You: What can you do?
A techie looks at the big questions.
Let the games begin! The 2024 WikiCup is off to a strong start. With copyright enforcement, AI training and freedom of expression, it's another typical week in the wiki-sphere!
The first of two installments, regarding a process of many installments.
Watch out for those space ships!
What are the editorial processes behind covering some of the most politically polarizing and contentious topics on English Wikipedia?
Rest in peace.
Around the world in 365 days (with many stops in India).
The good news is that I've perfected the templates that allow other people to make actually good crosswords.
Getting down to brass tacks &c.

The Signpost: 31 January 2024

[edit]
Plus WMF child rights impact assessment, Chinese Wikipedia changes admin rules
A stream of consciousness about plagiarism on Wikipedia from the perspective of a user who directly witnessed it.
And how you can stop them!
Another wobble, more Ackman, our usual pathological optimist, and football in dirty pants!
Everything you really wanted to know about writing featured articles.
And other new research publications.
Writing a good subheading for a one-sentence joke is basically like writing an entire second joke so I'm not going to do it.
Job changes, death, sex, murder, suicide and a vacation!

The Signpost: 13 February 2024

[edit]
"the exact extent of the obligations" unclear... many such cases!
Lower, trust me!
Finding the right bumblebee among all the bumblebees!
The usual odd articles about Wikipedia.
The hunt for Bertil Ragnar Anzén.
Plus films, Grammys and a rumble!
&c.
That's more than weakly!

The Signpost: 2 March 2024

[edit]
Plus, the U4C Charter keeps planting seeds, the RfA process is set to become more sustainable, and more news from the Wikimedia ecosystem.
And other new findings
Plus, naughty politicians, Federal judge not a fan, UFOs and beavers.
Rest in peace.
If you say it loud enough the views will come your way!
135 battle it out; 67 advance

The Signpost: 29 March 2024

[edit]
Much effort was spent drafting a movement charter about becoming "essential infrastructure of the ecosystem of free knowledge". How much is spent maintaining it?
Signpost interviews Wikimedia Foundation leadership on fundraising banners
And does it have anything to do with the unusual decision to let a zero-edit user open an arbitration request?
Can we compete with social media? Will aoomers forget Wikipedia?
And several papers look at climate change on Wikipedia
WLM winners announced, Wikimania 2024, a new Wikimedia movement affiliate, and active enwp admins reach a record low.
Worldwide women turned blue and controversies on Serbian & French Wikipedia.
Let me take you to the movies.
The only worthwhile grievance is the one that prompts satire.
margin: 0 auto !important;

The Signpost: 25 April 2024

[edit]
Plus, tribute songs and shout-outs outweighing vandalism and hoaxes, a dispute about the real king of the platform and other bits of news.
Plus, new updates on the privacy and research ethics whitepaper and the graphs outage situation, and an Iranian former steward is globally banned from Wikimedia projects
Outcomes of the event including newly published videos and photos, the archived conference website and program, and some attendee reflections on its significance.
A WikiProject report on the 📰🌍 globe's finest news source!
And other recent research publications
Plus Godzilla meets Francis Scott Key!

The Signpost: 16 May 2024

[edit]
WMF trustee elections, U4C results, Italian ArbCom, WMF and Endowment annual reports.
We don't know yet, but there is some encouraging news, nevertheless.
Some go out with a bang, some with a whimper, few with much of a comprehensible explanation.
Plus, the WMF joins the Unicode Consortium, Chris Albon talks about AI tools on Wikipedia, communities address under-representation on the site.
More queries are failing, and more frequently, so what is to be done?
It do be like that sometimes.
With cricket and some cute baby reindeer!

The Signpost: 8 June 2024

[edit]
The Form 990, as well as highlights and FAQs, are now available for review.
A new model for collaboration between the WMF and the community?
Hoaxes and the genesis of information.
First line, sixth paragraph, body text or unified Reich?
Outlining progress against the four key goals
A letter.
And various research findings about Wikidata and knowledge graphs.
No we didn't write it, but we tried to cite it
An essay.
... and flagging your articles with big ugly red notices! (This is a good thing.)
Movies, deaths, elections (but no cricket).
Some stuff's only okay in the privacy of the home.
Project in shambles – "it had never occurred to us that this was possible".
Hypertext.

The Signpost: 4 July 2024

[edit]
Three new admins, but overall numbers still shrinking.
Will we weather the storm?
Unbundling, automation, fighting spirit, and a bot named Reimu Hakurei.
Debate unsettled after seventeen years.
Advocacy organizations, a journalist, mycophobes, conservatives, leftists, photographers, and a disinformation task force imagine themselves in Wikipedia.
A journey to a sister project.
Rest in peace.
An article about Etika's appeal and legacy in pop culture.
A virtual visit to the Inland Northwest.
"Simply not good enough".
How well do you know the main page (no peeking)?
...!
Special:Diff/1 and related techno-trivia more complicated than you'd think.
And other new publications on systemic bias and other topics.
Elections, movies, sports.

The Signpost: 22 July 2024

[edit]
Iconic photograph, invalid fair use exemption criterion #3a claimant, or both?
Establishment of power-sharing agreement between WMF corporation and volunteer user community in limbo.
Natalia Tymkiv, Chair of the Board of Trustees of the Wikimedia Foundation, on the Charter vote results, the resolution, meeting minutes, and proposed next steps.
A lost Signpost submission from fifteen years ago brought into the light, as good and true now as it was then.
Failing forks, smart and well-researched stories, LGBT rights, and oral sex!
Rest in peace.
Do you know these Wikipedia quotes?
Dems in disarray, GOP in chaos — analysts say news expected, but few can predict how race will shape up from here.

The Signpost: 14 August 2024

[edit]
A STORM over an AI that writes articles. And other notes of interest.
And other findings.
Musk's Twitter acquisition and rebranding have caused long debates on Wikipedia.
And Movement Charter ratification vote comments have been published
Possibly paid articles.
HouseBlaster's reflections on his RfA. In particular, do not ask superlative questions.
Just normally weird!
Come in, you whippersnapper, have a cup of tea.

The Signpost: 4 September 2024

[edit]
JCW compilation now tracks free DOIs, Wiki Loves Monuments getting started, WMF's status as UN observer stymied by China for fourth time.
Updates from the Portland pol's case, the war in Gaza, and other Wiki-related reports.
And other new research findings
Who are they, why are they running and what are they bringing to the Board?
What all happened in Katowice?
Hannah Clover shares her fondest memories of her first Wikimania.
The Olympics (yay!) and the American election (oh no).
"I can't remember whether he is an incompetent moron, or an incorrigible POV warrior, or some other thing, but either way, to hell with him."

The Signpost: 26 September 2024

[edit]
ANI (but probably not the one you're thinking of), bias and bans, crisis and Clover, Engelhorn's euros, and will the zoomers inherit the project?
In response to a takedown request, Wikipedia editors reached a consensus on how to handle it appropriately.
User Hawkeye7 opens up on his experience as a media representative following the Australian team at the latest Summer Paralympics in Paris.
User asilvering reflects on their recent successful request for adminship.
More changes to RfA on the way in October, final results for the U4C elections revealed, and other news from the Wikimedia world.
Picture this: medicine, drugs, JFK, Cleopatra, anachronism, and global catastrophe.
And other recent research publications.
Band reunions and Beetlejuice!

The Signpost: 19 October 2024

[edit]
Find more about the new Trustees, the first election cycle for admins, and other news from the Wikimedia world.
And other searchings and findings.
Perplexing persistence, pay to play, potential president's possible plagiarism, crossword crossover to culture, and a wish come true!
Can it be fun to address systemic bias? Eighty participants say yes, it can!
Help me make it through the night!
A novel about us, from the point of view of three of us.
Where do I even start?
Pasta, acronyms, and one computer-crashing talk page.

The Signpost: 6 November 2024

[edit]
But not everybody is able to legally read Wikipedia, and not everybody is able to legally edit Wikipedia.
Defamation, privacy, censorship, and elections.
Plus human knowledge and Ozzie places!
Asian News International, the Delhi High Court, and the encyclopedia.
Your photos are more valuable than you may realize.
What is going on?
And Tata too!
IP address privacy tools, and mysterious archive sites.
Many such cases.

The Signpost: 18 November 2024

[edit]

ArbCom 2024 Elections voter message

[edit]

Hello! Voting in the 2024 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 2 December 2024. All eligible users are allowed to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2024 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add {{NoACEMM}} to your user talk page. MediaWiki message delivery (talk) 00:14, 19 November 2024 (UTC)[reply]

The Signpost: 12 December 2024

[edit]
New arbs to be seated in January.
Will the fifth try at achieving peace be a mudfight, or something better?
Should old acquaintance be forgot?
An editor's reflection on social capital and their changing relationship with Wikipedia culture.
by Tamzin
Wikipedia aims to represent the sum of all knowledge. Is there an imbalance between Western countries and the rest of the world.
Ballooning British bias bombast!
Fighting and killing – on screen, in politics, and in the ring – competes for attention with Disney.
The importance of feedback.

The Signpost: 24 December 2024

[edit]
What the VLOP – findings of an outside auditor for "responsibilization" of Wikipedia. Plus, new EU Commissioners for tech policy, WLE 2024 winners, and a few other bits of news from the Wikipedia world.
A personal essay.
Explanations for what led to it and what it was like to undergo it.
Plus, the dangers of editing, Morrissey's page gets marred, COVID coverage critique, Kimchi consultation, kids' connectivity curtailed, centenarian Claudia, Christmas cramming, and more.
Who's news?
And other new research findings.
Good faith edits REVERTED and accounts BLOCKED.
Peace on earth, goodwill to all!
Wicked war, martial law, killing, death and an Indian movie with a new chess champ!

The Signpost: 15 January 2025

[edit]
The 20th anniversary of The Signpost.
A lot of psephology!
HUMINT or humbug?
Hallelujah!
Johnny Au has edited for 17 years straight without missing a day.
Some thoughts from the original editor-in-chief.
Public Domain Day 2025, Women in Red hits 20% biography milestone, Spanish Wikipedia reaches two million articles, and other news from the Wikimedia world.
The Signpost staff on achievements of '24 and hopes for '25.
The latest crusade?
Our alumni speak!
Applying the scientific method to a model of conflict that leads to arbitration.
This post fact-checked by real Wikipedian patriots.

The Signpost: 7 February 2025

[edit]
But an open language model is ready to help.
The WMF executive team delivers a new update; plus, the latest EU policy report, good-bye to the German Wikipedia's Café, and other news from the Wikimedia world.
Editor Fathoms Below reminisces over their successful RfA from February 2024.
Plus, reports on the ARBPIA5 case, new concerns over projects targeting Wikipedia editors, John Green gets his sponsor flowers, and other news.
Wikimedians and newbies celebrate 24 years of Wikipedia in the Brooklyn Central Library. Special guests Stephen Harrison and Clay Shirky joined in conversation.
Ending with some bans, and a new set of editing sanctions.
The start of the year was filled with a few unfortunate losses, tragic disasters, emerging tech forces and A LOT of politics.

The Signpost: 27 February 2025

[edit]
French Wikipedia defends a user against public threats, steward elections, and other news from the Wikimedia world.
"The only time I ever took photos in my entire life".
From patrolling new edits to uploading photos or joining a campaign, you can count on the Wikimedia platform to be up and running — in your language, anywhere in the world. That is, except for a couple of minutes during the equinoctes.
Or just the end of Wikipedia as we know it?
Of "hunters", "busybodies" and "dancers".
User Sennecaster shares her thoughts on her recent RfA and the aspects that might have played a role in making it successful.
What are they? Why are they important? How can we make them better? And what can you do to help?
Liberté, liberté chérie.
Grammys, politics and the Super Bowl.
Straight from the source's mouth. A source is a source, of course, of course!
Turkish linguist wrote about languages and plants; Brazilian informaticist studied Wikimedia projects and education.

The Signpost: 22 March 2025

[edit]
It's an ecstasy, my spring.
Let them know what you think!
Read this, then forget all about it.
Life on the Wiki as usual!
And WMF invites multi-year research fund proposals
The Oscars, politics, and death elbow for the most attention.
The photographers are the celebrities!
And very unusual biographical images.
Send not to know
For whom the bell tolls,
It tolls for thee.

The Signpost: 9 April 2025

[edit]
Fellow doctor Osama Khalid remains behind bars for "violating public morals" by editing.
Major changes to core content policy, or still-developing plan for new initiative?
Defeat, or just a setback?
Plus: 30-year anniversary of wiki software commemorated.
Our content is free, our infrastructure is not!
What is to be done?
Advice to aspirants: "Read RfA debriefs", including this one.
Rest in peace.
Snow White sinking, Adolescence soaring, spacefarers stranded, this list has it all!
The Wikimedia Foundation's announcement from Diff.
Gadzooks!

The Signpost: 1 May 2025

[edit]
As always, Wikimedia community governance relies on user participation; plus, more updates from the Wikimedia world
Scrapers, an Indian lawsuit, and a crash-or-not-crash?
And other new research findings.
And don't bite those newbies!
And don't bite those newbies!
Television dramas, televised sports, film, the Pope, and ... bioengineering at the top of the list?
Community volunteers network among themselves and use technology to counter attacks on information sharing.
A look at some product and tech highlights from the Wikimedia Foundation's Annual Plan (July–December 2024).
Hey! At least it is something!
Zounds!
Would a billion articles be a good idea?
There's a lot more to this than you think.
I wonder about having crats, but decided to become one anyway.
Just beautiful photos!
Rest in Paradise.

The Signpost: 14 May 2025

[edit]
And comment is requested on a privacy whitepaper.
And other courtroom drama.
And how he knows it: all about lawyer letters and editing logs.
Why the language barrier is not the only impediment to navigating sources from another culture.
And QR codes for every page!
When an editor is ready to become staff at a public library (not a brother in a fraternity).
Rest in peace.
The technology behind it, and the other stuff.
Gadzooks!
And more.

The Signpost: 24 June 2025

[edit]
Admins arrested in Belarus.
Pardon our alliteration!
A get-out-of-jail card!
And other new research publications.
Holy men and not-as-holy movies.
Get your self-nomination in by July 2nd!
After two years RuWiki fails to thrive.
With some sweet-and-sour sauce!
Every thing you need to know about the Wikimedia Foundation?
Egad!

The Signpost: 18 July 2025

[edit]
Endowment tax form, Wikimania, elections, U4C, fundraising and a duck!
And how do we know?
Five-year journey comes to healthy fruition.
Wikimedians from around the world will gather in person and online at the twentieth annual meeting of Wikimania.
As well as "hermeneutic excursions" and other scientific research findings.
The report covers the Foundation's operations from July 2023 - June 2024
A step towards objective and comprehensive coverage of a project nearly too big to follow.
Drawn this century!
How data from the Wikipedia "necessary articles" lists can shed new light on the gender gap
Annual plans, external trends, infrastructure, equity, safety, and effectiveness. What does it all mean?
Rest in peace.
Wouldn't it be nice without billionaires, scandals, deaths, and wars?
If you are too blasé for Mr. Blasé and don't give a FAC.

The Signpost: 9 August 2025

[edit]
Plus a mysterious CheckUser incident, and the news with Wikinews.
A review of June, July and August.
Who is this guy?
Threads since June.
And slop.
It's not a conlang, it's a crossword puzzle.
gang aft agley, an' lea'e us nought but grief an' pain, for promis'd joy!
Everybody's Somebody's Fool.
[edit]

An automated process has detected that when you recently edited Shire of Murrindindi, you added a link pointing to the disambiguation page Lake Mountain.

(Opt-out instructions.) --DPL bot (talk) 20:01, 29 August 2025 (UTC)[reply]

The Signpost: 9 September 2025

[edit]
UK Online Safety Act remains undefeated.
Plus Wiki rules, Wiki Spin, and physicists get street cred!
The price of Liberty is eternal vigilance.
And other new research findings.
Tis true: there's magic in the web of it.
With the usual mix of war, death, super heroes, a belt, and Wednesday.
It's an easy one.

Your additions of local map captions

[edit]

Hi there! I see you're adding the |local_map_caption= parameter to many articles, but I don't understand why you're explicitly adding a link to the Category:Pages which use a template in place of a magic word. Could you please clean up the articles in this category? Thanks! GoingBatty (talk) 02:59, 17 September 2025 (UTC)[reply]

@GoingBatty I was accidentally writing {{subst:pagename}} instead of {{subst:PAGENAME}}, thinking they were synonymous. Our {{pagename}} template is somewhat smart, but evidently not smart enough to subst itself properly! I caught myself after a while, but I'll clean up the articles with the lingering error. Thanks for the message. This, that and the other (talk) 03:42, 17 September 2025 (UTC)[reply]

One more local_map_captions request

[edit]

Hey, thanks for adding the captions to Template:Infobox Australian place. Could you also please add "local_map_captions" to the "Check for unknown parameters" module at the bottom of the template wikitext? This will clear out Category:Pages using infobox Australian place with unknown parameters. Thanks! Phuzion (talk) 16:19, 17 September 2025 (UTC)[reply]

@Phuzion  Done. On Wiktionary, which is my home wiki these days, our equivalent module (wikt:module:checkparams) can parse the template code to check which parameters are utilised, so no manual intervention is needed when adding a new one. I guess that isn't really feasible on Wikipedia though. This, that and the other (talk) 22:58, 17 September 2025 (UTC)[reply]

Map of Delatite Shire

[edit]

Hiya, I've noticed a number of your excellent maps showing the pre vs post-amalgamated makeups of councils in Victoria, such as on Shire of Strathbogie and Shire of Northern Grampians. I totally understand if you don't wish to do this for whatever reason, but I've been working on improving the Delatite Shire article lately. It currently includes a fairly detailed description of how the borders of the shire came to be. I was wondering if you would be able to make an illustrative map of the pre vs post-amalgamation boundaries for the Delatite Shire? LivelyRatification (talk) 12:38, 26 September 2025 (UTC)[reply]

@LivelyRatification thanks for your message. And what an excellent article you've written about this fascinating subject!
That's a great suggestion. I hadn't thought of making a map for Delatite, but it of course makes perfect sense. And I was just sitting down wondering which map to do next when I saw your message.
I've added a map to the article.
You may be surprised to see the Shires of Wangaratta, Oxley and Euroa turning up on the map. Wangaratta is there because one property (26 Boilerwood Track, Taminick) was transferred from Wangaratta to Delatite, while Euroa and Oxley contributed small sections of forest. The piece from Euroa is so small (only about 1 km2) that I was on the fence about whether Euroa needs to be highlighted and labelled at all. I left Alexandra off the map because it only contributed a section of water on the remote Big River arm of Lake Eildon. If you think it's worth kicking Euroa off the map too, I can do it.
Another interesting footnote is that the modern Benalla–Mansfield boundary is not the same as the historic boundary, although the changes are inconsequential, affecting (from left to right) State forest, the surface of Lake Nillahcootie, and a VPC plantation. This, that and the other (talk) 02:37, 27 September 2025 (UTC)[reply]
Thank you for the kind words! I really appreciate your map contribution. The Euroa section is tiny, but I reckon it makes sense to go there as it is at least perceptible, whereas the small bit of water that went from Alexandra Shire to Delatite more or less makes no difference. I also didn't know that about the Mansfield-Benalla boundary -- in my readings about the shire, I had wondered if Mansfield managed to join Queenscliffe as the one other local government area with identical pre-1994 borders. LivelyRatification (talk) 14:34, 27 September 2025 (UTC)[reply]
[edit]

An automated process has detected that when you recently edited City of Wyndham, you added a link pointing to the disambiguation page Seabrook.

(Opt-out instructions.) --DPL bot (talk) 19:56, 26 September 2025 (UTC)[reply]

The Signpost: 2 October 2025

[edit]
This time "not merely negative".
Wickedpedia wrangles post-truth politics.
Unexpected news!
Fifty hot topics from fourteen noticeboards.
Policy, politics, icons, captchas, and LLMs.
And other recent publications.
When to walk away.
Rest in peace.
Celebrities, deaths and software.
All invited!

A Twinkle coding question

[edit]

Hi! I'm currently working on twinklewarn.js, and noticed that some Twinkle templates seem to have space for an extra parameter (pushing the "extra message" field to be {{{3}}}), but that this extra parameter isn't accessible via the warning menu. Since you wrote a good part of that code, I'm curious if this was a design choice, or if I could look into adding support for extra parameters? Chaotic Enby (talk · contribs) 10:01, 5 October 2025 (UTC)[reply]