[00:09:03] Hi [00:09:18] What's the mediawiki API to return the categories of a page? [00:19:15] I found [00:19:25] no worry [01:43:35] Created , not too sure what the best approach there is [01:46:23] Changing it to "mah" will most likely be the easiest [01:47:41] Probably the best solution, though we will need to make sure the current language code is not being used anywhere (doubt it is though, given MediaWiki doesn't seem to have much support for it) [01:52:54] just early transition the prefix to `wt` \:P [01:53:02] but yeah, a patch to core will likely be needed [01:54:37] > These determine things like interwikis, language selectors, and so on [01:54:59] a few things rely on Name.php it seems [02:06:21] hi [02:42:48] How do I add an image to my infobox? [03:48:25] <.labster, replying to Guest30> Does reacting with emojies show anything on IRC? [03:49:23] Nope [03:50:14] It did in my beta testing for the relay but I figured that would be redundant and removed lol [03:57:01] It could work if IRC has a private notification system (that way, only the poster of the message is notified when someone reacts to it on Discord) [04:08:13] It may be possible [04:08:39] perhaps even a notice [04:13:20] Yep that could work [04:14:20] Are notices visible to all users or certain users? [04:14:33] Oh it is all users [04:15:47] you can send notices to some users [04:15:53] /notice [04:15:58] oh [04:16:20] so instead of a direct PM, they could just get a notice saying `-RelayBot- X reacted to your post with Y` [04:16:33] lol post [04:16:34] I mean message [04:16:45] Oh it PMs the notice anyway I just tried on you lol [04:17:32] I guess it depends on the client [04:18:06] I am using IRCCloud atm [04:59:23] The answer to your question will heavily depend on the type of infobox you're using (imported from Wikipedia or another wiki, self-made html table, made using portableinfobox) [04:59:56] If your wiki is public, a link to an example of what you're trying to modify would be helpful to guide further. [05:31:06] been a while, matttestt [05:31:14] good to see you! [10:17:01] cannot access database db131 [10:18:01] Others that get an error reaching their wiki?? [10:18:39] [1/3] This wiki is temporarily unavailable [10:18:40] [2/3] Please try again in a few minutes, these errors usually resolve by then. If you are receiving this error persistently, please check our Twitter (://twitter.com/MirahezeStatus) for more information or inform us by joining #miraheze-sre on irc.libera.chat or our Discord server (//discord.gg/TVAJTE4CUn). [10:18:40] [3/3] (Cannot access the database: Cannot access the database: Connection refused (db131)) [10:18:40] @rodejong No invite links. [10:18:53] now it works [10:19:38] ah yup [10:19:44] Weird! [13:11:16] Today's my birthday [13:13:45] happy bday @tali64 [13:13:45] happy birthday! [13:13:53] happy birthday! [13:28:20] happy birthday!! [13:51:59] <417midzu> Hello [13:56:59] happy birthday! [14:20:10] Happy birthday [14:21:00] happy birthday mate [14:46:24] Happy birthday! [15:26:25] Happy birthday, @tali64! [15:26:50] https://tenor.com/view/birthday-happy-birthday-cake-penguin-candle-gif-11918060020268404971 [16:18:24] quick db121 error [16:37:32] We're lucky to have several short database outages instead of one long outage [16:38:31] tru [17:23:56] i'm curoius, with the decision to move forward with option C (merge with WikiTide), do we have a rough timeline for how long things will take? and am i correct in thinking that this means our wikis will move to a US based cloud provider? (which will likely improve request and response times?) [17:26:47] We're waiting on delivery of our new servers but if everything goes according to plan, we may have everything moved over by early to mid February. [17:27:15] You are indeed very correct in thinking this will improve load times. Our new servers are a big upgrade over our current ones so wikis should (hopefully) load much faster. [17:31:11] [1/27] can anyone tell me if i'm doing this right mayhaps [17:31:12] [2/27] ```js [17:31:12] [3/27] $(document).ready(function() { [17:31:12] [4/27] // Function to create the Twitter widget [17:31:12] [5/27] function createTwitterWidget(element) { [17:31:13] [6/27] var width = $(element).data('width') || 500; [17:31:13] [7/27] var height = $(element).data('height') || 600; [17:31:13] [8/27] var theme = $(element).data('theme') || 'light'; [17:31:14] [9/27] var twitterHandle = $(element).data('twitter-handle') || 'jojomodofficial'; [17:31:14] [10/27] var twitterUsername = $(element).data('twitter-username') || 'JoJo\'s Bizarre Modding Community'; [17:31:14] [11/27] var widgetHtml = `