User Details
- User Since
- Nov 18 2022, 1:37 PM (185 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Escargot rouge [ Global Accounts ]
Mon, Jun 8
Tue, May 26
Mon, May 25
Mon, May 18
Sat, May 16
Would it make sense to run a bot to replace all on-wiki usages of tright and tleft? Are there edge cases to be mindful of?
Thu, May 14
May 11 2026
Is there a limit to the number of TextMatchEditCheck that we can add?
On frwiki, we have https://fr.wikipedia.org/w/index.php?title=Wikipédia:Liste_de_fautes_d%27orthographe_courantes&useparsoid=0 which is a list of common typos and https://fr.wikipedia.org/wiki/Wikipédia:AutoWikiBrowser/Typos which is the setup page for corrections to automatically apply when using AutoWikiBrowser.
Both these pages are pretty long (about a thousand lines each), so would it cause issues to make TextMatchEditCheck for everything mentioned in them?
Apr 30 2026
I think what would be easier to use, since categories are also added through templates, would be custom tags that behave like <nowiki> or <includeonly> tags in the outline page and these tags would then be automatically removed inside articles.
Apr 21 2026
Apr 18 2026
It hasn't happened for some time. I close as resolved.
Apr 16 2026
As a user without abusefilter status, I still have the CodeEditor view of AbuseFilter. Is it the expected behavior?
I cannot get https://abstract.wikipedia.org/wiki/Q90 to properly load. I always see "Reached max retries. Try again later."
It used to work fine for me before rate limiting was enforced.
Apr 15 2026
It is only true for JSON pages. Both JS and CSS pages can have categories from JS or CSS comments.
Apr 9 2026
It currently isn't possible to find Orange when searching for Orange (color), so users currently always expect their input to be replaced with a matching item.
I would personally expect the title to be fully replaced with the title of the selected Wikidata item—either to complete or correct the input—while preserving any disambiguation written in parentheses.
Apr 7 2026
Refreshing the page is often enough to make the page go back to normal:
I don't think that is consistent with the other task
No, I really feel like there has been a recent regression. It never happened before (MediWiki:Common.css was not served on mobile devices) but now it regularly happens.
Apr 6 2026
As I wrote, this is a separate issue unrelated to useformat=mobile
Apr 5 2026
Apr 4 2026
It seems that there is still an issue in the case of many templates aggregated together including at least one template redirect, which causes Uncaugth (in promise) missing in ve.dm.MWTransclusionModel.prototype.callTemplateDataApi and makes the edit page unusable. Try editing the infobox of https://fr.wikipedia.org/wiki/Elfie_(téléfilm) for example.
Apr 3 2026
Apr 1 2026
Mar 30 2026
Mar 28 2026
editcontentmodel is a sysop right, not an interface admin right.
Mar 27 2026
Mar 24 2026
Mar 17 2026
Mar 15 2026
Preventing the editing of subscribers would likely prevent mentioning, since mentioning someone automatically adds them as a subscriber.
Mar 13 2026
Is this really needed? It is already possible to set a default expiry using MediaWiki:Ipb-default-expiry, which is often set to infinite, MediaWiki:Ipb-default-expiry-ip and MediaWiki:Ipb-default-expiry-temporary-account. This also offers more granularity since what is wanted for temporary accounts is a 3 month expiry and not an indefinite one.
I find it confusing that it is only a prefixed search. I expected to easily find all items in my watchlist with titles containing "(film)" or "(20XX film)" by searching "film", but in fact it doesn't work and the search returned nothing.
It should be clearer in the UI that it is only a prefixed search.
Mar 12 2026
It doesn't exist because it can be done by targeting any right that only logged-in users have, like viewmywatchlist.
Mar 11 2026
Advanced menu has been broken by this. It lost many of the additionnal links it offered like RecentChanges link.
Mar 8 2026
Auto-linking is also not available in 2017 editor, as written in https://www.mediawiki.org/wiki/Extension:CodeMirror, but I'm not sure if it's in the scope of this task.
Mar 7 2026
Mar 6 2026
Logs could still be useful in revert mode when a community is debating changing the cautiousness level.
I don't see what prevents User:CompromisedInterfaceAdmin from updating your common.js so that it downloads their version of a gadget after they infected it.
For this to be useful, you need more assumptions about what interface admins are allowed to do on users common.js.
This is a regression that started yesterday after MediaWiki update.
Mar 5 2026
Ideally, I'd want to be able to enter the wish directly in both English and my own language, without having to wait for an admin (admin or some other status, I'm not sure what right is required here) to make it translatable.
Mar 4 2026
There isn't any templatedata for Template:Template link general, so there is nohing to expect to be loaded from templatedata for the redirect either.
Removing Tag DiscussionTools as it just happens to be triggering a refresh and the issues lies in VE code.
https://gerrit.wikimedia.org/g/mediawiki/extensions/VisualEditor/+/b01e9b000c5ae5680501e5dbd51302aefa2cebc9/modules/ve-mw/preinit/ve.init.mw.DesktopArticleTarget.init.js#907 is clear about it.
Feb 28 2026
Feb 26 2026
Might be the same kind of issue as in T247241: In VisualEditor, creating unpiped hyperlinks then italicising or bolding them forces a piped link.
Feb 25 2026
You have to click the "Syntax" button to activate CodeMirror.
Feb 18 2026
Feb 17 2026
The option should be called something like "hide transclusions" rather than "hide templates". The latter formulation suggests that the option is limited to concealing template pages themselves, whereas the actual functionality the wish asks for is about filtering out any page for which all links to a given page are transcluded through a template.
Feb 14 2026
It would be more convenient if {{#isredirect}} is an alias of {{#isredirect:boolean}} instead of an alias of {{#isredirect:local}}, since the main use case would be inside an {{#if:}} statement and {{#if:{{#isredirect}}||}} feels more natural than {{#ifeq:{{#isredirect}}|true||}}.
Feb 12 2026
The resize bar appears on mobile, but it doesn't seem to do anything. Dragging the bar just scrolls up and down as it would with any non-interactive content.
To be clear, I don't think I will ever want to change the size of the edit window on mobile. I personally would prefer it to be removed than to have it actually resize the window.
Feb 7 2026
This happens when a discussion takes place outside of a talk namespace and without __NEWSECTIONLINK__ magic word. This isn't the result of a recent change, it has been this way since the release of the new version of the reply button.
This is normal lua behavior. pairs is not expected to keep the order unlike ipairs.
Jan 29 2026
This task was resolved by https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1213958
Jan 26 2026
Jan 25 2026
I noticed that bracket matching is incorrect inside regex: escaped brackets are matched with unescaped brackets. I do not know if it should be corrected or if bracket matching should be disabled inside regex.







