User Details
- User Since
- Jun 12 2024, 3:11 AM (108 w, 3 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Kxeon [ Global Accounts ]
Dec 29 2025
Oct 2 2025
i should be able to make a converter rq hold on
[thx for the tables btw]
Aug 4 2025
Btw I really should have said this earlier, but:
I made a Gerrit change for adding the converter.
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1156871
Jun 9 2025
Made some scripts for capitalisation of monocase scripts in transliteration (such as UEY or Kurdish Arabic)
MediaWiki:Common.js
function chongHerp() {
// firstHeading تۇتۇڭ
let mezmun = document.getElementById("mw-content-text");
let mezmunTékst = mezmun.innerHTML
// ۋە -[ ۋە ]- بەلگىلىرىنى ئىشلىتىپ ماۋزۇنى چوڭ يېزىش
let yéngiTékst = mezmunTékst.replace(/-\]((?:(?!\[-).)*?)\[-/g, (_, inner) => inner.replace(/\p{L}+/gu, txt => { return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase() }));Jun 6 2025
I'm almost done. All I need to finish is the title capitalisation system. I know how to grab the title, but as of right now the JavaScript isn't working to implement the system. But it seems like I'm close.
Jun 3 2025
Apr 5 2025
Problem is I can't do anything to fix this just yet. Oops.
Mar 31 2025
Feb 12 2025
Sep 8 2024
Wait hold on no this isnt invalid, as it turns out even {{Multilingual description}} folds!
btw.
Oops. This is what happens when you don't read the documentations before posting.
Now then, I dunno why this would ever be like this, but it is. Oops.
Jun 12 2024
It seems that not just one but all of the articles do this..

