[01:21:57] @Stewards Hey! Thank you for reading my message. I just requested a global account rename if you can look into it. [01:22:46] (for Username (For-Test Wiki)) [01:29:22] Renames are actioned when a Steward decides to spend a few minutes looking through the queue and approving things, no needed to specifically ping 👍 [01:52:24] [1/2] Here is [01:52:24] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431460356097835068/Screenshot_2025-10-24-20-45-24-97_40deb401b9ffe8e1df2f1cc5ba480b12.jpg?ex=68fd7ed8&is=68fc2d58&hm=1773c92075a145ac096603970b7b43825d697111901e5ca2d0bfec2e0d0f2b1c& [03:30:46] still havent got any email respond from miraheze... [03:35:34] which email? what's the subject? who was it sent to? [03:37:50] uh i have problem about i forgot my miraheze password and i have sent many password reset request but none reply me [03:40:53] what is your account [04:12:06] Austinloveyou [04:12:22] sr for late respond [04:52:11] I see no email from you, if you are trying a reset through special: forgotpassword, please check spam/junk folders, otherwise please send an email to CVT @ Miraheze.org [04:58:37] [1/10] Hi may i request another change to mh:battlecats:MediaWiki:ImprovedCommentsLog.js? I think [04:58:37] [2/10] ```js [04:58:37] [3/10] const PAGENAME = 'special:allcomments'; [04:58:38] [4/10] if (mw.config.get("wgPageName").toLowerCase() != PAGENAME) return; [04:58:38] [5/10] ``` [04:58:38] [6/10] would work better than the current [04:58:39] [7/10] ```js [04:58:39] [8/10] const PAGENAME = 'Special:AllComments'; [04:58:39] [9/10] if (mw.config.get("wgPageName") != PAGENAME) return; [04:58:39] [10/10] ``` [05:00:22] since js-made special pages are considered 404 and not shown in browser history, i want to register them to formal special pages with the speciallycursed ext, which only supports all lowercase special page names [05:06:13] we also imported the recentdiscussions special page from vlw, and this solution does work. try with https://vocaloidlyrics.miraheze.org/wiki/Special:RecentDiscussions and https://xyy.miraheze.org/wiki/Special:Recentdiscussions the first one should not be recorded in browser history while the second one can be recorded [05:07:04] ~Not my red-headed stepchild~ [05:10:29] [1/2] very easy fix [05:10:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431510206847782923/image.png?ex=68fdad45&is=68fc5bc5&hm=e6a056d53d8a013933e4f67cd90742c3c96cd4188b63a6305cf3f2694b7da4f3& [05:10:57] (we imported this one instead of loading from the original site bc we wanted to do some modifications [05:11:21] but i see nothing to modify about the battlecats allcomments so we're still loading that [05:18:49] @blankeclair Your extension mentioned (though used not for the intended purpose). [05:19:15] what's the intended purpose? [05:20:06] oh? what is it? [05:20:09] [1/2] 100% legal usage [05:20:09] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431512637266460802/image.png?ex=68fdaf88&is=68fc5e08&hm=401ae7adc297c21371cdf45d3e8a72cd7d0056ec530206f4fe9413a1b7bd6f75& [05:20:21] (i took a nap, and i woke up feeling more sick than when i started) [05:20:40] lol [05:21:37] the ext loads special pages before js so it can be used to resolve the browser history record problem [05:22:33] I was actually in the process of rewriting it in TS (plus adding some semblance of a unit test and all that other jazz) because it keeps giving me problems on VLW. The code also uses an internal, quote-on-quote "depracated" `compare` method of API:Query, so I don't recommend other people using it [05:22:48] i've also rewritten it largely [05:23:14] it does have some problems here but i fixed them locally [05:23:52] also open to import the later version anyway [05:24:12] Generating a meaningful special page with Lua instead of js. There was a conversation about this a while back https://discord.com/channels/407504499280707585/615786602454581249/1391655161805541436 [05:25:09] we have some: https://xyy.miraheze.org/wiki/Special:Fansub https://xyy.miraheze.org/wiki/Special:Generateclist https://xyy.miraheze.org/wiki/Special:Pagelisttool [05:25:31] that's when i noticed the ext makes original special pages in browser history [05:25:41] whenever i want to add a special page i use the ext [05:25:59] but when i import special pages from other wikis (mostly in js) i just use the original [05:26:08] Other day I found out that if a user creates a new page using DiscussionTools but omitting the post title (yes, even ignoring the warning popup that tells you you're about to post a comment without a title) it also breaks the JS code [05:26:13] Fun stuff [05:26:19] i've fixed this [05:26:56] [[mh:xyy:special:diff/90827]] [05:26:57] [05:27:08] wait not this [05:27:56] now handles threads with no sections well [05:28:18] (bc we've been using dpl forum, where threads are intended with no sections [05:43:12] We need to to convince our users to contribute their js fixes upstream lol. Tech always upstream their MediaWiki patches first and it would be nice if css/js/template authors also do the same. [05:43:29] ext:mediawikipullrequest [05:44:38] introduces MediaWiki issue: and MediaWiki pull: namespaces (jk [05:48:37] Damn that sounds like a COVID. Stay safe, rest up. [05:53:26] crap [05:53:35] not great that i have an exam on tuesday [06:12:46] but tbh mediawiki is not even good at diffing codes [06:14:20] [1/2] this is mw diff [06:14:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431526273984893052/image.png?ex=68fdbc3c&is=68fc6abc&hm=93e7a1e19eac1a2eb1a91fff5d769e93629e5a4db6fd933182eb08221105b516& [06:14:43] [1/2] this is vscode diff [06:14:43] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431526368763707434/image.png?ex=68fdbc52&is=68fc6ad2&hm=9e7626960b63ae7f58ee6d8231f287c6476b82140e572e4e5dfb3f4001ae33bb& [06:15:52] I think https://github.com/lihaohong6/MirahezeDevScripts fulfills that functionality. I just need to make it sync with MediaWiki namespace like moegirlpedia. There are also some workarounds using jsdelivr that do not require a bot with IA privilages. [06:24:25] i know a wiki really does similar things to bypass ia rights [06:25:08] (on a farm where editsitejs right requires real name authentication [06:27:13] (their only user with the rights has been impeached but a bot with his real-name can still update js by synching github [09:57:25] hi [09:57:29] im from Russia [09:57:47] why miraheze don't work? [09:57:54] on my computer [10:03:28] Define don't work [10:03:34] Do you get any error? [10:05:50] yes [10:06:18] Would you like to tell us said error? [10:06:33] Unfortunately infra don't own any mind reading tools [10:09:02] this error i get [10:10:05] don't really see the point in changint PAGENAME when I could just put PAGENAME.tolowerCase in the if-statement [10:10:31] That's probably something blocking us [10:10:33] anyway done that and also moved the page to a gadget but that shouldn't affect how it works [10:10:50] oh [10:10:58] Your best bet is a VPN but things might not work perfectly or you might have to mess around to find a VPN we aren't throttling [10:10:59] we are use cloudflare? [10:11:03] Yes [10:11:10] fuck [10:11:10] @udindindan Watch your language. [10:11:24] its banned in Russia [10:11:28] Yup [10:11:40] You probably wanna wait for someone like @theoneandonlylegroom to be around [10:11:48] He probably knows what VPNs work best [10:11:49] because of this miraheze don't work on me? [10:11:54] Likely [10:12:06] i have vpn [10:12:11] on browser [10:12:12] but [10:12:27] [1/2] he get this error [10:12:27] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431586197989494955/25-10-2025_124351.jpg?ex=68fdf40b&is=68fca28b&hm=cd8a993ceeb03608bc718d7a4345091e749659e069d9f43b852ed16f8608faf9& [10:12:47] яндекс браузер? [10:13:26] Legroom will help you, he will know Russian stuff better and actually speaks Russian [10:13:37] translation:log in for accses to proxy-server need to type password and nickname [10:13:46] ok [10:14:19] доооооооооооооо [10:15:32] [1/2] сообщение не понятное, как в прочем и ссылка [10:15:32] [2/2] в браузере впн не бывает, только прокси, и у меня они практически не работают [10:16:31] или впн, или goodbyedpi и подобные ему программы (не впн, то бишь не скрывает куда и откуда ты подключаешься) [10:17:02] дай ссылку на goodbyeDPI [10:17:15] из впн могу посоветовать amnesia или windscribe, и говорят ещё proton работает, но у меня нет [10:17:40] удаляй это страшилище [10:17:48] ог [10:18:42] а как ты сейчас в дискорде сидишь? [10:19:09] так я в другом браузере [10:19:14] mincrosoft egde [10:25:15] [1/2] графическую версию накрыли походу, остался оригинал [10:25:15] [2/2] но советую впн [10:26:27] амнезия попроще будет [10:35:56] самое главное - не распространяйся где и что нашел по обходам [10:56:50] like the form is to write my email, after i write many, i didnt get any respond 💔 [10:57:15] and okay i'll try ur suggest [11:10:18] thanks a lot! [11:25:22] ah speciallycursed, never thought of using it like that [11:26:10] I've only just heard of this extension but it's awesome, ty [11:29:55] things began when a sysop on our wiki told me jwb is not recorded in browser history [11:30:02] i noticed it's bc Project:AutoWikiBrowser/Script is a 404 page [11:30:08] just create it with random things [11:30:21] but we also have some js special pages that are also 404 [11:30:47] so oh yes, speciallycursed is definitely the thing for resolving this [11:31:02] chatgpt told me to operate window.history manually. i don't bother to do that [12:07:19] Darn I missed my chance to speak Russian 😔 [12:07:37] Should of woke up 2 hours ago [12:15:36] You'll get a chance again sometime soon. [12:15:39] Probably. [12:37:32] Morning [13:14:06] who do I ping to get donor role [13:20:26] modetarors, you will need to show a proof in dms tho [13:38:54] Hi [13:41:17] sent proof in DMs [16:42:31] there is no email associated with your account and as such account recovery will be practically impossible unless you have a committed identity [17:50:36] [1/2] i found this extension thats merely an upgrade of social profile and im wondering what that is [17:50:36] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431701494104592493/image.png?ex=68fe5f6b&is=68fd0deb&hm=9773169f6a1d941d866d62344453fe83bc12cf645a9b85abc0e2afa5d4555ec6& [17:51:11] That would be [[mw:Extension:UserProfileV2]] [17:51:40] thanks [17:54:36] yup cant edit my avatar shortly after implementing it [17:56:25] hm? [18:00:33] nvm LOL [18:17:22] socialprofile sucksssss [18:45:38] ong laa laa [18:55:00] [1/3] For most europeans: [18:55:00] [2/3] This night at 3 am the clock gets set back to 2 am. [18:55:00] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1431717700014444546/WhatsApp_Image_2025-10-25_at_20.12.22_3cfb73fd.jpg?ex=68fe6e83&is=68fd1d03&hm=b07a491df844981153210c584296f39e2dac3db541b273495c49b7c991d59821& [19:14:38] What is this weird system [19:14:45] Just keep the time as it is [19:14:49] tsk tsk [19:15:37] That's much less fun. [19:15:46] It's also to do with keeping it light in the mornings. [19:26:39] miraheze should buy fandom (impossible) [19:48:26] fandom has better chances at buying miraheze [19:48:32] cuz it has the funds for it [19:49:08] A company or organisation needs to be on the market to be bought. [19:49:18] but even then, the chances of miraheze selling themselves to fandom at any price is like astronomically low [19:50:06] I remember somewhere where it said that fandom tried to buy bulbagarden but bulbagarden declined [19:51:40] Yeah they can keep dreaming [19:51:56] Sell it to them for 956 billion USD [19:52:17] and only give them the 1-page wikis [19:52:43] Not necessarily [19:52:49] but keep the higher profile ones, like rain world, unconditionally part of miraheze [19:52:55] No we’ll just use the money to create a brand new better competitor 😂 [19:53:09] literally wiki.gg moment [19:53:26] cuz wiki.gg is basically gamepedia [19:55:29] Run out of reactions? [19:55:55] @originalauthority I meant like this was how wiki.gg was formed. fandom bought gamepedia, then a handful of former gamepedia staff founded wiki.gg years later, not necessarily saying wiki.gg < miraheze [19:56:26] yes wikitide foundation gift me nitro pls so I can use other servers ones 💔 [19:56:54] Lol [19:57:02] I guess 🚫 and 🇽 can count [19:58:43] I mean. I have a nitro gift I think, if you want it [19:59:09] I wouldn't really use it tbf [19:59:14] Save it for someone who would use it [19:59:38] Not that you "use it" in a sense but yeah [20:16:38] tfw i can't even accept gifts lol [20:17:09] save it for someone more relevant [20:17:10] literally all these nitro buttons and shit just take up space and i hate them [20:36:17] huh https://meta.miraheze.org/wiki/Steward_requests/Requests_for_reopening_wikis?diff=prev&oldid=497842 [20:42:34] <90gq29, replying to rodejong> god bless [20:42:37] <90gq29> 1 more hour of sleep [20:42:45] bro what [20:42:46] <90gq29> https://tenor.com/view/waking-up-cat-reverse-mimir-gif-14394846257419819571 [20:43:03] looked a bit more, got even weirder [20:43:05] how did they manage to fuck that up lol [20:43:27] signed with another accounts name and the previous requests timestamp, left a note on their TP [20:43:32] but, https://meta.miraheze.org/wiki/Special:CentralAuth/Cassandra_Mia_Bravo [20:43:42] for the account they signed as [20:43:47] bro WHAT [20:43:52] this is even worse lol [20:44:10] summary denial appropriate imo [20:44:22] https://cdn.discordapp.com/attachments/867658466649833473/1371974311518408704/togif-1.gif [20:44:32] 1 more hour Miraheze 😄 [20:45:23] they've been blocked from that wiki - no reason to intervene on a global level tbh [20:46:40] (the "old" version of it, I suppose) [20:46:48] You can ad Usernames as you like and adding the timestamp with `~` [20:46:59] yup [20:47:11] regardless of that they've been indefblocked for sock abuse [20:47:12] told them but that was before i realized this [20:47:29] let me take a look [20:47:43] i still need to get work done(procrastination...) [20:47:48] wait [20:47:49] fair [20:47:56] one more hour miraheze tho [20:47:59] okay so [20:48:02] that wiki [20:48:05] doesnt exist! [20:48:33] yeah it doesn't [20:48:44] it exists but w/o the "new" in front of the name [20:48:59] (it's closed but they're blocked on it so yeah) [20:49:04] [1/2] By the way, I remember her: [20:49:05] [2/2] https://meta.miraheze.org/wiki/User_talk:Unknown_Tale#c-Unknown_Tale-20251025135700-Unknown_Tale_2 [20:49:05] sock of an account thats blocked for https://poohsadventures.miraheze.org/wiki/Special:Log/block?page=User:Cassandra+Bravo [20:49:11] exactly [20:49:36] Oh thanks for the call [20:49:40] Yeah uh [20:49:41] not my call but glob block? [20:49:44] {{Notdone}} [20:49:45] [20:50:18] Hm, maybe? Not against it but I'd want a +1 from someone else [20:50:28] @tali64? [20:51:29] or if there's a way to not block them but block their ability to create further accounts [20:51:36] whichever seems less extreme to y'all [20:52:08] the whole thing is 50 shades of weird [20:52:10] That would be an IP range block probably, in cases of Multi account abuse [20:52:18] yeah [20:52:36] Maybe a global lock for the sockpuppet and issue a warning to the master? [20:52:38] But that's sadly a Steward only thing, since we haven't signed NDAs, we can't use CheckUser [20:53:27] I'm down with that, though I want to look at their edits myself first [20:54:28] [1/2] what the heeeck [20:54:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431747764727054519/image.png?ex=68fe8a83&is=68fd3903&hm=c65881e15db216b94ba25fcf78365c9350ade6654aa0a0ccb118a2b8c828a9f5& [20:54:50] the frendschämen with that thing is strong [20:55:06] i love that word [20:55:08] i love german [20:55:25] 👏 so 👏 do 👏 I [20:55:34] Are you German? [20:55:39] nope [20:55:46] disappointingly french [20:57:04] LOL [20:57:56] to be exact - french citizenship but 1/4th Maori, 1/4th Korean and 1/2 Morocco [20:58:11] the greatness of the right of the soil [20:58:54] 50% Dutch, 50% Italian, Born in The Netherlands, Living in Denmark, Still Dutch citizen. 😄 [20:58:56] (don't ask me how that works, couldn't tell you myself) [20:59:38] well at least it makes for a great amount of options to leave France [20:59:49] I can easily get a South Korean passport or a NZ passport [21:00:09] I'm off. [21:00:17] Formula 1 is on! [21:00:38] enjoy! [21:24:26] faut etre fiere d'etre ce qu'on est [21:24:45] meme si c'est parfois décevant (moi en tant que latino-américain) [21:24:58] fieres* [22:22:03] ?? [22:22:59] they're responding to you and felds discussing citizenship and origins [22:23:36] (in french) [22:25:41] Ah. okay. I didn't get it 🤷🏻‍♂️ [22:27:24] something about having to be proud of who we are [22:36:43] yep [22:40:46] is it just me or is miraheze down [22:40:52] yep [22:40:54] Maybe [22:41:37] fml, yeah [22:41:41] damn [22:41:46] well [22:41:50] tech team, good luck [22:42:05] Shoot [22:42:07] 9945396309a886c5 [22:42:24] Rhinos, pala, condolences to you [22:42:37] miraheze going down on a weekend is wild [22:42:55] bad gateway error [22:42:57] the servers don't have weekends [22:43:00] ping them now /s [22:43:01] they work every day [22:43:04] Just as we have an extra hour to work on MH [22:43:05] the mirahezeverse truly is against me [22:43:06] so they go down on weekends too [22:43:26] then they're forced to go back to working [22:43:26] this is exactly why they went down, they're protesting the 24/7/365 work week [22:43:44] I will pay for all funeral costs for the tech team's brave heroes who might fall as they fix this [22:43:52] the one time i request a wiki it suddenly takes 88293482497394824 days and the moment i find a wiki to edit miraheze goes down [22:44:18] oh lmao [22:44:20] https://miraheze.org/ [22:44:24] fun [22:45:06] the one time i periodically have motivation as well [22:45:07] damn [22:45:16] same lol [22:45:22] usually i just patrol [22:45:46] i know it looks bad and the stars have aligned just right but dont take it as the universe flipping the bird on you, stay strong and persevere [22:46:27] <1password2> i just want to edit one page please i need this [22:46:45] <1password2> whoo its working [22:46:51] yippee [22:46:51] Oh well... I guess I take that extra hour of sleep then 😄 [22:47:03] Omg it's working [22:47:05] YIPPEEEE [22:47:09] imagine it goes down again [22:47:11] <1password2> night saved [22:47:15] lol [22:47:16] And we're back [22:47:21] back to grinding our respective wikis [22:47:22] anyways remember guys.................... [22:47:27] et je m'enfuis............. https://open.spotify.com/track/20TA3LfYx38yRCJq8jU5nZ?si=b0a3448a7e5446b9 [22:47:33] bye................ see you all in 80 years again................ [22:47:43] oh do embeds not work here [22:47:45] fml [22:47:49] <1password2> [Bavan Ezy](https://celdonia.miraheze.org/wiki/Bavan_Ezhy) gets the love he needs [22:48:03] And we're down again!! [22:48:22] f [22:48:23] are we? [22:48:32] c2 might still be in maint mode but that should be undone shortly [22:48:34] And we're back again 😄 [22:48:36] ET ET ET JE M'ENFUIS TURURURURURUR [22:48:42] back again fr [22:49:16] Not sure why you need to "shout" 🤷🏻‍♂️ [22:49:39] yeah, this aint shoutwiki [22:49:41] ... [22:49:43] well uh sorry?- [22:49:44] bad dum tss [22:50:07] i'll open a RfC on formally ignoring @rodejong about anything tech-related forever [22:51:39] Hey.... I never pretended to be a Tech wizard 🤷🏻‍♂️ [22:51:56] I just state what my browser tels me 😄 [22:54:38] I think we should pre-emptively mute rod every time a tech incident occurs actually /j [23:11:49] @pixldev I neglected to @ you on it, but please enjoy this thought from the depths of my brain all the way to the meta Community Portal: [here](https://meta.miraheze.org/wiki/Meta:Community_portal#Modification_of_Meta:Administrators_to_include_eligibility_criteria?) [23:13:31] (Meta:Administrators doesn't have eligibility criteria listed and I just pointed it out) [23:14:59] do they need any besides get elected [23:15:40] I don't think so per se, but then it makes sense to add to the page that there are no specifc criteria to stand for election [23:18:48] o [23:34:10] @rodejong sorry if my reply on-wiki seemed unclear, this is my position on the question [23:36:00] The problem is that if we would state that there is no criteria... it sounds like "anyone can apply". [23:37:48] And I think that what I wrote on Meta, is valid for all volunteer roles [23:37:48] was not expecting italian [23:38:10] I think something to the taste of "While there are no formal criteria to stand for election, contributors elected usually have already made positive contributions to the community" would work? [23:38:30] the current arrangement is flexible and seems to work de facto well enough, and is on the low end of things that need to change imo [23:38:37] https://tenor.com/view/no-certainlynot-definitelynot-negative-nope-gif-12815247312784971907 [23:38:52] saw, will look more when im not crashing out [23:39:06] my autistic brain thinks the clearer the better but eh [23:39:16] Sounds reasonable. @raidarr - Not a bad thing to add? [23:39:27] I feel it would be kinda stating the obvious [23:39:35] a solution without the problem [23:39:46] With so many kids around... Nothing is obvious [23:39:47] every other advanced usergroup page has an eligibility section [23:40:06] [insert yap about uniformity, consistency, yada yada] [23:40:14] what we've gotten in other cases that have required eligibility sections that have been filled out is people who just don't meet certain minimums so that's pretty much why they exist [23:40:50] if it were to be a problem for meta admin I'd support adding that, but explicitly stating no particular eligibility, then trying to work in the fuzzy standard that voters already know rocks the boat to no clear benefit in my mind [23:41:26] alright then [23:41:44] Perhaps we could have that on [[Contributing]] [23:41:50] [23:41:56] or [[Volunteers]] [23:41:57] [23:42:00] you're certainly welcome to fish for other people's 2c on that and they might think differently from me, I'm not really committed to an outcome [23:42:22] sails away into the distance ominous-looking, totally not going to type up their candidacy for meta admin [23:42:23] if I'm going to step in anything it'll be conservatorship and adoption and stuff like that [23:42:40] new blood is welcome indeed but I think I would want to see you around more [23:42:47] I don't see why not if you were though [23:42:50] that boat is at carrying capacity sorry /lh [23:43:12] meta admin actually has a different kind of fuzzy problem and it can't really reflect in the policy well [23:43:13] i have a bazooka pointed at the boat to alleviate this issue [23:43:19] try the cvt one that comes with free friends (the spiders building their cobwebs) [23:43:30] He was translating a policy today [23:43:33] Initially I want to be a wiki mechanic, but I dunno if I want to be on large scope that fast [23:43:40] the issue is that it's a "team" that mostly consists of people who have it ancillary to their "real jobs", not a lot of actual dedicated admins [23:43:52] I have more technical knowledge that could benefit on WM [23:43:53] realistically, you will not be getting a scope that large until you are better known anyway [23:44:01] yes indeed [23:44:10] which doesn't necessarily mean trying to climb a hat ladder [23:44:30] Yeah, it has some sensitive buttons, but I'd definitely be open to seeing it down the line [23:44:52] I know, so for now I'm just going to wait for @pixldev to give me my translator perms back and TRANSLATE ALL THE THINGS! [23:44:59] The best thing is just to help out where you can, share your knowledge in support threads, and on meta. So we get to know what you're worth [23:45:10] it's kind of a funny one, wiki mechanic is kind of off to the side, in the closet on actual leadership business, while most other roles are more hierarchical [23:45:31] Soon™ (i need a shower and a mental reset i am as mentioned crashing out a bit on things i need to do halp) [23:45:33] I am however the greatest triager of issues in history [23:45:38] https://cdn.discordapp.com/attachments/407537962553966603/1431790838668722256/image.png?ex=68feb2a1&is=68fd6121&hm=9bbbafdf092be7006f6813cdc8d841c2db6c6dd8030baac0c3626d9ca8dadba2& [23:45:44] I need a good triage handyman tbh [23:45:46] so I will triage all da things on phorge as well [23:46:07] can be a handywhatever as long as they're handy at that [23:46:11] Petra could argue also falls a bit into that with other stuff he does [23:46:11] yeeah [23:46:20] yeah even petra's got a mix [23:46:37] closest we got to a "real" admin tho [23:46:41] kind of weird how the director bit is assigned though, unless it's not showing up for others [23:46:45] (we totally didnt put a hat on him just to change his role color) [23:46:59] for james its on his office account [23:47:02] petra, macfan... mayybe zppix when available [23:47:03] I don't give any mind to the hat i have or don't have as long as I can help out efficiently y'know [23:47:31] but sadly sometimes the hat begets the efficient help [23:47:34] you can get a lot of cred from me with documentation, quality translating, taking the edge off people with buttons [23:47:48] a lot of the button work is the stuff before pressing the buttons after all [23:48:00] gimme that translate flag now :point: [23:48:13] pix, gimmim it [23:48:19] im lazy [23:48:25] o k a y :Thumbsupandup: [23:48:51] -# and once all of meta is translated by my hand I want the master translator role [23:48:53] i was just reading random pages on meta anyways since i need to realign my head [23:49:03] translation admin is dead alas [23:49:06] we killed him [23:49:14] murderer [23:49:17] how dare you [23:49:33] wasnt me [23:49:50] I'm game for someone to take over an informal translation supervisory capacity [23:50:00] it's one of those things only certain people want to step into [23:50:23] https://meta.miraheze.org/wiki/Requests_for_Comment/Meta_translation_reform [23:50:28] I will begin my invasion of the Translation team right now [23:50:41] all will bow to me once every Meta: page is translated [23:51:00] and if you want to get into wiki mechanicy type stuff feel free to shadow requests you think might be relevant [23:51:04] (for legal reasons this is a joke... or is it) [23:51:05] I soon have some pages on Commons that need translating. So I'll find you [23:51:16] which at first is just watching them, and perhaps reaching out if you have a question, want to lend thoughts, discuss them etc [23:51:22] theres an emoji i know i have somewhere that i really wanna use but cant recall the name of [23:51:24] curse of nitro [23:51:25] drop me a DM whenever [23:51:49] oh [23:51:51] I have a lot of time and hate bad or half-baked translations so [23:52:04] [1/2] oh well :jimmystare: [23:52:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1431792460312346794/Screenshot_20251025_195138.png?ex=68feb423&is=68fd62a3&hm=9e066f57c57388d78ec55baed3a9b6dd5f8dca5271b058d689f4a63d42f221a9& [23:52:08] with time and a bit of savvy, people can get to know what certain proceedings are on the SR and can jump in. This does not always go well for people who jump in and are lacking details which is why I recommend the shadowing step, but with that it is a valid way to get involved [23:52:15] it got renamed :Clown: [23:52:15] also the white border hurt me [23:52:19] TMWYK [23:52:39] Perhaps a good idea to drop your name in #volunteering so I can easily find you again 😉 [23:52:55] just carve the letters T M W Y K into your monitor [23:52:57] ez [23:53:22] exactly [23:53:43] summoning rituals work as well but with a 3-5 business days processing time [23:56:44] the time has come. [23:57:23] https://meta.miraheze.org/wiki/Meta:Administrators'_noticeboard#c-PixDeVl-20251025235700-Felds-20251025152600 [23:57:33] Suddenly a song pops up in my head [23:57:43] @tmwyk you also get the very first use of my now changed sig on miraheze meta [23:57:56] How can I change the universal size of Gallery thumbnails on my entire wiki instead of having to go into the source of every page and increasing the size? They're way too small right now. Is there a wiki setting somewhere [23:58:19] truly honored [23:58:56] i finally said enough is enough to my over the top gradient one and changed to the one i use on enwiki(and i dont have to use subst anymore) [23:59:43] @blankeclair i think you published your "we're back" but we didnt publish the outage msg lol [23:59:54] lol yep