User talk:This, that and the other
![]() |
---|
![]() |
---|
2 October 2025 |
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!
|
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)
- 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 justdelete
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)
- 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)
- 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)
- 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)
- 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)
- 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 toremoveFromToolbar
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)
- 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
- 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.
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! (t) Josve05a (c) 00:09, 1 August 2014 (UTC)
- 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)
- All instances, since Commons don't have (didn't the last time I checked) that template. (t) Josve05a (c) 07:16, 17 August 2014 (UTC)
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? (t) Josve05a (c) 00:11, 5 September 2014 (UTC)
- Ping. (t) Josve05a (c) 15:26, 14 September 2014 (UTC)
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 (talk • contribs) 16:49, 4 August 2014 (UTC)
- +1. Please help. Details here: Википедия:Запросы к ботоводам#Выгрузка файлов из Викисклада в Рувики (via google translate) --Fastboy (talk) 17:20, 4 August 2014 (UTC)
- 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)
- 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)
- 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)
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)
- Thank you! I will start learning and testing immediately. --NeoLexx (talk) 07:41, 17 August 2014 (UTC)
- Sorry for silly question, but where does the installation go by default? I installed it on Windows 8, closed and now no signs at Program files. --NeoLexx (talk) 08:18, 17 August 2014 (UTC)
- Oh, OK, sorry. It is not installed, it is a single exe. --NeoLexx (talk) 08:20, 17 August 2014 (UTC)
- To be clear, what is the license you want to be mentioned for this program? I didn't find it at the download page. --NeoLexx (talk) 08:23, 17 August 2014 (UTC)
- The current version is released into the public domain. Even so, I appreciate it if you provide attribution if you choose to make copies of the program. I will probably release the next version under a license such as MIT, but for the moment, it is in the public domain. — This, that and the other (talk) 09:25, 17 August 2014 (UTC)
- Hello. I tried reverse and it worked. I spent decent time to make a config but then I transferred twenty images very quickly. But I found some obstacles that slowed me down:
- FtCG doesn't memorize chexbox settings (I had to ckeck "ignore warnings" every other image)
- 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.
- 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)
- 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)
- Btw thanks for that previous support! It really helped! ~Nirvanchik~ ⊤άλҟ 07:43, 21 October 2014 (UTC)
- 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)
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)
- 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)
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)
- 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)
Your submission at Articles for creation: Beth Sotelo (September 5)
[edit]
- If you would like to continue working on the submission, go to Draft:Beth Sotelo and click on the "Edit" tab at the top of the window.
- If you need any assistance, you can ask for help at the Articles for creation help desk or on the reviewer's talk page.
- You can also get real-time chat help from experienced editors.
Your submission at Articles for creation: Beth Sotelo (September 10)
[edit]
- If you would like to continue working on the submission, go to Draft:Beth Sotelo and click on the "Edit" tab at the top of the window.
- If you need any assistance, you can ask for help at the Articles for creation help desk or on the reviewer's talk page.
- You can also get real-time chat help from experienced editors.
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)
- 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)
- {{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)
Copyright checks when performing AfC reviews
[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).
Sent via--MediaWiki message delivery (talk) 02:20, 18 November 2014 (UTC)
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)
- 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)
- Thank you very much. I'll wait. --SerSem (talk) 12:51, 2 December 2014 (UTC)
- 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:
- You must turn off the "Tag file with {{now commons}}" check box above the "Transfer" button.
- 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.
- 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)
- 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)
- Thank you very much. I'll wait. --SerSem (talk) 12:51, 2 December 2014 (UTC)
- 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)
- 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)
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) |
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)
- 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)
- 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)
- @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)
- 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)
- 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)
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}} (e • t • c) 15:04, 6 January 2015 (UTC)
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)
- 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)
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)
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)
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.
- tr:MediaWiki:Gadget-Twinkle.js
- tr:MediaWiki:Gadget-morebits.js
- tr:MediaWiki:Gadget-morebits.css
- tr:Vikipedi:Twinkle/Preferences
- tr:MediaWiki:Gadget-twinklediff.js
- tr:MediaWiki:Gadget-twinklefluff.js
- tr:MediaWiki:Gadget-twinklespeedy.js
- tr:MediaWiki:Gadget-twinkleconfig.js
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)
- @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)
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)
- 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)
You've got mail!
[edit]
It may take a few minutes from the time the email is sent for it to show up in your inbox. You can {{You've got mail}} or {{ygm}} template. at any time by removing the
— MusikAnimal talk 03:10, 26 February 2015 (UTC)
- 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)
- 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)- Beautiful :) Not sure why I didn't think of that! Many thanks — MusikAnimal talk 02:52, 1 March 2015 (UTC)
- 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.
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)
Invitation
[edit]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)
You've got mail!
[edit]
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 {{You've got mail}} or {{ygm}} template. at any time by removing the
— MusikAnimal talk 02:00, 8 April 2015 (UTC)
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)
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)
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)
New question raised regarding Talk:Hillary Rodham Clinton/April 2015 move request
[edit]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)

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)
Talkback
[edit]
You can remove this notice at any time by removing the {{Talkback}} or {{Tb}} template.
You've got mail
[edit]
It may take a few minutes from the time the email is sent for it to show up in your inbox. You can {{You've got mail}} or {{ygm}} template. at any time by removing the
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)
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)
- 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)
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)
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)
- 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)
May I ask what purpose this page serves? —Skyllfully (talk | contribs) 02:30, 28 October 2015 (UTC)
- @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)
- Nope, I found it in Main Page's WhatLinksHere maintenance report. —Skyllfully (talk | contribs) 02:35, 28 October 2015 (UTC)
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)
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)
- 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)
- 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)
- 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)
- Done. You may like to notify the following users, who created the templates:
- 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)
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)
- 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)
- 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)
Seasons' greetings!
[edit]
Steel1943 (talk) is wishing you Happy Holidays! This greeting (and season) promotes WikiLove and hopefully this note has made your day a little better. Spread the WikiLove by wishing another user Happy Holidays, whether it be someone you have had disagreements with in the past, a good friend, or just some random person. Don't eat yellow snow!
Spread the holiday cheer by adding {{subst:User:Steel1943/HappyHolidays}} to their talk page with a friendly message.
This, that and the other, hope your holidays are happy, and a happy new year! Steel1943 (talk) 17:49, 23 December 2015 (UTC)
TB
[edit]
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)
- @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)
- @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)
- @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)
- Okay. Thank you very much. Qed237 (talk) 10:00, 4 March 2016 (UTC)
- @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)
- @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)
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)
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)
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)
- Thanks for letting me know! ~ Jeff Q (talk) 10:50, 10 June 2016 (UTC)
A kitten for you!
[edit]
...meow...
Mountebank1 (talk) 00:28, 24 August 2016 (UTC)
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)
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)
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)
- @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)
- Thanks, I will follow up when I have diffs to provide. --Metropolitan90 (talk) 02:00, 6 December 2016 (UTC)
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)
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)
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:
Magioladitis ARBCOM case has closed. The remedies of the case include:
We currently have 27 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!
There are multiple ongoing discussions surrounding bot-related matters. In particular:
Several new things are around:
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) (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)
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)
- @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)
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)
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:
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!
We currently have 12 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!
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) (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 has been nominated for discussion
[edit]
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)
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:
- Template:Marvel Comics characters (A)
- Template:Marvel Comics characters (B)
- Template:Marvel Comics characters (C)
- Template:Marvel Comics characters (D)
- Template:Marvel Comics characters (E)
- Template:Marvel Comics characters (F)
- Template:Marvel Comics characters (G)
- Template:Marvel Comics characters (H)
- Template:Marvel Comics characters (I)
- Template:Marvel Comics characters (J)
- Template:Marvel Comics characters (K)
- Template:Marvel Comics characters (L)
- Template:Marvel Comics characters (M)
- Template:Marvel Comics characters (N)
- Template:Marvel Comics characters (O)
- Template:Marvel Comics characters (P)
- Template:Marvel Comics characters (Q)
- Template:Marvel Comics characters (R)
- Template:Marvel Comics characters (S)
- Template:Marvel Comics characters (T)
- Template:Marvel Comics characters (U)
- Template:Marvel Comics characters (V)
- Template:Marvel Comics characters (W)
- Template:Marvel Comics characters (X)
- Template:Marvel Comics characters (Y)
- Template:Marvel Comics characters (Z)
- Template:Marvel Comics characters (0–9)
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)
- @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)
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)
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)
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)
- 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)
- Looks like I conflicted @Alex Shih:, but same message. — xaosflux Talk 04:55, 29 December 2017 (UTC)
- Yes. Same message. Thank you! Alex Shih (talk) 04:57, 29 December 2017 (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)
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)
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:
We currently have 6 open bot requests at Wikipedia:Bots/Requests for approval, and could use your help processing!
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.
Thank you! edited by: Headbomb 03:12, 3 March 2018 (UTC) (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)
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)
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)
- 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)
I think you dropped something
[edit]Is this yours? Primefac (talk) 13:12, 11 July 2018 (UTC)
- @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)
- Cool, no worries. Primefac (talk) 00:07, 12 July 2018 (UTC)
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:
As of writing, we have...
Also
These are some of the discussions that happened / are still happening since the last Bots Newsletter. Many are stale, but some are still active.
Thank you! edited by: Headbomb 15:04, 18 August 2018 (UTC) (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)
- @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)
- I am doing it right now with AWB. Pkbwcgs (talk) 10:11, 7 October 2018 (UTC)
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)
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)
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:
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.
Two new entries feature in the bots dictionary
As of writing, we have...
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) (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)
- Looks like Frietjes got in before me :) This, that and the other (talk) 01:59, 15 September 2019 (UTC)
ArbCom 2019 election voter message
[edit]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)
Draft:Invalid dinosaur concern
[edit]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)
Disambiguation link notification for December 30
[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)
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)
ArbCom 2020 Elections voter message
[edit]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)
ArbCom 2021 Elections voter message
[edit]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)
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
September 2019 ![]()
October 2019
November 2019 ![]()
December 2019
In the next issue of Bots Newsletter:
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) (You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.) |
Listing of Template:Circle at templates for discussion
[edit]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)
Concern regarding Draft:Invalid dinosaur
[edit] 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)
The Signpost: 30 January 2022
[edit]- Special report: WikiEd course leads to Twitter harassment
- News and notes: Feedback for Board of Trustees election
- Interview: CEO Maryana Iskander "four weeks in"
- Black History Month: What are you doing for Black History Month?
- WikiProject report: The Forgotten Featured
- Arbitration report: New arbitrators look at new case and antediluvian sanctions
- Traffic report: The most viewed articles of 2021
- Obituary: Twofingered Typist
- Essay: The prime directive
- In the media: Fuzzy-headed government editing
- Recent research: Articles with higher quality ratings have fewer "knowledge gaps"
- Crossword: Cross swords with a crossword
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 January 2020 Yeah, you're not gonna be able to get away with this anymore.
February 2020 ![]()
March 2020
April 2020 ![]()
May 2020 ![]()
June 2020 ![]()
Conclusion
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) (You can subscribe or unsubscribe from future newsletters by adding or removing your name from this list.) |
The Signpost: 27 February 2022
[edit]- From the team: Selection of a new Signpost Editor-in-Chief
- News and notes: Impacts of Russian invasion of Ukraine
- Special report: A presidential candidate's team takes on Wikipedia
- In the media: Wiki-drama in the UK House of Commons
- Technology report: Community Wishlist Survey results
- WikiProject report: 10 years of tea
- Featured content: Featured Content returns
- Deletion report: The 10 most SHOCKING deletion discussions of February
- Recent research: How editors and readers may be emotionally affected by disasters and terrorist attacks
- Arbitration report: Parties remonstrate, arbs contemplate, skeptics coordinate
- Gallery: The vintage exhibit
- Traffic report: Euphoria, Pamela Anderson, lies and Netflix
- News from Diff: The Wikimania 2022 Core Organizing Team
- Crossword: A Crossword, featuring Featured Articles
- Humour: Notability of mailboxes
The Signpost: 27 March 2022
[edit]- From the Signpost team: How The Signpost is documenting the 2022 Russian invasion of Ukraine
- News and notes: Of safety and anonymity
- Eyewitness Wikimedian, Kharkiv, Ukraine: Countering Russian aggression with a camera
- Eyewitness Wikimedian, Vinnytsia, Ukraine: War diary
- Eyewitness Wikimedian, Western Ukraine: Working with Wikipedia helps
- Disinformation report: The oligarchs' socks
- In the media: Ukraine, Russia, and even some other stuff
- Wikimedian perspective: My heroes from Russia, Ukraine & beyond
- Discussion report: Athletes are less notable now
- Technology report: 2022 Wikimedia Hackathon
- Arbitration report: Skeptics given heavenly judgement, whirlwind of Discord drama begins to spin for tropical cyclone editors
- Traffic report: War, what is it good for?
- Deletion report: Ukraine, werewolves, Ukraine, YouTube pundits, and Ukraine
- From the archives: Burn, baby burn
- Essay: Yes, the sky is blue
- Tips and tricks: Become a keyboard ninja
- On the bright side: The bright side of news
The Signpost: 24 April 2022
[edit]- News and notes: Double trouble
- In the media: The battlegrounds outside and inside Wikipedia
- Special report: Ukrainian Wikimedians during the war
- Eyewitness Wikimedian, Vinnytsia, Ukraine: War diary (Part 2)
- Technology report: 8-year-old attribution issues in Media Viewer
- Featured content: Wikipedia's best content from March
- Interview: On a war and a map
- Serendipity: Wikipedia loves photographs, but hates photographers
- Traffic report: Justice Jackson, the Smiths, and an invasion
- News from the WMF: How Smart is the SMART Copyright Act?
- Humour: Really huge message boxes
- From the archives: Wales resigned WMF board chair in 2006 reorganization
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)
The Signpost: 29 May 2022
[edit]- From the team: A changing of the guard
- News and notes: 2022 Wikimedia Board elections
- Community view: Have your say in the 2022 Wikimedia Foundation Board elections
- In the media: Putin, Jimbo, Musk and more
- Special report: Three stories of Ukrainian Wikimedians during the war
- Discussion report: Portals, April Fools, admin activity requirements and more
- WikiProject report: WikiProject COVID-19 revisited
- Technology report: A new video player for Wikimedia wikis
- Featured content: Featured content of April
- Interview: Wikipedia's pride
- Serendipity: Those thieving image farms
- Recent research: 35 million Twitter links analysed
- Tips and tricks: The reference desks of Wikipedia
- Traffic report: Strange highs and strange lows
- News from Diff: Winners of the Human rights and Environment special nomination by Wiki Loves Earth announced
- News from the WMF: The EU Digital Services Act: What’s the Deal with the Deal?
- From the archives: The Onion and Wikipedia
- Humour: A new crossword
The Signpost: 26 June 2022
[edit]- News and notes: WMF inks new rules on government-ordered takedowns, blasts Russian feds' censor demands, spends big bucks
- In the media: Editor given three-year sentence, big RfA makes news, Guy Standing takes it sitting down
- Special report: "Wikipedia's independence" or "Wikimedia's pile of dosh"?
- Featured content: Articles on Scots' clash, Yank's tux, Austrian's action flick deemed brilliant prose
- Recent research: Wikipedia versus academia (again), tables' "immortality" probed
- Serendipity: Was she really a Swiss lesbian automobile racer?
- News from the WMF: Wikimedia Enterprise signs first deals
- Gallery: Celebration of summer, winter
The Signpost: 1 August 2022
[edit]- From the editors: Rise of the machines, or something
- News and notes: Information considered harmful
- In the media: Censorship, medieval hoaxes, "pathetic supervillains", FB-WMF AI TL bid, dirty duchess deeds done dirt cheap
- Op-Ed: The "recession" affair
- Eyewitness Wikimedian, Vinnytsia, Ukraine: War diary (part 3)
- Community view: Youth culture and notability
- Opinion: Criminals among us
- Arbitration report: Winds of change blow for cyclone editors, deletion dustup draws toward denouement
- Deletion report: This is Gonzo Country
- Discussion report: Notability for train stations, notices for mobile editors, noticeboards for the rest of us
- Featured content: A little list with surprisingly few lists
- Tips and tricks: Cleaning up awful citations with Citation bot
- On the bright side: Ukrainian Wikimedians during the war — three (more) stories
- Essay: How to research an image
- Recent research: A century of rulemaking on Wikipedia analyzed
- Serendipity: Don't cite Wikipedia
- Gallery: A backstage pass
- From the archives: 2012 Russian Wikipedia shutdown as it happened
The Signpost: 31 August 2022
[edit]- News and notes: Admins wanted on English Wikipedia, IP editors not wanted on Farsi Wiki, donations wanted everywhere
- Special report: Wikimania 2022: no show, no show up?
- In the media: Truth or consequences? A tough month for truth
- Discussion report: Boarding the Trustees
- News from Wiki Education: 18 years a Wikipedian: what it means to me
- In focus: Thinking inside the box
- Tips and tricks: The unexpected rabbit hole of typo fixing in citations...
- Technology report: Vector (2022) deployment discussions happening now
- Serendipity: Two photos of every library on earth
- Featured content: Our man drills are safe for work, but our Labia is Fausta.
- Recent research: The dollar value of "official" external links
- Traffic report: What dreams (and heavily trafficked articles) may come
- Essay: Delete the junk!
- Humour: CommonsComix No. 1
- From the archives: 5, 10, and 15 years ago
The Signpost: 30 September 2022
[edit]- News and notes: Board vote results, bot's big GET, crat chat gives new mop, WMF seeks "sound logo" and "organizer lab"
- In the media: A few complaints and mild disagreements
- Special report: Decentralized Fundraising, Centralized Distribution
- Discussion report: Much ado about Fox News
- Traffic report: Kings and queens and VIPs
- Featured content: Farm-fresh content
- CommonsComix: CommonsComix 2: Paulus Moreelse
- From the archives: 5, 10, and 15 Years ago: September 2022
The Signpost: 31 October 2022
[edit]- From the team: A new goose on the roost
- News from the WMF: Governance updates from, and for, the Wikimedia Endowment
- Disinformation report: From Russia with WikiLove
- Featured content: Topics, lists, submarines and Gurl.com
- Serendipity: We all make mistakes – don’t we?
- Traffic report: Mama, they're in love with a criminal
- From the archives: Paid advocacy, a lawsuit over spelling mistakes, deleting Jimbo's article, and the death of Toolserver
The Signpost: 28 November 2022
[edit]- News and notes: English Wikipedia editors: "We don't need no stinking banners"
- In the media: "The most beautiful story on the Internet"
- Disinformation report: Missed and Dissed
- Book review: Writing the Revolution
- Technology report: Galactic dreams, encyclopedic reality
- Essay: The Six Million FP Man
- Tips and tricks: (Wiki)break stuff
- Recent research: Study deems COVID-19 editors smart and cool, questions of clarity and utility for WMF's proposed "Knowledge Integrity Risk Observatory"
- Featured content: A great month for featured articles
- Obituary: A tribute to Michael Gäbler
- From the archives: Five, ten, and fifteen years ago
- CommonsComix: Joker's trick
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)
The Signpost: 1 January 2023
[edit]- Interview: ComplexRational's RfA debrief
- Technology report: Wikimedia Foundation's Abstract Wikipedia project "at substantial risk of failure"
- Essay: Mobile editing
- Arbitration report: Arbitration Committee Election 2022
- Recent research: Graham's Hierarchy of Disagreement in talk page disputes
- Featured content: Would you like to swing on a star?
- Traffic report: Football, football, football! Wikipedia Football Club!
- CommonsComix: #4: The Course of WikiEmpire
- From the archives: Five, ten, and fifteen years ago
The Signpost: 16 January 2023
[edit]- Special report: Coverage of 2022 bans reveals editors serving long sentences in Saudi Arabia since 2020
- News and notes: Revised Code of Conduct Enforcement Guidelines up for vote, WMF counsel departs, generative models under discussion
- In the media: Court orders user data in libel case, Saudi Wikipedia in the crosshairs, Larry Sanger at it again
- Technology report: View it! A new tool for image discovery
- In focus: Busting into Grand Central
- Serendipity: How I bought part of Wikipedia – for less than $100
- Featured content: Flip your lid
- Traffic report: The most viewed articles of 2022
- From the archives: Five, ten, and fifteen years ago
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)
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)
- @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)
The Signpost: 4 February 2023
[edit]- From the editor: New for the Signpost: Author pages, tag pages, and a decent article search function
- News and notes: Foundation update on fundraising, new page patrol, Tides, and Wikipedia blocked in Pakistan
- Disinformation report: Wikipedia on Santos
- Op-Ed: Estonian businessman and political donor brings lawsuit against head of national Wikimedia chapter
- Recent research: Wikipedia's "moderate yet systematic" liberal citation bias
- WikiProject report: WikiProject Organized Labour
- Tips and tricks: XTools: Data analytics for your list of created articles
- Featured content: 20,000 Featureds under the Sea
- Traffic report: Films, deaths and ChatGPT
The Signpost: 20 February 2023
[edit]- In the media: Arbitrators open case after article alleges Wikipedia "intentionally distorts" Holocaust coverage
- Disinformation report: The "largest con in corporate history"?
- Tips and tricks: All about writing at DYK
- Featured content: Eden, lost.
- Gallery: Love is in the air
- From the archives: 5, 10, and 15 years ago: Let's (not) delete the Main Page!
- Humour: The RfA Candidate's Song
The Signpost: 9 March 2023
[edit]- News and notes: What's going on with the Wikimedia Endowment?
- Technology report: Second flight of the Soviet space bears: Testing ChatGPT's accuracy
- In the media: What should Wikipedia do? Publish Russian propaganda? Be less woke? Cover the Holocaust in Poland differently?
- Featured content: In which over two-thirds of the featured articles section needs to be copied over to WikiProject Military History's newsletter
- Recent research: "Wikipedia's Intentional Distortion of the Holocaust" in Poland and "self-focus bias" in coverage of global events
- From the archives: Five, ten, and fifteen years ago
The Signpost: 20 March 2023
[edit]- News and notes: Wikimania submissions deadline looms, Russian government after our lucky charms, AI woes nix CNET from RS slate
- Eyewitness: Three more stories from Ukrainian Wikimedians
- In the media: Paid editing, plagiarism payouts, proponents of a ploy, and people peeved at perceived preferences
- Featured content: Way too many featured articles
- Interview: 228/2/1: the inside scoop on Aoidh's RfA
- Traffic report: Who died? Who won? Who lost?
The Signpost: 03 April 2023
[edit]- From the editor: Some long-overdue retractions
- News and notes: Sounding out, a universal code of conduct, and dealing with AI
- Arbitration report: "World War II and the history of Jews in Poland" case is ongoing
- Featured content: Hail, poetry! Thou heav'n-born maid
- Recent research: Language bias: Wikipedia captures at least the "silhouette of the elephant", unlike ChatGPT
- From the archives: April Fools' through the ages
- Disinformation report: Sus socks support suits, seems systemic
The Signpost: 26 April 2023
[edit]- News and notes: Staff departures at Wikimedia Foundation, Jimbo hands in the bits, and graphs' zeppelin burns
- In the media: Contested truth claims in Wikipedia
- Obituary: Remembering David "DGG" Goodman
- Arbitration report: Holocaust in Poland, Jimbo in the hot seat, and a desysopping
- Special report: Signpost statistics between years 2005 and 2022
- News from the WMF: Collective planning with the Wikimedia Foundation
- Featured content: In which we described the featured articles in rhyme again
- From the archives: April Fools' through the ages, part two
- Humour: The law of hats
- Traffic report: Long live machine, the future supreme
The Signpost: 8 May 2023
[edit]- News and notes: New legal "deVLOPments" in the EU
- In the media: Vivek's smelly socks, online safety, and politics
- Recent research: Gender, race and notability in deletion discussions
- Featured content: I wrote a poem for each article, I found rhymes for all the lists; My first featured picture of this year now finally exists!
- Arbitration report: "World War II and the history of Jews in Poland" approaches conclusion
- News from the WMF: Planning together with the Wikimedia Foundation
The Signpost: 22 May 2023
[edit]- In the media: History, propaganda and censorship
- Arbitration report: Final decision in "World War II and the history of Jews in Poland"
- Featured content: A very musical week for featured articles
- Traffic report: Coronation, chatbot, celebs
- WikiProject report: Wikipedians Convene for Queering Wikipedia 2023: The First International LGBT+ Wikipedia Conference
The Signpost: 5 June 2023
[edit]- News and notes: WMRU director forks new 'pedia, birds flap in top '22 piccy, WMF weighs in on Indian gov's map axe plea
- Featured content: Poetry under pressure
- Traffic report: Celebs, controversies and a chatbot in the public eye
The Signpost: 19 June 2023
[edit]- News and notes: WMF Terms of Use now in force, new Creative Commons licensing
- Featured content: Content, featured
- Recent research: Hoaxers prefer currently-popular topics
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)
The Signpost: 3 July 2023
[edit]- Disinformation report: Imploded submersible outfit foiled trying to sing own praises on Wikipedia
- Featured content: Incensed
- Traffic report: Are you afraid of spiders? Arnold? The Idol? ChatGPT?
The Signpost: 17 July 2023
[edit]- In the media: Tentacles of Emirates plot attempt to ensnare Wikipedia
- Tips and tricks: What automation can do for you (and your WikiProject)
- Featured content: Scrollin', scrollin', scrollin', keep those readers scrollin', got to keep on scrollin', Rawhide!
- Traffic report: The Idol becomes the Master
The Signpost: 1 August 2023
[edit]- News and notes: City officials attempt to doxx Wikipedians, Ruwiki founder banned, WMF launches Mastodon server
- In the media: Truth, AI, bull from politicians, and climate change
- Disinformation report: Hot climate, hot hit, hot money, hot news hot off the presses!
- Tips and tricks: Citation tools for dummies!
- In focus: Journals cited by Wikipedia
- Opinion: Are global bans the last step?
- Featured content: Featured Content, 1 to 15 July
- Traffic report: Come on Oppie, let's go party
The Signpost: 15 August 2023
[edit]- News and notes: Dude, Where's My Donations? Wikimedia Foundation announces another million in grants for non-Wikimedia-related projects
- Tips and tricks: How to find images for your articles, check their copyright, upload them, and restore them
- Cobwebs: Getting serious about writing
- Serendipity: Why I stopped taking photographs almost altogether
- Featured content: Barbenheimer confirmed
- Traffic report: 'Cause today it just goes with the fashion
The Signpost: 31 August 2023
[edit]- From the editor: Beta version of signpost.news now online
- News and notes: You like RecentChanges?
- In the media: Taking it sleazy
- Recent research: The five barriers that impede "stitching" collaboration between Commons and Wikipedia
- Draftspace: Bad Jokes and Other Draftspace Novelties
- Humour: The Dehumourification Plan
- Traffic report: Raise your drinking glass, here's to yesterday
The Signpost: 16 September 2023
[edit]- In the media: "Just flirting", going Dutch and Shapps for the defence?
- Obituary: Nosebagbear
- Featured content: Catching up
- Traffic report: Some of it's magic, some of it's tragic
"Mediazilla" listed at Redirects for discussion
[edit]
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)
The Signpost: 3 October 2023
[edit]- News and notes: Wikimedia Endowment financial statement published
- Recent research: Readers prefer ChatGPT over Wikipedia; concerns about limiting "anyone can edit" principle "may be overstated"
- Featured content: By your logic,
- Poetry: "The Sight"
The Signpost: 23 October 2023
[edit]- News and notes: Where have all the administrators gone?
- In the media: Thirst traps, the fastest loading sites on the web, and the original collaborative writing
- Gallery: Before and After: Why you don't need to know how to restore images to make massive improvements
- Featured content: Yo, ho! Blow the man down!
- Traffic report: The calm and the storm
- News from Diff: Sawtpedia: Giving a Voice to Wikipedia Using QR Codes
- Humour: New citation template introduced for divine revelations, drug use, and really thinking about it
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.
The Signpost: 6 November 2023
[edit]- Arbitration report: Admin bewilderingly unmasks self as sockpuppet of other admin who was extremely banned in 2015
- In the media: UK shadow chancellor accused of ripping off WP articles for book, Wikipedians accused of being dicks by a rich man
- Opinion: An open letter to Elon Musk
- WikiCup report: The WikiCup 2023
- News from Wiki Ed: Equity lists on Wikipedia
- Recent research: How English Wikipedia drove out fringe editors over two decades
- Featured content: Like putting a golf course in a historic site.
- Traffic report: Cricket jumpscare
The Signpost: 20 November 2023
[edit]- In the media: Propaganda and photos, lunatics and a lunar backup
- News and notes: Update on Wikimedia's financial health
- Traffic report: If it bleeds, it leads
- Recent research: Canceling disputes as the real function of ArbCom
- Wikimania: Wikimania 2024 scholarships
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)
The Signpost: 4 December 2023
[edit]- In the media: Turmoil on Hebrew Wikipedia, grave dancing, Olga's impact and inspiring Bhutanese nuns
- Disinformation report: "Wikipedia and the assault on history"
- Comix: Bold comics for a new age
- Essay: I am going to die
- Featured content: Real gangsters move in silence
- Traffic report: And it's hard to watch some cricket, in the cold November Rain
- Humour: Mandy Rice-Davies Applies
The Signpost: 24 December 2023
[edit]- Special report: Did the Chinese Communist Party send astroturfers to sabotage a hacktivist's Wikipedia article?
- News and notes: The Italian Public Domain wars continue, Wikimedia RU set to dissolve, and a recap of WLM 2023
- In the media: Consider the humble fork
- Discussion report: Arabic Wikipedia blackout; Wikimedians discuss SpongeBob, copyrights, and AI
- In focus: Liquidation of Wikimedia RU
- Technology report: Dark mode is coming
- Recent research: "LLMs Know More, Hallucinate Less" with Wikidata
- Gallery: A feast of holidays and carols
- Comix: Lollus lmaois 200C tincture
- Crossword: when the crossword is sus
- Traffic report: What's the big deal? I'm an animal!
- From the editor: A piccy iz worth OVAR 9000!!!11oneone! wordz ^_^
- Humour: Guess the joke contest
The Signpost: 10 January 2024
[edit]- From the editor: NINETEEN MORE YEARS! NINETEEN MORE YEARS!
- Special report: Public Domain Day 2024
- Technology report: Wikipedia: A Multigenerational Pursuit
- News and notes: In other news ... see ya in court!
- WikiProject report: WikiProjects Israel and Palestine
- Obituary: Anthony Bradbury
- Traffic report: The most viewed articles of 2023
- Comix: Conflict resolution
The Signpost: 31 January 2024
[edit]- News and notes: Wikipedian Osama Khalid celebrated his 30th birthday in jail
- Opinion: Until it happens to you
- Disinformation report: How paid editors squeeze you dry
- Recent research: Croatian takeover was enabled by "lack of bureaucratic openness and rules constraining [admins]"
- Traffic report: DJ, gonna burn this goddamn house right down
The Signpost: 13 February 2024
[edit]- News and notes: Wikimedia Russia director declared "foreign agent" by Russian gov; EU prepares to pile on the papers
- Disinformation report: How low can the scammers go?
- Serendipity: Is this guy the same as the one who was a Nazi?
- Traffic report: Griselda, Nikki, Carl, Jannik and two types of football
- Crossword: Our crossword to bear
- Comix: Strongly
The Signpost: 2 March 2024
[edit]- News and notes: Wikimedia enters US Supreme court hearings as "the dolphin inadvertently caught in the net"
- Recent research: Images on Wikipedia "amplify gender bias"
- In the media: The Scottish Parliament gets involved, a wikirace on live TV, and the Foundation's CTO goes on record
- Obituary: Vami_IV
- Traffic report: Supervalentinefilmbowlday
- WikiCup report: High-scoring WikiCup first round comes to a close
The Signpost: 29 March 2024
[edit]- Technology report: Millions of readers still seeing broken pages as "temporary" disabling of graph extension nears its second year
- Recent research: "Newcomer Homepage" feature mostly fails to boost new editors
- Traffic report: He rules over everything, on the land called planet Dune
- Humour: Letters from the editors
- Comix: Layout issue
The Signpost: 25 April 2024
[edit]- In the media: Censorship and wikiwashing looming over RuWiki, edit wars over San Francisco politics, and another wikirace on live TV
- News and notes: A sigh of relief for open access as Italy makes a slight U-turn on their cultural heritage reproduction law
- WikiConference report: WikiConference North America 2023 in Toronto recap
- WikiProject report: WikiProject Newspapers (Not WP:NOTNEWS)
- Recent research: New survey of over 100,000 Wikipedia users
- Traffic report: O.J., cricket and a three body problem
The Signpost: 16 May 2024
[edit]- News and notes: Democracy in action: multiple elections
- Special report: Will the new RfA reform come to the rescue of administrators?
- Arbitration report: Ruined temples for posterity to ponder over – arbitration from '22 to '24
- Comix: Generations
- Traffic report: Crawl out through the fallout, baby
The Signpost: 8 June 2024
[edit]- Technology report: New Page Patrol receives a much-needed software upgrade
- Deletion report: The lore of Kalloor
- In the media: National cable networks get in on the action arguing about what the first sentence of a Wikipedia article ought to say
- News from the WMF: Progress on the plan — how the Wikimedia Foundation advanced on its Annual Plan goals during the first half of fiscal year 2023-2024
- Recent research: ChatGPT did not kill Wikipedia, but might have reduced its growth
- Featured content: We didn't start the wiki
- Essay: No queerphobia
- Special report: RetractionBot is back to life!
- Traffic report: Chimps, Eurovision, and the return of the Baby Reindeer
- Comix: The Wikipediholic Family
- Concept: Palimpsestuous
The Signpost: 4 July 2024
[edit]- News and notes: WMF board elections and fundraising updates
- Special report: Wikimedia Movement Charter ratification vote underway, new Council may surpass power of Board
- In focus: How the Russian Wikipedia keeps it clean despite having just a couple dozen administrators
- Discussion report: Wikipedians are hung up on the meaning of Madonna
- In the media: War and information in war and politics
- Sister projects: On editing Wikisource
- Opinion: Etika: a Pop Culture Champion
- Gallery: Spokane Willy's photos
- Humour: A joke
- Recent research: Is Wikipedia Politically Biased? Perhaps
- Traffic report: Talking about you and me, and the games people play
The Signpost: 22 July 2024
[edit]- Discussion report: Internet users flock to Wikipedia to debate its image policy over Trump raised-fist photo
- News and notes: Wikimedia community votes to ratify Movement Charter; Wikimedia Foundation opposes ratification
- Obituary: JamesR
- Crossword: Vaguely bird-shaped crossword
The Signpost: 14 August 2024
[edit]- In the media: Portland pol profile paid for from public purse
- In focus: Twitter marks the spot
- News and notes: Another Wikimania has concluded.
- Special report: Nano or just nothing: Will nano go nuclear?
- Opinion: HouseBlaster's RfA debriefing
- Traffic report: Ball games, movies, elections, but nothing really weird
- Humour: I'm proud to be a template
The Signpost: 4 September 2024
[edit]- News and notes: WikiCup enters final round, MCDC wraps up activities, 17-year-old hoax article unmasked
- In the media: AI is not playing games anymore. Is Wikipedia ready?
- News from the WMF: Meet the 12 candidates running in the WMF Board of Trustees election
- Wikimania: A month after Wikimania 2024
- Serendipity: What it's like to be Wikimedian of the Year
- Traffic report: After the gold rush
The Signpost: 26 September 2024
[edit]- In the media: Courts order Wikipedia to give up names of editors, legal strain anticipated from "online safety laws"
- Community view: Indian courts order Wikipedia to take down name of crime victim, editors strive towards consensus
- Serendipity: A Wikipedian at the 2024 Paralympics
- Opinion: asilvering's RfA debriefing
- News and notes: Are you ready for admin elections?
- Recent research: Article-writing AI is less "prone to reasoning errors (or hallucinations)" than human Wikipedia editors
- Traffic report: Jump in the line, rock your body in time
The Signpost: 19 October 2024
[edit]- News and notes: One election's end, another election's beginning
- Recent research: "As many as 5%" of new English Wikipedia articles "contain significant AI-generated content", says paper
- In the media: Off to the races! Wikipedia wins!
- Contest: A WikiCup for the Global South
- Traffic report: A scream breaks the still of the night
- Book review: The Editors
- Humour: The Newspaper Editors
- Crossword: Spilled Coffee Mug
The Signpost: 6 November 2024
[edit]- From the editors: Editing Wikipedia should not be a crime
- In the media: An old scrimmage, politics and purported libel
- Special report: Wikipedia editors face litigation, censorship
- Traffic report: Twisted tricks or tempting treats?
The Signpost: 18 November 2024
[edit]- News and notes: Open letter to WMF about court case breaks one thousand signatures, big arb case declined, U4C begins accepting cases
- News from the WMF: Wikimedia Foundation and Wikimedia Endowment audit reports: FY 2023–2024
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)
The Signpost: 12 December 2024
[edit]- News and notes: Arbitrator election concludes
- Arbitration report: Palestine-Israel articles 5
- Disinformation report: Sex, power, and money revisited
- Op-ed: On the backrooms
- In the media: Like the BBC, often useful but not impartial
- Traffic report: Something Wicked for almost everybody
The Signpost: 24 December 2024
[edit]- From the archives: Where to draw the line in reporting?
- Recent research: "Wikipedia editors are quite prosocial", but those motivated by "social image" may put quantity over quality
- Gallery: A feast of holidays and carols
- Traffic report: Was a long and dark December
The Signpost: 15 January 2025
[edit]- From the editors: Looking back, looking forward
- Traffic report: The most viewed articles of 2024
- In the media: Will you be targeted?
- Technology report: New Calculator template brings interactivity at last
- Opinion: Reflections one score hence
- Serendipity: What we've left behind, and where we want to go next
- Arbitration report: Analyzing commonalities of some contentious topics
- Humour: How to make friends on Wikipedia
The Signpost: 7 February 2025
[edit]- Recent research: GPT-4 writes better edit summaries than human Wikipedians
- News and notes: Let's talk!
- Opinion: Fathoms Below, but over the moon
- Community view: 24th Wikipedia Day in New York City
- Arbitration report: Palestine-Israel articles 5 has closed
- Traffic report: A wild drive
The Signpost: 27 February 2025
[edit]- Serendipity: Guinea-Bissau Heritage from Commons to the World
- Technology report: Hear that? The wikis go silent twice a year
- In the media: The end of the world
- Recent research: What's known about how readers navigate Wikipedia; Italian Wikipedia hardest to read
- Opinion: Sennecaster's RfA debriefing
- Tips and tricks: One year after this article is posted, will every single article on Wikipedia have a short description?
- Community view: Open letter from French Wikipedians says "no" to intimidation of volunteer contributors
- Traffic report: Temporary scars, February stars
The Signpost: 22 March 2025
[edit]- From the editor: Hanami
- News and notes: Deeper look at takedowns targeting Wikipedia
- In the media: The good, the bad, and the unusual
- Recent research: Explaining the disappointing history of Flagged Revisions; and what's the impact of ChatGPT on Wikipedia so far?
- Traffic report: All the world's a stage, we are merely players...
- Gallery: WikiPortraits rule!
- Essay: Unusual biographical images
- Obituary: Rest in peace
For whom the bell tolls,
It tolls for thee.
The Signpost: 9 April 2025
[edit]- Opinion: Crawlers, hogs and gorillas
- Debriefing: Giraffer's RfA debriefing
- Obituary: RHaworth, TomCat4680 and PawełMM
- Traffic report: Heigh-Ho, Heigh-Ho, off to report we go...
- News from Diff: Strengthening Wikipedia’s neutral point of view
- Comix: Thirteen
The Signpost: 1 May 2025
[edit]- In the media: Feds aiming for WMF's nonprofit status
- Recent research: How readers use Wikipedia health content; Scholars generally happy with how their papers are cited on Wikipedia
- Arbitration report: Sysop Tinucherian removed and admonished by the ArbCom
- Discussion report: Latest news from Centralized discussions
- Traffic report: Of Wolf and Man
- Disinformation report: At WikiCredCon, Wikipedia editors and Internet Archive discuss threats to trust in media
- News from the WMF: Product & Tech Progress on the Annual Plan
- Comix: By territory
- Community view: A deep dive into Wikimedia
- Debriefing: Barkeep49's RfB debriefing
The Signpost: 14 May 2025
[edit]- In the media: Wikimedia Foundation sues over UK government decision that might require identity verification of editors worldwide
- Disinformation report: What does Jay-Z know about Wikipedia?
- Technology report: WMF introduces unique but privacy-preserving browser cookie
- Debriefing: Goldsztajn's RfA debriefing
- Obituary: Max Lum (User:ICOHBuzz)
- Community view: A Deep Dive Into Wikimedia (part 2)
- Comix: Collection
- From the archives: Humor from the Archives
The Signpost: 24 June 2025
[edit]- News and notes: Happy 7 millionth!
- In the media: Playing professor pong with prosecutorial discretion
- Disinformation report: Pardon me, Mr. President, have you seen my socks?
- Recent research: Wikipedia's political bias; "Ethical" LLMs accede to copyright owners' demands but ignore those of Wikipedians
- Traffic report: All Sinners, a future, all Saints, a past
- Debriefing: EggRoll97's RfA2 debriefing
- Community view: A Deep Dive Into Wikimedia (part 3)
- Comix: Hamburgers
The Signpost: 18 July 2025
[edit]- News and notes: Is no WikiNews good WikiNews? — Election season returns!
- In the media: How bad (or good) is Wikipedia?
- WikiProject report: WikiProject Medicine reaches milestone of zero unreferenced articles
- Recent research: Knowledge manipulation on Russia's Wikipedia fork; Marxist critique of Wikidata license; call to analyze power relations of Wikipedia
- News from the WMF: Form 990 released for the Wikimedia Foundation’s fiscal year 2023-2024
- Discussion report: Six thousand noticeboard discussions in 2025 electrically winnowed down to a hundred
- Comix: Divorce
- Traffic report: God only knows
The Signpost: 9 August 2025
[edit]- News and notes: Court order snips out part of Wikipedia article, editors debate whether to frame shreds or pulp them
- Discussion report: News from ANI, AN, RSN, BLPN, ELN, FTN, and NPOVN
- Disinformation report: The article in the most languages
- Community view: News from the Villages Pump
- Crossword: Accidental typography
- Traffic report: I'm not the antichrist or the Superman
Disambiguation link notification for August 29
[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)
The Signpost: 9 September 2025
[edit]- News and notes: Wikimedia Foundation loses a round in court
- In the media: Congress probes, mayor whitewashed, AI stinks
- Disinformation report: A guide for Congress
- Recent research: Minority-language Wikipedias, and Wikidata for botanists
- Technology report: A new way to read Wikisource
- Traffic report: Check out some new Weapons, weapon of choice
- Essay: The one question
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)
- @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)
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)
- @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)
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)
- @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)
- 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)
Disambiguation link notification for September 26
[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)
The Signpost: 2 October 2025
[edit]- News and notes: Larry Sanger returns with "Nine Theses on Wikipedia"; WMF publishes transparency report
- In the media: Extraordinary eruption of "EVIL" explained
- Disinformation report: Emails from a paid editing client
- Discussion report: Sourcing, conduct, policy and LLMs: another 1,339 threads analyzed
- Recent research: Is Wikipedia a merchant of (non-)doubt for glyphosate?; eight projects awarded Wikimedia Research Fund grants
- Opinion: Some disputes aren't worth it
- Obituary: Michael Q. Schmidt
- Traffic report: Death, hear me call your name
- Comix: A grand spectacle
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)