[04:22:10] [1/5] Miraheze's servers are failing the TLS handshake during both `curl -L -I -vvvvv --tlsv1.2 --no-sessionid --no-alpn --no-npn --no-tls-earlydata "https://wiki.b3313.org/"` and the same with `--tlsv1.3`. (Removing any of the TLS parameters doesn't change the behavior; I chose these to simplify diagnosis.) Attached is a Wireshark dump of the former against https://wiki.b3313.org/ and the [04:22:10] [2/5] n https://b3313.miraheze.org/ (which gets a valid TLS connection going, redirects to wiki.b3313.org, and fails again), and a screenshot of a diff of Wireshark's tree items for packet \#23 (`Client Hello (SNI=b3313.miraheze.org)`) to for packet \#53 (`Client Hello (SNI=wiki.b3313.org)`), which shows only differences in the normal random values and the server name field, as far as I can [04:22:11] [3/5] tell. I've reproduced this behavior with Firefox on my local box, curl on my local box, curl on a Hetzner VPS (eu-central, nbg1-dc3), and curl on my [SDF]() shell account. I didn't find any existing reports about this specific issue. [04:22:11] [4/5] https://cdn.discordapp.com/attachments/407537962553966603/1485493837593051226/b3313-tls-handshake-failure.pcapng?ex=69c21172&is=69c0bff2&hm=99a0d1e5692f1a86fe6d4b1ed14a778383ade1f7baaa1b06c673ce9e3dc09094& [04:22:11] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1485493838125596742/Screenshot_20260322_210345.png?ex=69c21172&is=69c0bff2&hm=d0eafa465ee7cdd4f7d42ccdbddd101990ef035e024761abb36b8b6f8414cede& [04:29:53] [1/7] why are you CNAME'd to mw-lb instead of cf-lb [04:29:54] [2/7] ``` [04:29:54] [3/7] ;; ANSWER SECTION: [04:29:54] [4/7] wiki.b3313.org. 180 IN CNAME mw-lb.miraheze.org. [04:29:55] [5/7] mw-lb.miraheze.org. 180 IN A 104.18.6.190 [04:29:55] [6/7] mw-lb.miraheze.org. 180 IN A 104.18.7.190 [04:29:55] [7/7] ``` [04:30:39] probably why cloudflare is failing to validate your custom domain at the moment, which is the most likely failurepoint [04:35:31] I never heard to change it and my research about that just earlier didn't pull up anything that said migrating from `mw-lb` to `cf-lb` was required or recommended [04:37:19] hm [04:38:17] This custom domain has been working fine to my knowledge at least until 2026-03-05 [04:40:46] if the recommendation is to migrate to `CNAME cf-lb.miraheze.org`, we can do so [04:41:03] unfortunately that's about as far as my knowledge goes on this matter so i recommend opening a ticket on [[Phorge]] [04:41:04] [04:41:14] will do [04:41:59] no harm in trying my simpleton theory [04:42:48] if `mw-lb.@` is properly broken for custom domains it'd be good to announce that [04:43:15] guess we'll have confirmation if it fixes it for you [04:47:38] mw-lb should just point to cf-lb but I'm wondering if that extra layer does something funky (read as: i have no idea whats going on) [05:05:06] https://issue-tracker.miraheze.org/T15120 [05:15:30] is anyone around for a bit of html/css advice o/ im trying to make a flexbox gallery but its not going well [05:23:23] Depends on what you want it to look like. There are some examples on https://meta.miraheze.org/wiki/Help:How_to_make_my_wiki_mobile-friendly#Flex [05:23:28] i' [05:23:37] You can also use a grid which in some cases work better than flex. [05:23:42] i'm not worried about making it mobile friendly yet i'm just worried about getting it coded [05:23:51] grid relies on images to be exact sizes, no? [05:23:56] hold on. let me show you want i want vs what i have [05:24:15] There's also https://strinova.org/wiki/User:PetraMagna/Flex_demo which is for images that are not evenly sized. [05:24:32] well [05:24:37] that's easy obtainable with flex-grow [05:24:37] BUT [05:24:51] [1/2] this is what i have rn. two flexboxes that are the same height despite having content with different heights [05:24:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485509612009689220/image.png?ex=69c22022&is=69c0cea2&hm=593a4e84910429ba0864cf9161f91d28eb381f88a5a33e203e54ab8942937618& [05:24:55] [1/2] iii. want something like this [05:24:55] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485509628572995634/276d0a9d3cc625bc21516e4c1ac28146d438ae2d_2_1024x500.png?ex=69c22026&is=69c0cea6&hm=096c2a20a4284799393366447a96f08d7a024fc0504739f51a894a9028febf69& [05:25:04] the html/css is very basic but i can send it [05:25:35] it [05:25:46] oh my god i keep hitting enter way too early. here [05:26:50] [1/2] If you set the direction of the flex box to vertical you'll get something like what you have in the picture? [05:26:50] [2/2] If you want a robust solution it'll be a lot more complicated though. [05:27:28] ideally i want a gallery like what pinterest has where each image fits nicely with one another regardless of size [05:32:34] AH WAIT I THINK I'VE FIGURED IT OUT MAYBE [05:38:03] [1/2] almost [05:38:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485512934951092345/image.png?ex=69c2233b&is=69c0d1bb&hm=69464f162ea6dfb4aaf645956d130c168e2ac75d4f6691860bcf4f524f5f1d7a& [06:00:40] oh my god im. really stupid right now how would i make a template for this :pensivesob: [06:01:08] to where it can be just one image or it can be like 83947934 [06:10:49] Do you want to setup tabs, so that you have buttons you can press to swap which images are shown? Or are you looking for a gallery view that condenses the images into one location, but allows you to bring up an enlarged copy of the image? [06:11:21] Omg sis if u manage to figure this out do lmk I been trying to do this [06:11:59] an enlarged version of the image would be nice but that's not what im asking :pensivesob: i have no idea how to make a template that is literally just a box. and then. you can call on template2 to add an image and then you can keep calling on it to do multiple images [06:13:14] @ascendedone ^ forgot to reply [06:14:22] Would you want something like this but for images? Tabs that you can click on to swap which image is being shown? [06:14:29] https://cdn.discordapp.com/attachments/407537962553966603/1485522104194568293/image.png?ex=69c22bc5&is=69c0da45&hm=b6013b1357d17414d63d52fe0c401d3fa446da411a6baf174ef13eabad8d3a4e& [06:14:41] n. no. that is not what im asking. [06:15:29] Are looking for some good template for a gallery view of images? Or something else? [06:15:33] brother [06:15:37] . [06:16:08] I'm trying to figure out how to turn what i coded into a template 😭 [06:16:13] [1/6] {{Template1 [06:16:13] [2/6] | 1 = [06:16:13] [3/6] {{Template2|...}} [06:16:14] [4/6] {{Template2|...}} [06:16:14] [5/6] {{Template2|...}} [06:16:14] [6/6] }} [06:16:32] Ah okay. Have you created a template page? [06:16:35] Template 1 is just `
{{{ 1 | }}} /div` [06:16:36] i think they talking about how to make their masonry layout a template [06:16:39] :stress: [06:16:48] -# am i miscommunicating something [06:16:54] [1/2] like this [06:16:54] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485522710699180142/image0.png?ex=69c22c55&is=69c0dad5&hm=60a33e9b04b653c8940368dee0d69688453d5a6bbb31a71b9bf7d5af7f14a19a& [06:16:58] Yeah, sorry I missed a portion of the conversation. [06:19:49] what would template two look like? would it look the same but be `{{{ 2 | }}}` instead? [06:20:23] [1/2] Would it help if you had an example of a template? [06:20:23] [2/2] Heres one of mine if you just want the syntax for it. I believe it needs to be on a "template:" page [06:20:25] https://forestrike.miraheze.org/wiki/Template:GuideInfo?action=edit [06:20:35] Depends on what the HTML structure looks like for each individual image. [06:20:47] its literally just a
with an ID on it [06:21:11] its literally `
(image goes here) /div` [06:21:18] everything else is on the css [06:21:34] Why don't you link to your template? [06:21:45] because there IS no template because i dont know how to make it [06:21:52] which. is why im here [06:22:00] Create a template page then? [06:22:01] Then it's just `
[[File:{{{2|}}}|200px]]/div` [06:22:15] Something like that. You probably want to quote it and all. [06:23:54] Sounds like you need https://www.mediawiki.org/wiki/Help:Templates, though TBH it is written more like a reference manual than a guide. [06:24:16] yeah probably thank you 😭 i don't know how i've gotten so far [06:24:32] i've made templates but its legitimately been months [06:25:46] oh does #css not work on templates [06:26:00] templatestyles is easy it was just a temporary lol [06:35:31] @posix_memalign I AM ON MY KNEES KISSING YOUR FEET THANK YOU [06:36:29] wait [06:37:02] [1/2] nooo 😭 [06:37:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485527779079491584/image.png?ex=69c2310e&is=69c0df8e&hm=ff02573d11bded74ecb84d4186c82befb9481d2bce6fe214bbf8b9b7d75bd335& [06:37:25] oh its just bc there was a line break [06:37:31] god damnit :wensive: oh well [06:39:48] YAYAYAY IT WORKS THANK YOU!!!! <333 [06:41:49] Congrats! If you have empty lines on pages like https://acosaa.miraheze.org/wiki/Template:CharGallerySub it'll result in extra `

` tags. [06:43:44] ohhhh thank you so much 🙇 [06:45:36] OK YAYAYAY ITS ALL FIXED THANK YOUUUU <333 [06:50:41] the closest you can get is manually sizing each container using css grid . I'm just using CSS columns . it achieves the pinterest-esque style i was going for [06:51:18] i thougbt u could do display grid-lanes [06:51:41] i have no idea [07:27:47] There's also https://github.com/desandro/masonry if you're fine with a bit of delay. [07:29:42] i appreciate it but i think i've got it figured out :) this is good for the time being [07:29:51] oooh wait [07:30:53] im not sure how this would work with a template like what i have [07:34:01] but i think this would be what @whostacking was looking for [07:40:30] oh no [07:40:44] oh no oh no this is not the time to want to restyle the wiki's entire skin [07:45:31] Usually templates are responsible for producing HTML that the JS expects. If the JS expects raw HTML elements that will get filtered by the parser you'd need to use JS to create raw HTML. [07:49:56] I fear for my sanity [07:50:03] I may or may not want to change the wiki skin... [08:33:52] [1/2] is there a way to move these [08:33:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485557179082739712/image.png?ex=69c24c6f&is=69c0faef&hm=e0b4c1c84bd72b4fbc1228c6a081940514470f90c2f5317b747a36fedac77e0e& [08:52:09] With JavaScript (and a bit of CSS) you can. It's done on https://pizzatower.wiki/ for example. [08:52:30] coolio i'll look into it thanks [08:54:18] actually it looks like it's entirely with css [09:01:58] This uses the timeless skin, I believe? The mediawiki article for timeless has an example of css code to move the right sidebar to the left. https://www.mediawiki.org/wiki/Skin:Timeless#One-sided_navigation_menu [09:04:58] bless [09:05:15] thats good cuz im on timeless LOL [09:10:57] Oh that is very nice then. Won't cause any FOUC. [09:11:17] im just trying to figure out why ?debug=2 doesn't want to work [10:47:42] this looks amazing [11:20:29] [1/2] this sounds like you want CSS masonry layout https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Grid_layout/Masonry_layout [11:20:29] [2/2] Although reading that page seems like it's not got widespread support [11:22:04] Isn't this just a flex into rows? 🧐 Or am I missing something obvious [11:23:58] [1/2] after reading the whole thread looks like they got it [11:23:58] [2/2] Thing about flex is that all the items need to be the same in one dimension as far as I'm aware, i.e. if flex-direction is row then all items in a row will be the same height [11:25:03] but if you use CSS columns alongside the flexboxes it works fine seemingly? [11:25:16] Yes [11:25:37] This was definitely designed by someone who thinks using JS as a backend language is a good idea [12:49:56] [1/2] any idea how to get this shortcut text in citizen's sidebar [12:49:56] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485621620423786617/image_2026-03-23_084933245.png?ex=69c28873&is=69c136f3&hm=c6f9fa3ac47e7aa9ae0af5f455182da68c0e8d637fc8d654f77bb1d26c6d705a& [13:13:43] I think it gets done by javascript based on the `accesskey` [14:09:10] I just whacked css columns on it and called it a day [14:10:14] Hey um is the css broken for anyone else .. ? [14:14:15] I only see default timeless and in-line styling, yeah [14:18:13] Uhhhhhhhh oh god [14:19:11] Any help I could get 😭? [16:06:21] seems quieeeeeeeeeeeeeeet [16:08:07] is it just me or is cargo always just weird [16:08:26] yeah [16:08:33] I havent messed with it yet [16:08:52] i want to bite it legit [16:08:57] oh my god [16:09:05] i recreate the tables and leave it for 2 days [16:09:18] and yet the replacement table doesn't match with the original table [16:09:19] rahh [16:09:23] 😭 [16:10:19] let's hope Bucket doesn't have the same issues (when they finally merge Random's patch) [16:10:34] what [16:10:39] oh [16:10:54] well still i do not know how to fully recreate the damn table [16:11:52] idk what cargo even is but I still hear people being confused over it alot [16:12:24] how do you even do this mirahezerelay thing [16:12:50] what is Bucket [16:13:01] WeirdGloop's own extension [16:13:07] what does it do [16:13:24] i assume its not their own anymore if its being talked abt here [16:13:39] I'm pretty you're missing a closing curly brace `}`. Try adding one right after the code from Inkipedia. [16:14:00] y0u uhhhhh [16:14:01] https://meta.miraheze.org/wiki/User:TheWWRNerdGuy/sandbox2 contains a current draft to put onto [[help:structured data]] [16:14:01] [16:15:09] why does this thing look so scary [16:15:13] haha [16:15:48] Wild yeah that fixed it thanks. I have a hard time with the brackets [16:16:03] mwahh hah hh [16:16:59] damn [16:17:09] crystal left [16:18:49] oh i see, very interesting thanks [16:19:47] what do i do now [16:20:34] yeah what do I do now [16:26:04] okay i talk to myself [16:26:09] yo wsg [16:26:13] jk [17:02:06] [1/2] oh no :wensive: [17:02:07] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485685083238170714/image.png?ex=69c2c38e&is=69c1720e&hm=a589e1fc0d167954af41b9c66c9d6f5f10220e561c69d818ee5901f65cddaa68& [17:02:13] cloudflare... [17:02:26] oh it seems fine now [17:02:31] lmao i just spent like 5 mins [17:02:38] huh [17:13:58] me too 🗣️ [17:14:05] ah it's back [17:14:59] j [17:36:10] dark magic [17:36:23] crazy [17:36:30] 🤫 [17:36:47] but i do know how to perform dark magic [17:36:55] Shit. [17:36:56] i just had this [17:37:14] oh come on don't say curse words [17:37:20] it's not positive :( [17:37:33] omg it appears as an emoji on my side :sob: [17:37:52] um.. um... dang... [17:38:03] yay [17:38:05] :) [17:38:18] no the joke is that its supposed to be offensive [17:41:26] ;) [17:41:30] ;O [17:41:32] :O [17:41:44] >:) [17:41:50] >:} [17:41:56] >:| [17:41:58] :| [17:42:01] :0 [17:42:18] Explode [17:42:23] >:( [17:42:28] >:( [17:43:09] uno reverse [17:43:22] domain expansion [17:43:34] swap of serenity [17:44:41] uhh uhh shadow clone jutsu [17:44:44] bro what the hell [17:44:54] what the hell is going on :sob: [17:45:11] damn why does crystal keep leaving [17:55:40] Sigh. So, how goes Miraheze? [17:56:59] <.lordkelsier> [1/2] Hellooo, what are usually the most common causes from this happening to the Logo? [17:56:59] <.lordkelsier> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485698892233179246/image.png?ex=69c2d06a&is=69c17eea&hm=1c1044aeec91f6ce1008ce753acac5695d50552079ec9f718c2e1de072954184& [18:04:10] picture not found perhaps? [18:04:24] wait i have discord what am i doing [18:04:45] sometimes the browser doesn't load the image properly [18:05:00] prob picture not found or just a classic page refresh will do [18:05:40] browser just not loading img properly. refresh should fix it [18:06:52] <.lordkelsier> Refreshing didn't help, clearing cache didn't either, and it's been like that for days, with multiple different images attempted [18:11:10] hey yall [18:11:12] i need help [18:11:22] how do i make my singles template not show a chronology if there's not an album linked [18:11:53] https://cdn.discordapp.com/attachments/407537962553966603/1485702643568349204/infoboxsingle2.txt?ex=69c2d3e9&is=69c18269&hm=738e494ed24d151d23d61b4780d213c8dbbb47b2db8be4937e0fe1bcf33e38aa& [18:20:12] https://tenor.com/view/markiplier-burning-robert-helpmann-markiplier-getting-over-it-rage-gif-1734552878806861009 [18:20:57] hi [18:21:19] Markiplier burning Robert Helpmann Markiplier getting over it rage gif? [18:34:51] [1/2] hey guyz how to remove this thing (the main page and discussion buttons) [18:34:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485708423684427846/image.png?ex=69c2d94b&is=69c187cb&hm=2e2739a16eceeec9f64be6412cc7f472d98ade184f43b008b1caf49c15e3aa37& [18:35:08] css display:none them out [18:35:40] oka [18:37:28] use inspect element to find the classes [18:37:38] and then display:none; or visibility:hidden; [18:37:51] 🙏 [18:39:44] hello [18:47:50] the tf do i add a tooltip to an image... :pensivesob: [18:53:29] [1/2] just add a caption: [18:53:30] [2/2] `[[File:example.jpg|caption]]` [18:54:10] is it caption= or do i just replace caption with the text [18:54:18] replace [18:55:01] btw you can always test things out on [[Special:ExpandTemplates\]] first [18:56:17] oh... oh my god.... what... [18:56:55] i've been copy pasting it into my sandbox [18:59:03] you'll get the hang of it [18:59:22] omg 😭 every day i learn something new and i've had this wiki for over a year [18:59:50] better to start learning later than never learn at all [19:00:33] ur so right [19:00:48] for ExpandTemplates do I just throw in what i wanna edit and it just expands it all [19:02:25] it's like a sandbox, yeah. it doesn't save your history tho [19:02:38] ooohhh [19:02:44] oh this is such a game changer THANK YOU [19:04:18] ah you can't edit the output to preview it though bummer [19:13:50] this.. does not work actually [19:16:25] [1/2] works here [19:16:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485718883372634162/image_2026-03-24_021621272.png?ex=69c2e309&is=69c19189&hm=e95f5b269bdf037a020ea27e1c8b96908de5f47aa206fde612633e590f880917& [19:16:53] erm [19:17:44] yeah no [19:18:35] oh wait [19:19:15] firefox is just weird [19:19:18] okay yes it works [19:54:22] [1/2] guys i cannot find citizen am i doing something wrong? [19:54:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485728432498147388/image.png?ex=69c2ebed&is=69c19a6d&hm=01669b8bf05949f5a2068bbae3bb5b357da968dddef588dec884cba45775b285& [19:56:28] <_arawynn> you might have to add it to the skins available to your wiki [19:56:47] Oh ok [19:57:53] yay [20:27:40] <.uraza> Any good advice on how to make friends and how to not forget to talk to them ? ;-; [20:41:29] [1/2] https://cdn.discordapp.com/attachments/407537962553966603/1485740289015550075/image.png?ex=69c2f6f8&is=69c1a578&hm=939033e52d20def89de35e533413c084eb34e3a392ccff9c41092cee041525fe& [20:41:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485740289393164560/image.png?ex=69c2f6f8&is=69c1a578&hm=1686107c6841bd45ed96e884fb2871fe0731ef172b95f5f40540f5ad4d6eebd3& [20:41:39] The Famepedia guy found our community wiki [20:42:19] has anyone else had this happen to them? [20:48:26] How would you set it up so that links lead to specific entries on a table within a page? [21:00:30] [1/3] In your table, set a row ID, then in your hyperlink to the page, include it after a hash [21:00:30] [2/3] So with this syntax, assuming this row "Verdant Fields" is on a page named "Habitats," your link would be `[[Habitats#Verdant_Fields]]` [21:00:30] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1485745073445670993/Screenshot_20260323_165659_Kiwi_Browser.jpg?ex=69c2fb6d&is=69c1a9ed&hm=89d0bb717bb51106c4ffbb1837cf0194cf8abcc1bf6075be16d2832d1824e3c1& [21:03:29] [1/3] how can I get the width of my wikis paegs to what battle cats did? [21:03:30] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1485745827832922142/image.png?ex=69c2fc21&is=69c1aaa1&hm=f5272473dc0dda23e43187e348e1057294f2ffde72c70c2518fa56c64d16b12f& [21:03:30] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1485745828344758412/image.png?ex=69c2fc21&is=69c1aaa1&hm=bd23e5973596d594f645cc554c79e9c8ce19b2a75d7f54aa3cef07a15ae39710& [21:18:08] I love how ever since WikiMedia Foundation created Vector 2022, you can expect to see variables of it on skins that do not support variables [22:00:59] [1/2] https://ronanjeanpaul.miraheze.org/wiki/roro68210 [22:00:59] [2/2] my fave article i've ever written (it's the second one) [22:32:03] me when.. me when js doesn't work like its supposed to.. [22:32:22] bootstrap why must you do this to me [22:32:48] does js register quicker than css does [22:40:39] [1/2] like it literally is not working i will cry LMAO [22:40:39] [2/2] / [22:40:57] Alas no, feel ya on that second part, I know a lot of cool people I just do t chat with for lack of a good reason to reach out and text. But these are not things with easy answers :p [22:41:55] <.uraza, replying to pixldev> Yeah ik I asked more as a joke that could get good answers ^^ [22:42:15] <.uraza> Bc actually the friends supposed to help me with my wiki don't do anything [22:42:20] <.uraza> ;-; [22:42:22] Ah [22:42:40] start turning it into their special interests thats how i roped my gf into it [22:42:48] LMAO [22:43:31] oh my god what im i doing wrong with this js [22:45:10] [1/2] 🫠 [22:45:11] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485771418535985273/image.png?ex=69c313f6&is=69c1c276&hm=faad50836c3c604f3384e654dca4ca8a66dced4fddeabdd060eff730b8d1f008& [22:45:47] <.uraza> Idk I'm a noob in js ;-; [22:46:06] <.uraza, replying to nyxxed> Good idea [22:46:08] <.uraza> Will try [22:46:23] because for some reason i can't style the tooltips with css [22:51:47] haha you put a space at the start of the line mediawiki will crucify you [22:52:31] well I mean if you "asked as a joke" then I'd say lock em in your basement, that way it's impossible to forget because of all their screams [22:52:42] no it doesn't work regardless of formatting :( [22:53:02] [1/2] this is how it renders on one line [22:53:02] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1485773396699517009/image.png?ex=69c315ce&is=69c1c44e&hm=0472d3962b698aa070f77043516a8bfd2c9a4de86de86dd9ba823ff6e57759d9& [22:53:25] oh yeah button doesn't work [22:53:28] . [22:53:32] :( [22:53:37] how do i edit tooltips then auuguh [22:53:40] change it to a div ig [22:54:03] hm [22:54:18] the tooltip doesn't work [22:54:54] is there a way to edit default tooltips [22:55:57] <.uraza, replying to thewwrnerdguy> No I already do that and they give up screaming all time after 2-3h and stop screaming at all after 6months [22:56:01] <.uraza> Approximatly [22:56:16] 😟 [22:59:13] <.uraza> a:patpat: [22:59:21] <.uraza> Dw I give them plushes [23:01:16] im still going insane over tooltips [23:01:19] HOW DO I EDIT THEM [23:01:25] i dont want them to look like that [23:04:45] girl have u considered floatingui or simpletooltip extension [23:07:21] so true 😭 [23:08:47] i. yknow actually i did consider simple tooltip but i couldn't get it to work so maybe I'll look into that again [23:11:36] hmm I think you need a visit to my basement it's always lively there. I'll let stay as long as you want, maybe even longer [23:13:29] <.uraza, replying to thewwrnerdguy> Fine for me you pay the taxi ? [23:14:42] yeah, I'll invite the taxi driver inside as well! [23:16:34] hello. We have a new domain. We want to apply the domain and the miraheze.org to redirect to the domain. What I have to do, or read to do this? Thank you [23:16:47] [[custom domains]] [23:16:47] [[help:custom domains]]? [23:16:48] [23:16:48] [23:23:24] how do i do this without having a THIRD nested template 😭 because oh my lord [23:23:59] ? [23:24:03] so [23:24:38] wait i may have figured out formatting [23:24:50] https://www.mediawiki.org/wiki/Extension:SimpleTooltip [23:27:57] yeah i know i just [23:28:02] ugh [23:28:59] i need actual help for some reason but this is the template page and I'm legitimately just trying to get a css tooltip that pops up over the image😭 (or also known as {{CharGallerySub}} [23:29:00] [23:29:10] oops