[03:37:36] genuinely had no idea that socialprofile was still being updated (albeit minimally) [03:37:40] but lo and behold it is [03:39:54] do we have a somewhat new version [03:40:10] if we don’t that might resolve the jank surrounding it [04:12:47] Now I don't know if my last message was answered or not... T_T [05:28:17] Just woke up, the original message seems to have been deleted [05:29:29] It's still being updated, but expect breaking changes when we get to the new LTS version, which is 1.43 at December this year [05:30:07] https://discord.com/channels/407504499280707585/407537962553966603/1295484441036193813 [05:34:42] [1/3] I would assume we'd be in the ~ hundreds of thousands of pages within a few years, so that might eventually become a problem. Is there a Policy of "please, once X amounts of pages / acess per year / ..., do it yourself" or similar? [05:34:42] [2/3] I see many benefits of hosting in a cluster, especially compared to our current way, hosting on a lonely for-profit services and figure every single feature out on our own. But I definitely don't want to stress your projects Ressources. Maybe we stick to some limit, say "max 10.000 pages", use the cluster wikis as sandbox / development / proving ground, a [05:34:43] [3/3] nd as soon as as something is stable, we shift it to a live version on our payed, external hosting [05:35:32] Has this thread been created? [05:37:05] We don't have any strict limits. One of our biggest currently has 326k pages with nearly 2 million edits and 14k users (although only 47 are active). [05:38:20] no thread was created, from what I see [05:38:24] 2.4 million is largest number of edits on a wiki [05:40:14] I'd be fine with content size [05:40:19] lemme assume that was the trope wiki one [05:40:59] I wonder how many bluepages has? [05:41:04] bluepages? [05:41:09] methink [05:41:15] https://cdn.discordapp.com/attachments/407537962553966603/1295622500985733155/image.png?ex=670f51fb&is=670e007b&hm=4e5a948d63026abcc542cc2652b5263b50f67d7bbdd427e2dee63c216a78d629& [05:41:17] But I'd like to see your team help with testing upgrades and making pull requests for technical changes you want [05:41:29] I'm gonna assume less than a million edits [05:41:31] or even 500k [05:41:43] Probably 422k [05:41:56] It's nearly fully automated pages and no one expands [05:42:10] yeah, hence why I said less than 500k [05:42:10] although several messages already outside [05:42:38] https://cdn.discordapp.com/attachments/407537962553966603/1295622845199683624/image.png?ex=670f524d&is=670e00cd&hm=3ec881ceca31adb2510c93c46502331f8a4f7dc6f00ab445e1f298e998c959ee& [05:42:40] dang [05:48:55] You can just go to Special:Statitics for that [05:49:10] oh yeah I forgot lol [07:25:49] [1/2] how would you change the buttons (excluding edit & edit source button) to another color? (e.g blue) [07:25:49] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1295648812446126131/image0.jpg?ex=670f6a7c&is=670e18fc&hm=39c16784b5bd7e3ba19fa8baf56b646d004c36377096115d923bab83e3f3e69d& [07:26:37] same old way [07:27:04] targeted properties just gonna appear very tangled [07:54:12] [1/2] it appears like this [07:54:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1295655954087677964/image0.jpg?ex=670f7123&is=670e1fa3&hm=0c40f0083d559ad36098130ebaa07199603bbac565d9d978353ca1058a398d89& [07:54:25] `.page-actions .mw-list-item:not(#ca-edit) { background-color: rgba(246,238,225,.9); border-radius:10px } ` [07:55:38] make border radius 0 or give bg color to drop-down itself [07:55:52] i.e. the container [10:17:04] can i make images that can collapse tables when clicked like fandom's [10:21:16] collapsible tables are a thing in MW but better drop an example, maybe it's something else [10:57:53] https://utg.fandom.com/wiki/Template:MessageBox [10:57:54] like this [10:59:35] bruh can't even view source code w/o account 😂 [10:59:52] lemme [11:02:03] yeah, it's normal collapsible elements, just a lot of uh - things put inside each other [11:03:14] [[mw:Manual:Collapsible elements]] [11:03:14] https://www.mediawiki.org/wiki/Manual:Collapsible_elements [11:03:15] [11:04:31] importing that template to your wiki can cause issues only over other template dependencies [11:10:30] [1/2] how would i make it so that the "popup buttons" close it instead of it going into the media view thing [11:10:30] [2/2] https://utg.miraheze.org/wiki/Template:MessageBox [11:20:53] You can, you just need to add `?action=edit` to the end of the URL [11:46:30] yeah, I did that [11:46:50] I mean that Fandom removed this function from a goddamn button [11:47:29] which always was "just view" source if you aren't allowed to edit [11:48:36] I assume to provent google bots to crawl another type of action link [12:08:34] [1/2] is there a way to make the torso glow when the word "torso" is hovered [12:08:35] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1295719971493646418/image0.jpg?ex=670facc2&is=670e5b42&hm=13c0590526d3dab88b82bb397714a4f8144abc8febeb445d360491f1d469428e& [12:14:53] [1/2] put it in a div and give it blurry border on hover [12:14:54] [2/2] `.classname:hover { ... }` [12:15:35] not sure if `|class=` was fixed in File syntax [12:15:40] that could be another solution [12:15:51] w/o div [12:39:56] [12:40:29] [1/2] it only does shadow on the word [12:40:30] [2/2] i want the blue torso to have shadow when i hover the word "Torso" [12:41:12] this is more complicated, I'm afraid [12:41:23] not able to suggest anything rn [12:41:53] oh [12:41:54] alr [13:15:33] [1/4] Mmm maybe something like ```css [13:15:33] [2/4] div:has(.torso:hover) + table .torso { [13:15:34] [3/4] box-shadow: 0px 5px 5px red; [13:15:34] [4/4] }``` Note that ``:has`` is baseline 2023 so it might not work in older browsers though, if you're worried about compatibility. [13:48:36] that helped a lot! tysm [15:16:58] Hej, I've a question about maps. I just use these Kartographer for my wiki. But when I put such a maplink to my page, it doesn't work. So there is the link then and when I click it, the map window will open but the map doesn't appear so there is just white screen. What could I do to fix this? [18:32:10] Omg Lpso Revived has a Wiki :o [18:38:08] ? [18:40:46] [1/2] Lpso/Littlest Pet Shop Online Revived is a project attempting to recreate the mmo game that's based on the popular toy line by Hasbro [18:40:46] [2/2] The original game didn't last long, and quite a lot of it is lost media [18:41:10] I'm just happy they used Miraheze as the wiki host [20:18:15] Welp, there's an issue with captchas if you're on a mobile view of a wiki [20:18:51] where you got captcha? [20:24:05] Legacy Vector skin in mobile view after trying to save an edit that included external links [21:13:56] If you could furnish us with more information that would be helpful? Ie what is the error, browser etc, do you have JS disabled etc. [21:27:06] [1/3] From what I understand, it's not an issue specific to Miraheze [21:27:06] [2/3] This thread on github I found, pretty much sums up the issue [21:27:07] [3/3] https://github.com/openstreetmap/operations/issues/449 [21:30:10] [1/2] is there a super duper easy fix for this? (and is there a way to make the youtube thumbnail highres?) [21:30:10] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1295861299745525911/image.png?ex=67103061&is=670edee1&hm=842c7a16a45454fdce695d31c3fbf13dedcdce2a753c1fb458658ace011f2104& [21:35:18] Try putting them in a flexbox with align-content middle? [21:35:23] Or maybe its align-items [21:35:29] Or even justify-content lol [21:35:37] I forget which puts things on the same line [22:22:03] is there a way to filter for pages which are not protected? [23:56:31] screwed up permissions [23:56:56] can a steward help me