[00:08:19] Never mind everything is working now [00:48:16] [1/2] Apparently fandom discord exists but only has 2k/16k online, [00:48:17] [2/2] Miraheze has 1.6k/7k online [01:54:41] Fandom discord made me feel weirdly uncomfortable. No way the median user age there is above 12 [01:55:18] Mmmmmmmm [01:55:35] I don't know if I'd say that. But it depends a lot on how you count [01:55:39] And I can udnerstand yeah [01:56:40] It was hyperbole a bit but yeah I felt like I was in the top percentage of old people and I was only around 24 when I joined [01:57:35] I have quite nice conversations with the regulars/FANDOM Stars and Mods there tbh [02:11:38] Hm, happy for you then [03:20:37] How have they not lost more members though [03:23:45] I guess the average age means that they are too scared to go to new wikis [03:46:11] [1/2] hi, i wanted to ask how do you make certain people have a unique username across the entire wiki? like how it's done here, is it through an extension or css? (hi bee) [03:46:11] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376406035383976068/Screenshot_2025-05-25_at_8.45.49_PM.png?ex=68353583&is=6833e403&hm=8fd96e40f0c6126c195cf3eba8dc716ac472dea7af3b7357d51468fc2bf23c54& [03:59:47] why it xraxks when I import xml file within 2 MB size [04:09:38] Ninji did that via CSS [04:13:22] Hi, so our wiki recently migrated from Fandom to Miraheze, and my friend's Miraheze account username is different than their Fandom's. Is there a way to associate their old edits to their Miraheze account? [04:14:40] Believe so but requires our staff to do it(@rhinosf1 can confirm but believe we can do this on Phorge?) [04:23:21] yeah, it's a maint script [04:24:57] Special:Import is easily overloaded :p [04:25:03] try [[m:Special:RequestImport]] [04:25:04] [04:25:26] OK, thanks! I'll let them know to open a Phorge task then. [04:34:47] ohh, i see, do you know how to replicate it then? [04:34:59] let me find the CSS line [04:35:09] the selector is real simpler [04:35:24] thank you [04:37:29] [1/53] ```css [04:37:29] [2/53] #mw-content a[href="/User:BanicAttack"], [04:37:30] [3/53] #mw-content a[href="/User:Chickenforlife911"], [04:37:30] [4/53] #mw-content a[href="/User:Cometshift"], [04:37:30] [5/53] #mw-content a[href="/User:Huzzbub"], [04:37:31] [6/53] #mw-content a[href="/User:Oofgod"], [04:37:31] [7/53] #mw-content a[href="/User:SpidersEverywhereAHH"], [04:37:31] [8/53] #mw-content a[href="/User:Vignafumo"] { [04:37:31] [9/53] color:var(--main-white); [04:37:32] [10/53] font-family:"Gotham"; [04:37:32] [11/53] font-weight:bold; [04:37:32] [12/53] text-transform:uppercase; [04:37:33] [13/53] text-shadow:2px 2px 0 #000,-2px 2px 0 #000,-2px -2px 0 #000,2px -2px 0 #000 [04:37:33] [14/53] } [04:37:34] [15/53] #mw-content a[href="/User:Sillyvizion"] { [04:37:35] [16/53] color:#B03FFF [04:37:35] [17/53] } [04:37:36] [18/53] #mw-content a[href="/User:Beefore"] { [04:37:36] [19/53] color:#da9ffd [04:37:37] [20/53] } [04:37:37] [21/53] #mw-content a[href="/User:Kaffi"] { [04:37:38] [22/53] color:#62d129 [04:37:38] [23/53] } [04:37:39] [24/53] #mw-content a[href="/User:Pumpkinsnuffle"] { [04:37:39] [25/53] color:#f1823e [04:37:40] [26/53] } [04:37:40] [27/53] #mw-content a[href="/User:Tart"] { [04:37:40] [28/53] color:#133fd1 [04:37:41] [29/53] } [04:37:42] [30/53] #mw-content a[href="/User:TransfemIcedagger"] { [04:37:42] [31/53] color:#40d9f9 [04:37:42] [32/53] } [04:37:43] [33/53] #mw-content a[href="/User:Sillyvizion"]:not(#mw-page-header-links a):after { [04:37:43] [34/53] content:""; [04:37:44] [35/53] display:inline-block; [04:37:45] [36/53] background-image:url(https://static.miraheze.org/phightingwiki/6/6c/Soda_Mini_Ban_Hammer.png); [04:37:45] [37/53] background-repeat:no-repeat; [04:37:45] [38/53] background-size:100%; [04:37:46] [39/53] height:29px; [04:37:46] [40/53] width:20px; [04:37:47] [41/53] margin-left:3px [04:37:48] [42/53] } [04:37:48] [43/53] #mw-content a[href="/User:Beefore"]:not(#mw-page-header-links a):after { [04:37:49] [44/53] content:""; [04:37:49] [45/53] display:inline-block; [04:37:50] [46/53] background-image:url(https://static.miraheze.org/phightingwiki/f/f0/Soda_Mini_Vine_Staff.png); [04:37:50] [47/53] background-repeat:no-repeat; [04:37:51] [48/53] background-size:100%; [04:37:51] [49/53] height:33px; [04:37:52] [50/53] width:23px; [04:37:52] [51/53] margin-left:3px; [04:37:52] [52/53] margin-bottom:-5px [04:37:53] [53/53] }``` [04:38:18] thank you pix :ponsuke: [04:38:36] I would just ask you to talk to @tedkalashnikov before copying these, since I believe she likes to just know/get attribution when people use PHIGHTING CSS 🙂 [04:39:11] alright :ponsuke: thank you!! [04:39:38] i thought it was through a extension at first LOL [04:39:48] Fair lol [04:40:07] I have a similar piece of CSS on my personal on my old minecraft datapack wiki [04:40:49] ooo lala [04:41:17] it looked ass lmfao [04:41:22] like most things on that wiki [04:41:32] it was the starting point for me on Miraheze [04:41:45] which means im at liberty to tear it to verbal pieces [04:42:32] https://cdn.discordapp.com/attachments/407537962553966603/1376420216442978354/kobeni-cat-images-i-found-v0-nys8pyls0e0b1.png?ex=683542b8&is=6833f138&hm=f8b126a628ab2840f73dbd91d8de9f66a455660040fe2a3ae78b5749230e0cdf& [04:42:54] we all start from somewhere 😭 its ok [04:43:10] Yup [04:43:57] https://tenor.com/view/baby-seal-sad-cry-meme-seal-gif-19608082 [04:51:31] I wrote [a script](https://github.com/lihaohong6/Miraheze/blob/master/import_sharder.py) that splits a xml file into chunks of less than 2MB and then automatically imports the chunks one-by-one. It works on my local machine but I can't promise it'll work for you. [06:40:22] [1/2] I'm doing stuff with the displayname magic word but there's a little text saying the page's original name and I was wondering if it's possible to remove it. [06:40:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376449868872155276/image.png?ex=68355e55&is=68340cd5&hm=0263444e26ae4f92195c689e6993b29d6e535808403a7d312688f86d454ae37a& [09:20:50] [1/2] im not comfortable with people lifting my css line for line (so please dont provide it like this), my advice for @koskirm is to read up on attribute selectors and the rest is relatively simple: [09:20:50] [2/2] https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors [09:21:13] im happy to help otherwise just not copy paste 😅 [11:07:04] <0phiuchus.> https://cdn.discordapp.com/attachments/407537962553966603/1376516986368032861/Screenshot_2025-05-24_185707.png?ex=68359cd7&is=68344b57&hm=ee1922b8a1ee1d94278a5917b9162507815673c91ac5adb276a518c9cbd51732& [11:07:18] <0phiuchus.> Are many VPNs blocked from accessing Miraheze wikis? [11:07:38] @0phiuchus. Can you copy your ip to here [11:07:43] <0phiuchus.> One of our users is having this issue while using NordVPN [11:07:52] I'm mobile so I don't wanna type it out manually [11:07:58] <0phiuchus.> Ah it’s not myself having the issue sorry. [11:08:06] <0phiuchus.> Just a general enquiry [11:08:14] I can't see the screenshot and type it out on mobile [11:08:29] So can you please type the ip into plain text [11:08:37] So I can press on the message and click copy [11:10:48] Is there a way to download all the multimedia files present on a particular fandom wiki into a single zip file [11:11:43] "Your IP is 216.183.125.48 and request ID is 945062628da87b1b" [11:12:42] Open a support thread ping Digital or Pix to run their bot [11:13:02] Thanks @carolinia_right [11:15:41] @carolinia_right @0phiuchus.: the provider being used in the screenshot was blocked in February 2025 for malicious traffic patterns [11:16:06] that sounds serious [11:18:32] I can probably turn it down to a captcha as I don't see anything still ongoing [11:19:30] I downgraded it to a challenge [11:19:42] So you'll probably see a lot of captchas and maybe broken images [11:19:51] <0phiuchus.> Sorry, thanks for doing that for me, I got called away [11:19:51] But it should let you access [11:20:10] <0phiuchus.> I appreciate it 👍 [11:22:08] We don't normally block read traffic but VPNs are much more prone to defensive measures being taken because of other people using the VPN [11:23:21] <0phiuchus.> Once again top-notch support from the Miraheze team 😊 [11:26:20] On at least some occasions we know what we're doing [11:33:06] specifically some xD [11:33:36] <0phiuchus.> I’ve yet to be disappointed, and we’ve been with you well over a year now :) [11:33:49] you're welcome ^_^ [12:08:51] But at least, when you don't know, you are also open about it, unlike many companies [12:10:13] [1/2] easy to admit it as volunteers [12:10:13] [2/2] now imagine if a paid employee did tht [12:11:30] It would make that employee far more trustworthy, volunteer, paid employed, or not at all affiliated, all are humans, in the end [12:13:06] [1/2] i absolutely agree [12:13:06] [2/2] others may not and certainly not the employer who has business interests to keep in mind [12:14:13] if it was like that then there probably wouldn't be any PR teams tbh [12:47:12] we should have this on all our servers [12:47:13] https://catgirl.center/files/webpublic-9d7c8e0e-c43a-49e6-8205-11645700ae12 [12:48:10] no worries, sorry if i was short at all i had just woken up LOL. but you can ping me, ill do my best to help [12:48:18] <90gq29> does replacetext work with images [12:48:36] like file description pages? [12:48:47] <90gq29> like the images themselves [12:48:57] wdym? how exactly? [12:49:35] <90gq29> so lets say i had a logo for miraheze called miraheze.png, and then miraheze made a new logo and i uploaded that as miraheze2.png [12:49:55] <90gq29> could i just type "miraheze.png" into replacetext and replace it as "miraheze2.png" [12:50:15] if debian is lesbian what does that make ubuntu [12:50:33] ah, the title [12:50:48] I always get bear vibes from Ubuntu [12:50:51] i haven't tested or confirmed it, but i don't see why not? [12:51:30] https://uwuntuos.site/wp-content/uploads/2022/06/uwuntu-logo.webp [12:51:51] sorry Amelia, it's actually a femboy,,,, [12:51:53] <90gq29, replying to BlankEclair> ill try it then [12:52:19] <90gq29> things done with replacetext can be rolled back by just running it again right? [12:55:45] Also joke woke up lmao, I went to sleep closer to like 2 AM 😅 [12:56:25] NO ACTUALLY I WAS TALKING TO SOMEONE IN DMS YESTERDAY AND SAID DEBIAN MAINTAINER AND THEY SAID THEY READ LESBIAN [12:57:25] [1/2] lesbian maintainer 😎 [12:57:25] [2/2] sick ass job title [12:57:29] can I have it [12:58:30] you can maintain me- [12:58:37] woa [12:58:38] Honestly we should have someone whose job is to make sure @blankeclair and @cosmicalpha both eat and sleep [12:58:42] new april fools rfc: update all our servers to UwUntu [12:58:58] the sleeping part has been fine ever since i accidentally made sleeping feminine [12:59:07] i think i was just assigned to do that for Claire [12:59:07] like i've always went to sleep at midnight [12:59:09] ????? [12:59:20] You have being doing better ye [12:59:25] [1/2] hello, im very new to miraheze and css, but how would i change the nav bar to be fully black with white text for everyone previewing the wiki? [12:59:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376545260678807634/Screenshot_2025-05-26_at_8.58.40_pm.png?ex=6835b72d&is=683465ad&hm=67cb469057dc042ab72ad022db3a6137e47e93832fee35fdaa3efbbb155662e3& [12:59:31] I don't think I've told you to go fucking sleep for a bit [12:59:34] does this make me a mh volunteer now [12:59:35] previewing the wiki? [12:59:43] soz idk how to word it [12:59:45] just on the wiki [12:59:46] Ye [12:59:57] sweet [12:59:57] viewing the wiki in general? [13:00:00] ya [13:00:11] what skin? [13:00:17] timeless [13:01:44] [1/9] ```css [13:01:44] [2/9] .sidebar-chunk { [13:01:45] [3/9] background-color: black !important; [13:01:45] [4/9] color: white; [13:01:45] [5/9] } [13:01:46] [6/9] .sidebar-chunk a { [13:01:46] [7/9] color: white; [13:01:46] [8/9] } [13:01:47] [9/9] ``` [13:01:54] affects both left and right [13:01:58] lmk if you want left only [13:03:06] oke thank u [13:03:20] oh ya how do i change the page color [13:03:28] of every page [13:04:00] as in the main contents/body? [13:04:53] ya [13:06:21] [1/7] ```css [13:06:21] [2/7] #mw-content { [13:06:22] [3/7] background-color: black; [13:06:22] [4/7] color: white; [13:06:22] [5/7] } [13:06:22] [6/7] ``` [13:06:23] [7/7] https://cdn.discordapp.com/attachments/407537962553966603/1376547003550662676/1748264779696.png?ex=6835b8cc&is=6834674c&hm=d1fbd38f16b78556c7f5d45a435ed59c5e154e4a7a78e47b6359effa301609c9& [13:06:50] would i put that in timeless.css? [13:07:02] yeah [13:56:51] [1/2] Hello. Just got my new wiki started. [13:56:51] [2/2] But how would I import from IIWiki (mainly articles, templates, and files) [13:58:23] Hello? [14:05:09] Hello everyone [14:06:13] Huh, so @MirahezeRelay is connected to the IRC feed [14:06:17] good to know [14:06:33] But I kind of still need answers to my queries [14:11:35] What do you mean by IIWiki [14:15:04] [[Moving a wiki to Miraheze]] [14:15:05] [14:38:37] My XML file from IIWiki is too large, so I requested it on the import requests tab @theoneandonlylegroom [14:39:03] Also, do I have to upload images from MediaWiki separately onto my wiki or is that not needed [14:41:10] [1/3] what is IIWiki exactly? [14:41:10] [2/3] is a wiki site run by MediaWiki engine, or something else? [14:41:10] [3/3] that link posted by bot earlier explains everything regarding files too, if there are lots of files request import via [[Phorge]] [14:41:10] [14:42:55] internet sleuthing says: https://iiwiki.us/wiki/Main_Page [14:43:02] it's a mw wiki alright [14:43:22] NationStates RP Wiki [14:43:35] I think it runs on MediaWiki I think [14:44:45] Yeah, I'm trying to import as many templates and modules from IIWiki and Wikipedia to make the move as seamless as possible [14:44:59] Is there a way to mass import all of it? [14:45:22] per Legroom, open a phorge ticket for huge files such as yours [14:46:10] i retract that statement [14:48:15] [1/4] corrected statement per [[Moving a wiki to Miraheze#Have us do it]]: [14:48:16] [2/4] fill out [[Special:RequestImport]] [14:48:16] [3/4] for image imports, make a phorge ticket, exact link to making such a ticket can be found in the first link [14:48:16] [4/4] @ieph [14:48:17] [1/2] [14:48:17] [2/2] [14:50:38] if the file is still too large and requestimport fails, you can file the exact same ticket [14:50:44] But MediaWiki images are in Miraheze right? [14:50:51] Meaning I can use it? [14:51:02] Or would I have to import it myself? [14:52:16] [1/3] mediawiki is just the software [14:52:17] [2/3] the images are stored on your previous provider's servers [14:52:17] [3/3] not quite sure how the miraheze wizards retrieve them but they do have to gather them from there and upload it to your new wiki [14:55:56] and they will, just gotta file that ticket [14:56:04] if you have any further questions let us know [14:57:52] https://cdn.discordapp.com/attachments/407537962553966603/1376575068435386438/3xohyf.png?ex=6835d2ef&is=6834816f&hm=af4ccaf3b1f2832ee1f439e40b1d2ba05c2327bb83f6be3d0b28fa1bf6980ad0& [14:58:07] swish swosh all your images are belong to us [15:01:45] out of curiosity, why the migration? seems like you guys have a solid self-host [15:04:56] This is mainly my own initiative, but TLDR just felt like I needed to make the change [15:06:19] interesting [15:22:31] where do i access my wikis sitemap [15:40:45] https://animebattlearena.miraheze.org/sitemap.xml [15:41:59] i assume you are trying to improve SEO? https://meta.miraheze.org/wiki/User:NotAracham/WikiSEO_-_Improving_Search_Ranking#Submitting_Sitemaps_via_Google_Search_Console [15:44:28] yeah [15:46:46] is it possible to get the same editor behavior of mediawiki/coding-esque pages for normal pages? [15:47:14] e.g. multi-line editing or whatever its called [15:50:54] do you have [[Extension:CodeMirror]] enabled? [15:50:55] [15:51:02] uh wrong link [15:51:08] was it [15:51:19] [[mw:Extension:CodeMirror]] [15:51:20] [15:51:27] yeah that's the one [15:52:30] yeah its enabled already [15:53:20] see here: [[mw:Help:Extension:CodeMirror#Multiple_cursors_and_selections]] [15:53:21] [15:53:44] if it doesnt work then uhhhhh crap [15:56:58] if it doesn't then we are probably stuck waiting for MW version 1.44 [15:58:10] highly feel like this is the case [16:00:54] actually no, it works [16:01:08] on my end it just doesnt show the extra cursors for some reason [16:01:22] oh nvm my wiki's css is just super ass [17:01:35] Hello, I have a question to ask [17:02:07] ask away [17:02:17] on our Fundraiser page [17:02:20] (2024 [17:02:20] [1/2] or, to make a rather crude pun with my name [17:02:20] [2/2] asko away [17:02:23] ) [17:02:40] it says we are valuable to NATO Cooperative Cyber Defence Centre of Excellence [17:02:45] does that mean NATO [17:02:56] like North Atlantic Treaty Organization [17:03:22] i know the guys who work there, what is your wiki about? must be good [17:03:34] sorry [17:03:38] I meant Miraheze Meta [17:03:45] ohhh [17:03:51] yeah I guess it does [17:03:53] https://meta.miraheze.org/wiki/Fundraiser_2024 [17:04:21] https://meta.miraheze.org/wiki/Fundraiser_2024#Support a project that thousands depend on [17:04:25] They have a wiki with us, yeah [17:04:40] that's wild [17:04:59] what wiki is it [17:05:07] i believe it is this one https://cyberlaw.ccdcoe.org/wiki/Main_Page [17:05:20] that’s it [17:05:28] unfortunately they hide the Miraheze branding [17:05:31] wow [17:05:39] https://cdn.discordapp.com/attachments/407537962553966603/1376607228538392668/image.png?ex=6835f0e3&is=68349f63&hm=38376be7d88f0799571da78ea9f53e168fdc4e6d60842e7b13eed4f76cd00377& [17:05:45] it tiny [17:05:52] actually, used to, but the recent 1.43 upgrade seems to have broken their CSS [17:06:00] so it’s not hidden anymore [17:06:09] and they just walked up and asked for a wiki [17:06:19] an international organization keeping the peace [17:06:31] Miraheze is so much cooler than fandom [17:08:32] nothing really stopping them yeah [17:09:32] the wiki request was so casual: [17:09:33] https://meta.miraheze.org/wiki/Special:RequestWikiQueue/5258#mw-section-details [17:10:16] someone more historically acquainted can bless me with knowledge [17:10:22] was this from the wild west days [17:10:41] cause this would not fly today [17:11:14] do you think that they messaged miraheze in private telling them the actual scope [17:11:51] idk it just seems like something a super-professional international organization would do [17:12:15] to the best of my knowledge, no [17:12:22] i dont think so no, nothing secret really [17:12:26] in fact, most of us didn’t really know about the wiki until not too long ago [17:12:45] me when i ask miraheze about the wikis on miraheze [17:13:24] how did you not know about the wiki [17:13:38] i don't think anybody is capable of memorizing 17k wikis [17:13:47] exactly [17:14:23] oh I just meant it was on the fundraiser for 2 years [17:14:23] https://meta.miraheze.org/wiki/Fundraiser_2022 [17:14:26] https://meta.miraheze.org/wiki/Fundraiser_2023 [17:14:28] https://meta.miraheze.org/wiki/Fundraiser_2024 [17:14:33] 3 ig [17:16:50] I'm fairly sure I've known about that wiki the entire time I've been an SRE [17:16:54] You didn't know about it? [17:17:37] I asked about it when organizing the fundraiser in 2022 and everyone was clueless [17:21:04] i was about to check their analytics to see how often the wiki is even used but apparently you can't see them [17:21:06] https://cyberlaw.ccdcoe.org/wiki/Special:Analytics [17:21:19] is that even possible or am I just dumb [17:24:19] You asked the wrong people [17:24:43] probably, even though I thought they’d be the most knowledgeable heh [17:25:54] completly unrelated but what does the plus symbols next to names mean in IRC [17:25:57] It's in the December 2020 fundraiser [17:26:08] are they admins or something [17:26:42] It means voiced which most of the time is only there as a plus symbol [17:26:59] They also for us are also the same people who old operator rights (@ symbol) [17:27:49] apologies but what does voiced mean [17:27:51] Libera only like you to display operator rights when using them [17:28:01] Pretty much exactly what it says on the tin [17:28:11] It allows you to speak if the channel is moderated [17:28:26] oh that makes a lot of sense [17:29:44] Hello from the other side PawnShop75 [17:30:05] * RhinosF1 waves with a different badge too [17:30:16] its really meant to say hey this person is important i guess [17:30:27] PixDeVl is voiced in #miraheze-cvt i think [17:30:32] so basically admin but not really admin [17:30:39] sorta [17:30:50] You ain't online on irc pix [17:31:00] bouncer aint on? [17:31:09] rhinos was that /action [17:31:22] the "waves with a different badge too" [17:31:23] for bots that run on IRC, voiced can be a whitelist [17:31:49] PawnShop75: yes [17:32:46] I tried to use it but it just gave me an msg [17:33:00] PawnShop75: try /me waves [17:33:21] literally nothing happened lol [17:33:28] Huh [17:33:31] Try again? [17:33:37] * PawnShop75 waves [17:33:41] there we go [17:34:02] * PawnShop75 finally understands [17:34:13] _wonders if Discord_ [17:34:16] oops [17:34:20] eh good enough [17:36:48] and just since I'm here i'll ask another question [17:37:00] after all if someone's sick of answering they can just ignore me [17:37:15] what ai is the CreateWiki AI based around? [17:37:21] (GPT, Gemini, etc.) [17:38:51] I don't see anything on https://www.mediawiki.org/wiki/Extension:CreateWiki [17:39:01] about this [17:40:06] GPT [17:40:21] GPT-3 or 4 [17:40:27] No idea [17:40:37] @agentisai [18:12:07] i have a table with a table inside, the table inside contains an image, how do i center the inside table so the image appears centered in the outer table [18:14:30] [1/2] Several oddities I found. I imported both the Template:Listen and Module:Listen (and associated templates from Wikipedia) but the OGG files won't show. [18:14:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376624553257734308/image.png?ex=68360105&is=6834af85&hm=23704899cb0286487403d324dd3685f0a941db6396475572f54074d7958ad0ac& [18:15:33] [1/2] And second, I also imported a bunch of infoboxes, but these categories (with the exception of Category:Ausonia) should not be there [18:15:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376624816328675349/image.png?ex=68360144&is=6834afc4&hm=a33a6a5277d79fa8880b6cb5bb4f9b5488cc95665d593727c745838c2d5a3b11& [18:15:38] Please help. [18:15:49] here we go again [18:19:08] https://cdn.discordapp.com/attachments/407537962553966603/1376625718812872878/center_table.png?ex=6836021b&is=6834b09b&hm=af4edec905ebd05798ec7e26bb650459bb5a698cbed0041202c2cfbda737adf8& [18:20:06] https://cdn.discordapp.com/attachments/407537962553966603/1376625962904457397/center_table.png?ex=68360256&is=6834b0d6&hm=c101774ed4e008603d22ba04ff155009e6e4b3353332c4697449629f1da5f349& [18:20:35] <_arawynn> @ieph it's not recommended to use templates from Wikipedia, as they're usually extremely complicated and have lots of dependencies [18:20:43] are you using the same extensions and settings as your earlier wiki [18:21:40] IIWiki also uses the same templates (I think) as Wikipedia, so I haven't encountered the issue there [18:23:04] [[Wikipedia]] [18:23:05] [18:24:17] I'm trying to find a way to play media files (especially OGG files) and embed them in the articles, so that's why I'm asking [18:27:27] enable extension TimedMediaHamdler [18:32:08] to be fair to IEPH here, they didn't import templates from WP; they forked from a wiki which did [18:34:50] [1/2] And how might I do that (since the localsettings.php file wouldn't be accessed to) [18:34:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376629671072104488/image.png?ex=683605ca&is=6834b44a&hm=9e90a7e07bcad1caac9f2c5a20465d8fbf001467800ed8059c299c1fe2f86141& [18:35:01] [[ManageWiki]] [18:35:02] [18:39:30] nvm they actually did end up importing from WP instead of waiting for the migration import [18:39:31] oh well [18:41:07] [1/2] Op there it is: [18:41:08] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376631254065086474/image.png?ex=68360743&is=6834b5c3&hm=01c4ecdcd9b4b8134778202a61f32b64e772257c147d0e800786cfb8de3fce5a& [18:48:00] you should have waited for import [18:48:23] check some available extensions and setting meanwhile [18:50:26] [1/2] Sorry. [18:50:27] [2/2] I'm new towards making wikis like that (I mean, I can create articles in a wiki, but not an entire wiki from scratch) [18:50:34] So I'm still getting used to it. [18:52:49] exactly why you shouldn't import from WP [18:53:10] deepdiving into their mess is just gonna make you drown [19:05:07] Also, the resulting article has a bunch of categories that should be hidden. Do I need to enable some more extension to it too? [19:06:07] [1/2] category page should have a magic word to be counted as hidden [19:06:07] [2/2] whether you actually see hidden categories tho - it's a user preference, correct me if I'm wrong [19:08:41] On the page it'll show as "Hidden categories" if they are hidden. [19:10:36] [1/3] Also, how come the tables I imported (also from WP) not floating [19:10:36] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1376638671406497962/image.png?ex=68360e2b&is=6834bcab&hm=a0d4702f009072ab268af114ac0abdc7d0d741bc26f3f54366adf629ccfb91d2& [19:10:37] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1376638671679389776/image.png?ex=68360e2c&is=6834bcac&hm=d7211b14302f1d59ac6a6c8d0038a0378a37e90ff3bca68b9332598f2e2231e8& [19:13:26] missing css? [19:16:25] Where would the css in question? [19:21:16] [1/2] So when I look at Preferences, I don't have "Show hidden catgories" checked, so that might be a problem of importing the templates?) [19:21:16] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376641354754424832/image.png?ex=683610ab&is=6834bf2b&hm=f19c359213b2da7a9d6a4efb9d3caf02969e23dbacab7ea61eea0b47f9127ae9& [19:22:10] [1/2] in MediaWiki:Common.css page [19:22:10] [2/2] xml from another wiki would have that already [19:25:10] Not necessarily, if you're exporting categories it should include these too. [19:28:15] [1/2] If you're exporting "Category:Hidden categories" in Wikipedia for example you will get everything attached to the  HIDDENCAT  magic word. [19:28:16] [2/2] But if you're looking to export a page, it will depend on how the categories are attached to the page, because you may need the templates too. [19:31:47] `HIDDENCAT` without Discord's formatting [19:34:46] [1/3] Ok then. [19:34:47] [2/3] Sent the request rn. [19:34:47] [3/3] https://meta.miraheze.org/wiki/Special:RequestImportQueue/1179 [19:35:45] So how would I import that to miraheze [19:36:49] [1/2] from Wikipedia? copy paste [19:36:49] [2/2] again, I'd suggest to wait for import to be done by tech team, although idk what will happen now that you attempted wp ones [19:37:31] Should I clear it and then wait for the techbros to fix that? [19:37:39] https://terramir.miraheze.org/wiki/MediaWiki:Common.css [20:09:51] Hello? [21:32:30] me, a tech gal: oof [21:35:36] 🤷‍♂️ [22:28:06] [1/2] Anyways, I got the OOG player to work, but how would I get it to look like the one in IIWiki: [22:28:06] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376688374038921326/image.png?ex=68363c76&is=6834eaf6&hm=afb38a778a4f15a7cf843a97ff24d9e6357637a7694dc705d4c04bf204017da3& [22:28:24] [1/2] This is what I have rn: [22:28:24] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1376688447946752100/image.png?ex=68363c87&is=6834eb07&hm=94322d2175e580d9f4ea8ceec32f488d5b0eb1ce2cede0257987cc8fb6e33a5b&