[00:17:58] Funny enough it was the first one I reached [01:12:34] Do you have an ETA on my wiki import request? [03:10:34] ok i have a JSON file [03:10:46] and i want to parse it into plain text so that [03:11:21] the result looks like `plaintext (join to) value1 (join to) value2` for each item in the json, in a big list [03:11:22] now [03:11:34] there seems to be no straightforward way to do this [03:12:13] this should be a one-time thing, I don't need an API or anything, i just need to manipulate some JSON in a specific way and i'm frankly surprised there's no site that just lets you do that [03:25:41] > [22/08/2025 13:11] the result looks like `plaintext (join to) value1 (join to) value2` for each item in the json, in a big list [03:25:47] groupnebula563_0765: example json and result? [03:35:07] i figured it out [03:35:12] ah [03:35:17] i just had to make a file with some JS in it [03:35:23] to do it for me [03:35:24] i was gonna use jq lol [03:35:35] i just did vanilla JS :P [03:35:55] [1/7] ```js [03:35:55] [2/7] text = '' [03:35:55] [3/7] for (x in json1) { //loop around until end of json [03:35:55] [4/7] text += 'https://web.archive.org/web/' + json1[x].timestamp + '/' + json1[x].file_url + '
'; [03:35:56] [5/7] } [03:35:56] [6/7] document.getElementById('jsonthing').innerHTML = text; [03:35:56] [7/7] ``` [03:35:59] this [05:15:22] hi im looking to find other wikis [05:15:27] where can i see a list of wikis [05:17:28] how long does these limit trigger would last? [05:22:48] [1/2] btw what do i do about this [05:22:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408320479655104665/image.png?ex=68a95027&is=68a7fea7&hm=648a42ffd29cd9e668c1bd908efa65e911a2817ad96617a8c2fbbf016fa8856a& [05:44:01] where do you get this? [05:45:02] [05:46:20] Is there a template that counts number of articles in a specified category [05:46:39] I'd like to put a counter on the main page [05:51:11] {{PAGESINCATEGORY:CategoryName}} [05:58:14] Neat [06:45:15] about to request a wiki [08:07:41] [1/2] ๐Ÿšจ We are aware of images not showing. InstantCommons is down. ๐Ÿšจ [08:07:41] [2/2] Please do not upload images to commons or Meta, to replace them, as they soon will be up again. [09:02:34] Would be a shame if I uploaded some images to Meta rn [09:37:58] Might be worth an announcement? Even a minor one? [09:38:55] I did ๐Ÿ˜„ [09:38:57] it's just X files per batch [09:46:28] I meant in the #announcements (or #minor-announcements) channel since those can be followed by other discord servers and thus seen by members not in this server ๐Ÿ˜… [09:52:02] I know. Just joking [09:55:30] ah, sorry, hard to parse tone online, haha [10:03:03] When I put a laughing smiley behind it, it's always joking/funny. Not serious [10:03:33] I don't have the privilege to make these ping announcements [10:03:46] So this is all I could do ๐Ÿ™‚ [10:20:59] It's been ongoing for a bit so I'm not going to ping but I've put a message in #announcements so it's not lost [10:28:13] Thanks! [11:00:26] Is it bad that the first thing I think of when I see "Meta" is Facebook? [11:00:30] Hi, How is it going? [11:00:49] Decent [11:00:53] How are you doing? [11:01:05] I think it's a good thing [11:01:05] @blankeclair ^ [11:01:08] Namespaces are one honking great idea. Let's do more of those! [11:01:09] Could be better, mostly just super tired [11:01:12] Yesterday I lost only $5.00. [11:01:15] Hello everyone [11:01:22] oh my god these damn bots [11:01:28] kickbanned [11:01:46] Oh [11:01:51] It was a bot [11:02:31] I'll go ahead and ask this while I'm here: how long on average do imports take? [11:02:58] I just don't want to edit the wiki when you go to add the pages and potentially screw something up [11:10:39] (Would I have to worry about that to begin with?) [11:13:22] AFAIK imports only insert revisions into the wiki and will not overwrite your edits. [11:15:48] [1/3] hey doodaloods hope you are doing well, i just wanted to ask if it is possible to visually move the infoboxes underneath the subheadings (subheadings include: the light, specimen 002, lump of dirt etc.) instead of being on the side so its less "disruptive." i was also wondering if its possible to change the title of specific infoboxes from the page name to its own unique n [11:15:48] [2/3] ame. [11:15:49] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1408409317153046630/Screenshot_2025-08-22_211304.png?ex=68a9a2e4&is=68a85164&hm=54bdcbff1fd6675cdc22e3505f937a1080e94de5935a64333f2f30f75c992c52& [11:16:22] Just move it to that section [11:17:38] [1/2] if this is what you mean by doing so i already did (or im just dumb) [11:17:39] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408409778614571180/Screenshot_2025-08-22_211650.png?ex=68a9a352&is=68a851d2&hm=223317850f47fcfc0ddcd98e1ccba16e55456a0fccce0b8d684b0ea570abf044& [11:19:28] Erm, yeah. Is that not how it is to be portraied? [11:22:45] i think its supposed to look like that and i just did something wrong but i was wondering if i could manually move the infoboxes to the desired places [11:23:15] for now ill probably exclude infoboxes then work it out later with proper info about it [11:23:48] Infoxes show on the place they are placed. [11:24:01] So you can move them lower or higher [11:27:08] Ah alright. I know Iโ€™ve asked this dozens of times so now itโ€™s probably getting very annoying so sorry about that but is there a way I can directly insert it underneath the subheading rather than it being on the side of the page or is it mandatory for it to be there? [11:28:34] You mean on the right? [11:30:14] so right now the infobox is on the right hand side of the page itself but is there a way i can makethe infoboxes appear directly underneath its respective subheading (for instance i made an infobox for the "specimen 002" subheading, and it would be favourable for it to appear right underneath the title so im wondering if its possible.) [11:33:59] So it should move left under the title, and the text underneath that? [11:34:45] not the "test test test plot plot plot." text (that was for reference when i encountered the "issue") but yes, on the left underneath the subheading [11:35:18] What is the subdomain of your wiki [11:35:29] Link to that page? [11:35:45] its a wip page but the url is tectonia.miraheze.org [11:36:00] i can publish it if necessary [11:37:41] Oh... It's Portable infobox [11:37:54] I'm not too familiar with it [11:38:00] ah alright [11:38:06] @CSS/JS Support Volunteers [11:38:19] thx anyways [11:38:47] [[infoboxes]] [11:38:48] [11:41:27] Place it between `
`. [11:45:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408416852627161118/image.png?ex=68a9a9e8&is=68a85868&hm=c9f0f84e9f38a0a9c5f4a7e530ba5fccb33c3270a863a9753c93741175095f0c& [11:46:02] Oops. yeah [11:46:04] [1/2] here are the results tho but atleast im learning more stuff [11:46:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408416934567088168/Screenshot_2025-08-22_214518.png?ex=68a9a9fc&is=68a8587c&hm=67182e2e515b5b9619b7ba0816b2a6c5590616dc4a83b0873f1163d6360478f8& [11:46:36] ah alr [11:49:04] [1/2] results were much more successful! tysm guys! [11:49:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408417688899813408/Screenshot_2025-08-22_214846.png?ex=68a9aab0&is=68a85930&hm=7ee2d0ab6b851187dcf67f3124edd5aa10924adc978fadc588a1ac822bf58983& [11:49:21] You're welcome. [12:21:45] I'm thinking about developing a Mediawiki extension, how would Phorge handle those ones? [12:22:27] Hello! How can I detect if my user is using light or dark mode in my css? [12:23:50] It depends on which skin you're using [12:25:59] my messages arent sending ๐Ÿ˜ญ [12:26:02] [1/2] specifically these [12:26:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408426991442722896/image.png?ex=68a9b35a&is=68a861da&hm=d8845f9b5cc6f9ecfdfd1cb03604673686c66f1e453778eff47e1d17631b5239& [12:26:39] citizen [12:27:02] is the default of the wiki im editing [12:27:43] oh im not referring to user css btw [12:29:09] you request it like any other [12:31:53] [1/16] Ah, Citizen skin. These CSS selectors should do: [12:31:53] [2/16] - Dark: `:root.skin-citizen-dark`, `:root.skin-theme-clientpref-night` [12:31:53] [3/16] - Light: `:root.skin-citizen-light`, `:root.skin-theme-clientpref-light` [12:31:54] [4/16] For correctly handling Auto, you'll have to do something like this: [12:31:54] [5/16] ```css [12:31:54] [6/16] @media screen and (prefers-color-scheme: dark) { [12:31:55] [7/16] :root.skin-theme-clientpref-os { [12:31:55] [8/16] / dark mode / [12:31:55] [9/16] } [12:31:56] [10/16] } [12:31:56] [11/16] @media screen and (prefers-color-scheme: light) { [12:31:56] [12/16] :root.skin-theme-clientpref-os { [12:31:57] [13/16] / lightmode / [12:31:57] [14/16] } [12:31:58] [15/16] } [12:31:58] [16/16] ``` [12:32:25] cool thanks [12:38:12] Which version of MW should I use as development base? [12:39:36] 1.44 [12:41:44] Alright, thanks for clearing that up [13:10:31] 03IP14 [[m:User:2.73.144.214]] 03Tiny create14 [[m:Translations:Wikimedia chapters/5/gn]] 04(+2)14 10URL:12 https://meta.wikimedia.org/w/index.php?oldid=29163648&rcid=3657902314 "Created page with "ะฝ"" [13:11:19] what made us this attractive [13:13:13] [1/2] since when did the webhook show the images which were uploaded [13:13:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408438864930013304/image.png?ex=68a9be68&is=68a86ce8&hm=500702c4c62a6f691de59483862e68f7b8024283aa34424a44753794e4cb3966& [13:13:15] p swag [13:13:19] who's irc mod again [13:13:36] hooolyyyyy shittt no wayyyy free money????????? [13:14:50] no ops are on D: [13:15:11] also is it just me [13:15:23] or are couple of the shortcuts while using citizen [13:15:26] broken? [13:15:33] alt+shift+d doesnt literally nothing [15:02:04] what in the heavens is a bitcoin bot [17:09:36] Is miraheze Having issues with Managewiki? [17:10:00] We are having issues with Managewiki for some reason it won't display anymore or add extensions to such said wiki does anyone have a fix for this [17:12:52] Is there any way to "force" the dark mode of a theme upon users, or is it a theme by theme basis thing? [17:14:42] Depending on what solution you are using for themes, either skins, custom CSS, or theme toggle [17:15:34] So, we're using citizen as base and heavily patching the CSS to make it our own, but citizen has this nice feature that auto-detects the device's theme and applies to the wiki apparently [17:15:36] Citizen skin can assign default theme, but can't stop users from changing it to their liking [17:16:10] wel, to stop people from touching the wiki config we can make the class for the theme toggle buttons invisible, which is easy enough [17:16:42] the problem is it setting "white mode" as default, the whole wiki goes unreadable [17:17:01] Cocopuff2018: can you link your wiki? [17:17:32] [1/2] Change this setting [17:17:32] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1408500347495776338/image.png?ex=68a9f7ab&is=68a8a62b&hm=0a8137d8bb9bbfcc6ca75029443dfd6896c608272cee2bd7c403061fd31f40dc& [17:18:31] what a legend, thanks [17:18:51] now to remove the ability to change themes via css [17:19:05] [1/2] Citizen skin repo does provide options to use variables in CSS as this skin focuses more on customization, which you can read more about on GitHub [17:19:05] [2/2] But yes, you can still hide the buttons and try not to allow users to change the theme [17:21:01] [17:21:45] aren't you banned coco? asking here for help on your farm? [17:21:47] We are not, and Coco, you know you're not welcome here. [17:22:40] what the [17:22:55] https://tenor.com/view/bro-is-finished-cooked-finished-dog-closing-eyes-dog-with-eyes-closed-gif-8933440936102921947 [17:22:57] can't believe I almost got baited [17:23:47] lol [17:24:42] I really need some sleep... I'm waiting for AABXY's reply regarding a big project... [17:25:04] oh, how so? [17:25:20] migration? [17:25:31] Yes. Merging certain 3 wikis into a single one [17:25:56] oh wow [17:26:11] Wiki.gg lit the green light, waiting for Prod to say something... [17:26:59] man i only now noticed ive lost a tag lol [19:09:48] kikoo [19:13:02] Kiekeboe? [19:13:11] Kikebรธ? [19:13:35] ok [19:13:58] un autre reseau, ou une autre "plateforme" ce relay ? [19:14:34] The IRC relays to our Discord Channel [19:15:42] oh but its not french, sorry [19:16:08] thx for your answer, thought [19:16:15] discord is evil [19:30:04] not wrong [19:30:47] why is relay sleepy [19:30:56] nvm my irc is sleepy [19:31:32] sadly all that cool stuff is on discord [19:32:37] My import has been in progress for 4 hours. Does this indicate problems? [19:33:01] [1/6] hey-- so, i got a question [19:33:01] [2/6] was trying to help fellas convert to timeless for a wiki, and the custom themes i made work just fine. but in incognito, it seems to just... show as white??? with no styling? [19:33:01] [3/6] first is in incognito, second is signed in [19:33:01] [4/6] (sorry if i'm interrupting btw) [19:33:02] [5/6] https://cdn.discordapp.com/attachments/407537962553966603/1408534443106238567/image.png?ex=68aa176c&is=68a8c5ec&hm=04f6dd81d41c4a2f9a5262a9649f3ffde4641a3050eb68655ae88eb16c9b7bf4& [19:33:02] [6/6] https://cdn.discordapp.com/attachments/407537962553966603/1408534443572068352/image.png?ex=68aa176c&is=68a8c5ec&hm=6ea54302762aa1452e040269673984a7ab43211e2caaabf44f453cc8ab9fdcf3& [19:33:34] [1/3] important notes: [19:33:34] [2/3] - theme toggle is enabled [19:33:35] [3/3] - mediawiki:timeless.css holds the timeless styling i made [19:36:42] Check the cache headers in network tab [19:36:43] because anonymous is on vector...? [19:36:54] That also HAHAHA [19:37:23] might wanna change your default skin to timeless then [19:37:32] (it's vector currently) [19:38:30] got it [19:38:33] i'll forward that [19:52:24] Triskel: coucou [19:52:34] moi je parle francais [19:52:39] comment puis-je t'aider [19:54:08] not necessarily, another 40 mb request took 50ish minutes, so not too surprising that your 200mb one is still ongoing [20:18:49] wait YOU made how that wiki looks? that's rad [20:21:20] yup!!! [20:21:24] i like doing css a lot hehe [20:52:51] So in my wikibase how do I display custom calendars from dates? [21:25:26] hi people ๐Ÿ‘‹ [22:21:49] [1/3] anyone know how to change the first into the second image? Second was used with inspect element [22:21:49] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1408576925512896725/image.png?ex=68aa3efd&is=68a8ed7d&hm=57e736ffdb114b03813dba8fb1ba2ebcf079614e01c0863600035db069b27b97& [22:21:50] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1408576925760491620/image.png?ex=68aa3efd&is=68a8ed7d&hm=350c3bc157be6ad4db7d61c0610a963441e9aff717334228b9395575a3c68b7a& [22:27:18] ?uselang=qqx on the end of the url, its a system message but idk which one [22:28:31] for the cosmos skin specifically https://indianajones.miraheze.org/wiki/MediaWiki:Cosmos-tagline [22:32:03] thanks