[00:03:05] Anyway to change default appears of a wiki page for non-logged in user to like dark mode or something behind the skin? I find the default white ...bit too bright. [00:22:12] I keep getting an error where I can't undelete pages. [02:32:14] happy 10k members [02:38:17] We finally made it! Now wait to see it drop down due to bots. [03:24:20] where do you leave a message to request cirrus search for a wiki [03:46:28] What error specifically? Can you screenshot? [03:51:23] https://cdn.discordapp.com/attachments/407537962553966603/1522087264086261780/PrtScr_capture_2224.png?ex=6a4731ba&is=6a45e03a&hm=ecda32359f9b8c39eda5cbc0c36223e2399a23366e0fcbcc610061fd261684c8& [03:52:07] I also can't work out what interface message this is. I wanted to see if this is connected to an interface message. As that message is using US English rather than NZ English. [05:00:08] [[SR/RC]] [05:00:09] [10:06:44] could you copy and paste the error hash [10:48:01] eeafbb0a67b63429254614ad ? [10:48:14] 0da8c5e6ed27ce7a2bd4aed7 ? [11:37:56] Thank you! [12:42:03] what happens if you disable TileSheets and try again [12:43:32] I shouldn't have to do that. [12:43:51] I'm trying to determine if TileSheets is the issue [12:46:56] Doesn't that mean I'll have to put the permissions back if I disable and reenable it? [12:47:20] I'd rather not have to do that. [12:48:31] don't think so [14:20:43] are newer bot accounts restricted on how fast they can edit pages? [14:30:47] nevermind. [15:13:52] Can this module be safely imported from mediawiki? [15:18:55] I know it's discouraged to import from mediawiki, thus me asking πŸ™‚ [16:39:09] What’s the upper limit on parameters in a #switch parser you all would recommend? [16:39:44] I have a list of 3000+ parameters marked out to be called but that seems too much for one template πŸ˜… [17:13:59] yo does anyone know how to make a redirect link that automatically scrolls down a specific part of the page [17:15:59] oh anchor, thats what its called [17:35:39] you use a # with the ID of a section, usually the name of a header [17:35:59] https://meta.miraheze.org/wiki/Dormancy_Policy#Circumvention_of_activity_requirements [17:36:40] how do i get the id? sorry if thats kind of a stupid question [17:37:16] You can use inspect element but almost always it is literally just the name of the header you're thinking to [17:37:31] You could always also just add an element with an idea [17:37:52] `Hi I'm gonna link right here/span! [17:38:37] [1/2] I have a template on Equestripedia that simplifies this [17:38:37] [2/2] https://equestripedia.org/wiki/Template:Pin [17:38:41] You can also copy links from the table of content [17:38:56] If you want to link to a specific work or bullet point [17:39:24] [1/2] https://equestripedia.org/wiki/Zalak [17:39:25] [2/2] for example [17:41:07] ah, thank you both so much <3 [17:41:41] Anytime my friend [18:02:04] hi [18:02:40] when would we read something from miraheze's side about the wikinews decommission at wikimedia? [18:02:59] i don't know who came up with the pulse moniker [18:03:10] ngl I want an update on that too [18:12:44] is the site not working for anyone else? [18:14:12] <_arawynn> yeah for me neither. It's apparently offline [18:14:34] It's making me wanna go take a nap but I already overslept 😭 [18:14:54] <9021007, replying to euphoria.holic> same here [18:15:03] error 522/525? [18:15:07] <9021007> oh it's working again for me [18:15:12] <9021007, replying to honoka55> timing out for me [18:15:22] I got a 503 too at on point, but I have been getting 522s [18:15:30] <_arawynn> I got 522 as well [18:15:41] Wikinews Pulse is entirely a WMNYC idea [18:16:12] They're the ones pushing to implement it, we'd be open to accomodate hosting it depending on how the final arrangement goes [18:20:47] [1/2] Something is happening with the site LMAO [18:20:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1522306056431210597/IMG_8946.png?ex=6a47fd7e&is=6a46abfe&hm=661b8dadce8822adae07c14e335d46dd35eaa3708e489245639ebb3ca96caa44& [18:28:42] download it [18:39:01] Download [18:41:19] I'd highly recommend converting that to Lua lmao [18:41:55] is there a way to list all users who have ever logged into my wiki specifically? [18:41:58] im miserable at programming [18:42:19] Special:Listusers [18:45:55] [1/22] ``` [18:45:55] [2/22] {{#switch:{{{1}}} [18:45:55] [3/22] |case1 = this [18:45:55] [4/22] |case2 = that [18:45:56] [5/22] |#default = aaa [18:45:56] [6/22] }} [18:45:56] [7/22] ``` [18:45:57] [8/22] ```lua [18:45:57] [9/22] -- in Module:modulename/data [18:45:57] [10/22] return { [18:45:58] [11/22] case1 = 'this', [18:45:58] [12/22] case2 = 'that', [18:45:59] [13/22] } [18:45:59] [14/22] -- Module:modulename [18:46:00] [15/22] local p = {} [18:46:00] [16/22] local data = mw.loadData('Module:modulename/data') [18:46:01] [17/22] local getArgs = require('Module:Arguments') [18:46:02] [18/22] function p.main(frame) [18:46:02] [19/22] local args = getArgs(frame) [18:46:03] [20/22] return data[args[1]] or 'aaa' [18:46:03] [21/22] end [18:46:04] [22/22] ``` [18:53:01] You can also use a JSON subpage (`Module:modulename/data.json`) to store the case to value data, which is slightly easier to write than Lua tables. [18:56:24] I submitted a request to open a Wiki, but it instantly said that it had temporarily blocked me to stop me from spamming, and I was told to wait a few minutes. It was the first time I had done it. Even hours later, it still doesn't work. Does anyone know what could have caused this? [21:17:29] There is a three day cool down between requests, usually that message only appears if a request had gone through already. [21:19:21] I see your request in queue, it's about 20ish out of 58ish pending [22:38:16] Hi Mr Chair [22:38:26] <.labster> Is it possible to hide some page content from CirrusSearch? I have a template present on most pages which makes seaching for some terms really boring. [22:48:09] <.labster> [1/4] Oh, this is interesting: [22:48:09] <.labster> [2/4] ``` $wgCirrusSearchBoostTemplates = [ [22:48:09] <.labster> [3/4] 'Template:Featured article' => 2.0, [22:48:10] <.labster> [4/4] ];``` [22:48:44] <.labster> Higher search ranking for featured articles, neat idea. [23:05:27] <.labster> Aha, there was an answer to this. Add `class="navigation-not-searchable"` to the template. Nice. [23:40:17] [1/2] Hi, is there any good way to use interwiki like `https://smth.miraheze.org/wiki/lang/smth` without changing `wgCapitalLinks`? Because we don't want to disable capital links because for example to it's really convenient to use lowercase templates inside of infoboxes. [23:40:17] [2/2] And second question - how multilingual search works with a lot of languages on wiki? [23:42:21] [1/5] using the entire Arguments module is typically very overqualified I believe, you can simply just do [23:42:21] [2/5] ```lua [23:42:21] [3/5] local args = frame:getParent().args [23:42:22] [4/5] ``` [23:42:22] [5/5] though either works at the end of the day