[10:52:49] Hello JordiPlayGames[m! If you have any questions, feel free to ask and someone should answer soon. [10:52:57] Hello. [10:56:35] I need Miraheze Toolforge. [11:44:27] Hrm, it seems like when WikiSEO information is added to pageinformation, it adds an icorrect link. https://https//mediaiwki.org/wiki/Extension:WikiSEO. Note, it has double https:// and mediawiki is misspelled (the second i is misplaced) [11:46:56] Example: https://idleon.info/w/index.php?title=Iron_Platebody&action=info [11:46:57] [ Information for "Iron Platebody" - Legends of Idleon Wiki ] - idleon.info [11:47:05] heyo [11:47:49] (the incorrect link is at the bottom of that page) [11:48:08] Minor issue, just thought I'd point it out. [11:48:15] which page? [11:48:23] or are you talking to somebody else? [11:49:45] Nobody in particular, just wanted to point the issue out. https://idleon.info/w/index.php?title=Iron_Platebody&action=info bottom link has the incorrect url for the WikiSEO extension. [11:49:46] [ Information for "Iron Platebody" - Legends of Idleon Wiki ] - idleon.info [14:30:19] Ok [14:32:02] Bruh [14:52:28] ok so, as I rarely work with JS on MediaWiki, I want to know: if I create a MediaWiki:something.js page, will that take effect through the entire wiki? [14:52:38] (or is there a way to do that?) [14:54:06] Just edit Common.js? [14:54:44] I know that, but I was planning to make a script and organize between different pages [14:54:55] (just like different .js files on a normal website) [14:55:17] @Blackwolfe Regarding... [14:55:17] > Hrm, it seems like when WikiSEO information is added to pageinformation, it adds an icorrect link. https://https//mediaiwki.org/wiki/Extension:WikiSEO. Note, it has double https:// and mediawiki is misspelled (the second i is misplaced) [14:55:17] Hrm, that's interesting. I'll look into where that's defined and see if I can't fix that [14:56:40] I mean it could be the extension itself having the incorrect link. [14:57:52] You can load them using mw.loader.load(). Is that what you want? [14:58:07] yeah, if it's possible, that is [14:58:13] I don't know if there's a restriction [14:58:20] The extensions page shows the correct link for WikiSEO though. [14:58:39] What restriction? I am very confused. [14:59:44] uh, I mean, I don't know if there is a restriction I never created any additional .css/.js pages (outside of Gadgets), so I don't know if MediaWiki just blocks the loader.load for whatever reason [15:00:11] but it seems that it does not, so it's alright thanks [15:01:20] I'm trying to import Masonry directly to my wiki, so I can work with more dynamic grids [15:04:54] @Blackwolfe looking at https://github.com/wikimedia/mediawiki-extensions-WikiSEO/blob/master/extension.json, it looks like the `url` specifies the full URL, so I don't see any issues there, but I'm wondering if there's a Miraheze configuration issue that's calling the extra `https://` prefix. I don't know where this would be controlled, though. Reception123, any ideas? [15:04:54] [ mediawiki-extensions-WikiSEO/extension.json at master · wikimedia/mediawiki-extensions-WikiSEO · GitHub ] - github.com [15:05:21] But it's not just the extra https [15:05:32] It's also the misspelling [15:05:35] oh [15:05:57] oh yeah, that's weird [15:06:03] mediaiwki [15:06:13] so there must be another setting in that extension that needs correcting [15:07:18] I'll just submit a bug report upstream [15:10:34] @Blackwolfe, https://github.com/octfx/wiki-seo/issues/26 [15:10:35] [ Link to WikiSEO extension contains typo, duplicate https:// prefix · Issue #26 · octfx/wiki-seo · GitHub ] - github.com [15:10:52] 🙂 [15:11:49] It was quite strange clicking on the link and then ending up with an error, which is why I took a look at the actual url it listed. [15:12:44] @Blackwolfe, yeah, and it was confusing for me as we also have https://github.com/miraheze/mw-config/blob/master/ManageWikiExtensions.php, which defines the (correct) page location in Special:ManageWiki/extensions [15:12:45] [ mw-config/ManageWikiExtensions.php at master · miraheze/mw-config · GitHub ] - github.com [15:14:21] Yeah. Tried looking through the other things, but didn't find anything. [15:15:10] So the question is what adds the link, it could be unrelated to the extension itself but it's hard to know. [15:33:48] @Blackwolfe, yeah [15:39:31] Yeah, no. I downloaded the extension, and ran a search for wki. No results. [15:39:43] Or well, some, but not related to the url. [16:16:07] dmehus: https://github.com/octfx/wiki-seo/issues/26#issuecomment-824144395 might want to reply to them there. [16:16:07] [ Link to WikiSEO extension contains typo, duplicate https:// prefix · Issue #26 · octfx/wiki-seo · GitHub ] - github.com [16:38:50] Hrm, did not consider if it could be locale related, but that should (hopefully) not affect the url itself. [16:40:12] Seems to be defined in the locale json files [16:40:19] like "wiki-seo-pageinfo-below": "Information from [https://mediawiki.org/wiki/Extension:WikiSEO Extension:WikiSEO].", [16:40:20] [ Extension:WikiSEO - MediaWiki ] - mediawiki.org [16:40:58] But none of them has the incorrect link. [16:41:01] Use ?uselang=qqx to see if it is. [16:41:16] That outputs the actual message keys. [16:41:42] On any page? [16:41:55] On a page where that happens. [16:42:37] It happens on all page information pages I defined SEO stuff for. I'll try [16:42:39] Reception123: can you update WikiSEO [16:42:53] I just checked the code and https://github.com/octfx/wiki-seo/commit/061e839c7deaed298bfcfbce6ec814eba660948a exists [16:42:54] [ fix: Small typo in url · octfx/wiki-seo@061e839 · GitHub ] - github.com [16:43:04] Ah, cool [16:43:26] Not sure why the double https [16:43:41] Good question. [16:44:09] yeah, I can update it when I get to switching the other forks later this week [16:44:28] So it was fixed, but not updated. [16:44:36] That explains it 😛 [16:44:46] (not the double https but still) [16:45:17] Also explains why I never found the typo in the latest version I downloaded. [16:47:48] Yeah it looks like we're just a tad outdated [16:48:05] Oooh.. [16:48:07] I get it [16:48:30] It lacks the : after https so it must have added the first https [16:49:31] That explains the double https [16:50:23] That might have been fixed in some version between the current one and the latest one. [16:51:09] RhinosF1, oh it's already fixed then, as I did check there. How come we haven't got the latest update then? [16:51:28] Because we haven't updated [16:52:24] Universal_Omega, replied [16:52:30] Ah, I see. "Should be fixed. Translation in qqq.json was adding two https." [16:53:34] dmehus: thanks! [16:54:16] RhinosF1, ah, yeah, that makes sense :) [16:54:41] So, the translation might have been missing the : [16:54:44] dmehus: there's no automated updates to 1.35 at the moment [16:57:20] I mean, it's probably not a link people normally see, so it's no wonder if it was missed. I just stumbled upon it by chance. [20:06:07] RhinosF1, oh, interesting, is that standard when a new long-term release is imminent? [20:07:37] dmehus: 1.35 is the LTS, 1.36 is not an LTS. But yeah it was done so the dependabot updates go to REL1_36 now (I think) [20:08:29] Universal_Omega, yeah but 1.36 will be LTS soon (in a month or two), right? [20:11:35] Hey [20:11:35] Hello Cecilia! If you have any questions, feel free to ask and someone should answer soon. [20:12:03] I'm terrible with computer stuff, and I need somebody's help on how to make a page in my wiki look pretty [20:13:21] I'm making a alternaty history/fantasy RPG with my friends and I need to create the town in which the game will be set. I wanted to make a fictionalized version of a real city in england, and so I just imported the city's page from wikipedia, but the templates are all messed up and I don't know how to fix it [20:14:54] dmehus: no, 1.36 will be a normal release and not an LTS one [20:14:57] Cecilia: what wiki? [20:15:15] https://ceciliab.miraheze.org/wiki/Main_Page this one, I created today [20:15:18] [ The Chronicles of CB ] - ceciliab.miraheze.org [20:16:30] https://ceciliab.miraheze.org/wiki/Aberstol this is the page I'm trying to fix. It's meant to be just like https://en.wikipedia.org/wiki/Truro (except the name change, and future fixing of the content itself) [20:16:31] [WIKIPEDIA] Truro | "Truro (; Cornish: Truru) is a cathedral city and civil parish in Cornwall, England, UK. It is Cornwall's county town and only city, and its centre for administration, leisure and retail. Its population was recorded as 18,766 in the 2011 census. People from Truro are known as Truronians. Truro grew as..." [20:16:32] [ Permission error - The Chronicles of CB ] - ceciliab.miraheze.org [20:17:00] Cecilia: your wiki is a private wiki, so you would need to make me a member before I can look at it [20:17:14] how do i do that? [20:17:47] On the sidebar on the left, click Special Pages [20:19:31] okay, what next? [20:20:13] Under Users and rights click user rights [20:20:31] That should bring up a page with a search box [20:20:48] got it [20:21:04] Search my username, Sario528 [20:21:35] Majavah, ah, thanks :) [20:21:57] okay, I think I added you [20:22:08] To the Members group? [20:23:39] I had added as "user" but now I made it "members" [21:25:56] heyy [21:26:02] can anyone help me with templates? [21:27:43] dmehus: it's not really standard because Dependabot didn't exist iirc when we moved to 1.35 [21:28:10] And if all goes well it won't when we move to 1.37 [21:57:26] RhinosF1, ack [22:51:13] Does 1.37 add/change/fix anything significant? [22:52:11] They don't seem to have added any info on it on mediawiki at least. [22:52:24] oh wait, the links [22:52:36] That's because 1.37's development started just like a week ago. [22:52:45] oh, lol [22:53:19] So, late 2021 [23:40:37] Hi guys, I have a question : How to upload gifs into my own WIKI ? [23:52:05] @Mister OwO, you can use [[Special:Upload]] on your own wiki. Do make sure you provide attribution to the intellectual property rights' owners and make sure you state what license it is licensed under. If the GIFs are freely licensed (i.e., CreativeCommons or public domain), you can upload them to [[commons:Special:Upload|Miraheze Commons]]. Hope that helps :)