[03:11:21] how do i fix gifs only loading the still image on a page [03:23:40] thats intentional i fear [05:58:59] did the site just die [05:59:05] [1/2] damn [05:59:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1374989927569166468/image.png?ex=68300ea8&is=682ebd28&hm=a02fabadd1eca504271f9063f68d4984e6f49cbb850db4bfc674e0e265dd39e1& [05:59:20] error 503 cp 37 for me [05:59:37] nvm its bad gateway now [06:00:16] rip miraheze wiki fre [06:00:19] it went from 503 -> bad gateway -> but was now able to save my edit [06:18:00] AVID's also getting hit with these errors [06:38:21] What is ths difference between these errors? [06:58:11] Not a good time to edit stuff huh [06:58:46] Still grateful for Miraheze servers though, the main wiki for a game crashes a lot more often [06:59:08] Meanwhile the branch wiki I started on miraheze almost never crashes :Based: [08:04:58] Yall my wiki's logo still wont appear for some reason. Using timeless theme [08:06:07] [1/3] Correct filename for sure, used to work but just suddenly didnt [08:06:08] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1375021898366320680/image.png?ex=68302c6f&is=682edaef&hm=89059b885d818f1c1244a9f264e8cf6efe12f5894589745b1113f2c9f8843da3& [08:06:08] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1375021898609594418/image.png?ex=68302c6f&is=682edaef&hm=db313d5cdf27b05d643289887900655dacc9246f21dcc5da4accb237b5fad1ea& [08:06:35] https://cdn.discordapp.com/attachments/407537962553966603/1375022015387402240/1375021898819178586remix-1747901191877.png?ex=68302c8b&is=682edb0b&hm=cc12a2117c186bcf3067dd1e3815684ced335de16bd7be7a715d4a518ab7e944& [08:06:42] most likelt that [08:07:35] I tried it without but it doesnt work [08:08:03] [1/2] other options include the /, so I dont think its the problem [08:08:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375022382862962770/image.png?ex=68302ce2&is=682edb62&hm=1f5c415877c0f3267f318e1fe7f0e4cc6936b7c1529e1481ab863f3997ff3bd4& [08:08:45] thats because its in the site, not like static.wikitide.net [08:10:20] Ah okay. Without the /, it shows up on some pages but not the main page for some reason [08:32:42] [1/2] Quick question, how do you guys set up bars with shortcuts on the side? [08:32:42] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375028585353449522/786c3171da290d1ae7737195b95524ff.png?ex=683032a9&is=682ee129&hm=e5c42cb5dfaae21d95f64bd6e6051ba953289a22a62cff5a5c0b1a32e74b3d8b& [08:42:01] [1/2] Also is it possible to set up collapsibles in a table like this? So any text below alt-fire gets collapsed by default [08:42:01] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375030931345379348/e5da261b9e38139fe7689f5bcf803b30.png?ex=683034d8&is=682ee358&hm=37af000ffb8f64a0cd74e5a22f912e3d26c46a9e484cd59523abd313240e7f52& [09:30:07] MediaWiki:Sidebar [09:30:29] Bet [09:30:54] [1/2] [[mw:Collapsible elements]] I think [09:30:55] [2/2] it's just wiki text table coding might be tricky [09:30:55] [09:31:22] Link seems to be empty [09:32:13] Its honestly one of the few things that gives me a headache, trying to revise my writing style and I'd like to split the nitty gritty technical garbage into its own section should anyways feels nerdy enough to dive into it [09:33:32] https://mediawiki.org/wiki/Manual:Collapsible_elements [09:36:34] Ty ty [10:14:13] <90gq29> is there a way to get images to pop out rather than opening in a new tab when clicked? [10:15:36] bad gateway [10:15:43] multimediaviewer extension [10:16:18] <90gq29, replying to snowstacked> goated thanks [10:19:26] I'll teach 10people to earn $50k within a week from the market but you will pay me 10% of your profit when you receive it. Note only interested people should apply, drop a message let's get started by asking (HOW) [10:47:01] [1/2] When you click on the search bar, the border around the search bar becomes slightly thicker, I believe its called the 'outline'? How do I remove this or at least customise it so I can customise border around the search bar when it is active? [10:47:01] [2/2] I've tried "outline: none;" but it doesn't seem to work, unless I'm putting in the wrong place or something? [11:15:10] Is there a way to add templates to something in Common.css? say, adding a template to .citizen-header or smth [11:23:32] Is it possible to change the overall main body font of a wiki? [11:39:45] yes [11:39:46] css [11:40:23] [1/2] I cannot translate my wiki into other languages even though the translate extension is enabled [11:40:24] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375075821374673038/image.png?ex=68305ea7&is=682f0d27&hm=cce988066b36e9d95b0c3ef11f5b4fcd4be1c140e5a1a412eddd09413cadf446& [11:42:27] correct me if I'm wrong but that does not look enabled at all [11:43:09] How exactly? I've been looking for a while and have come across nothing concrete [11:44:08] [1/12] if skin = citizen [11:44:08] [2/12] ``` [11:44:08] [3/12] :root { [11:44:09] [4/12] --font-family-citizen-base: customfont [11:44:09] [5/12] } [11:44:09] [6/12] ``` [11:44:10] [7/12] if skin NOT citizen [11:44:10] [8/12] ``` [11:44:10] [9/12] body { [11:44:10] [10/12] font-family: customfont; [11:44:11] [11/12] } [11:44:12] [12/12] ``` [11:44:15] i hope u know how to import a custom font ? [11:45:23] There is a required statement under the plugin, it should be activated automatically [11:46:33] The translation is bugged then. Normally it will say that you need another extension to enable that one [11:46:35] it requires other extensions but for some reason doesn't list them, translation might be broken [11:46:38] Hold on lemme check for you [11:46:39] yeah that [11:46:56] https://cdn.discordapp.com/attachments/407537962553966603/1375077466745339974/Screenshot_2025-05-22-14-46-48-63_d365b52accad0f47adbc08c16219827d.jpg?ex=6830602f&is=682f0eaf&hm=ff620c11e3c279424d0c2c2de35dcb2b4ced6eff48b7f34ed51004dfa1560b46& [11:47:02] universallanguageselector [11:48:22] I was thinking to make it cross-language through the Wikibase extension, but it was broken, I opened a phorge request, I guess I have to wait for the result there. [11:50:35] No not at all, tbh I didn't even think it was possible with Miraheze [11:51:25] highly recommended learning css, will go a long way for customizing your wiki [11:51:33] https://antifandom.com/community/wiki/Help:How_to_import_Google_Fonts [11:52:21] ok how do I translate it into different languages with this extension [11:52:36] https://publictestwiki.com/wiki/Special:Translate?group=page-TestWiki&action=page&filter=&action_source=translate_page&language=tr [11:52:37] You enable that extension to enable the Translate extension [11:52:46] Thats a test wiki [11:55:15] Cheers [11:58:33] I opened it, but shouldn't there be a language icon on my homepage so I can translate it? [11:59:37] not exactly how it works -- a page needs to be marked for translation then youll be able to translate it via Special:Translate [12:01:54] https://cdn.discordapp.com/attachments/407537962553966603/1375081233046044672/image.png?ex=683063b1&is=682f1231&hm=00554c7991206db05b87f7ec265c782290725f1457e5b167cf7ad62a93f0aae7& [12:02:10] so no pages are marked for translation [12:03:10] okay can I send you a message to explain better? [12:03:30] no thanks [12:05:28] Why isn't Times New Roman in Google Fonts [12:06:21] This is a guide for Fandom anyway [12:06:24] because its already built in [12:06:32] just do "Times New Roman" then [12:06:35] no need for any importing [12:06:46] it kind of applies to miraheze too [12:07:08] Ok [13:07:42] Hi Guys! I'I'm Luca again! I don't know if you recognize me but I'm the one who kept on asking for the roll call! [14:17:59] https://meta.miraheze.org/wiki/Template:Requests_dashboard Global Rename links to a special private page [14:33:03] Ah, this checklist is for Stewards, and the current link to the Rename requests queue is intentional [14:47:19] oh xd [15:53:47] [1/2] i really wish the cosmos skin was similar to this [15:53:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375139590972772443/latest.png?ex=68309a0b&is=682f488b&hm=4fd9301ada711270f37ae6ccc79be113d70d15b2a07191c984d523a7fc69f98a& [15:54:46] [1/2] it was in 2015 i believe [15:54:46] [2/2] looked better imo [15:55:17] yeah oasis undergone changes over the years [15:56:11] which slowly made it ass tbh [15:57:37] i hope one day a skin is made to replicate this [16:02:31] you can fuck around w/ css to get this, really [16:02:50] not to mention this wiki definitely modified it [16:02:57] nope [16:03:03] it was like that back k. 2015 [16:03:05] in* [16:03:33] community central [16:04:17] although some things there are likely modified indeed [16:06:07] like their cursor icon [16:13:14] though, js would also have to be applied (something im not good with) [18:17:10] does anyone think they can help me with my wiki? Yesterday the custom domain expired so I transfered it to cloudflare. everything went fine and it was up and running. About an hour later, however, the wiki now says my connection isn't secure because it can't verify the certificate. The cerfificate is fine if I run it through an SSL checker, any idea what the problem is [18:25:26] Good question for @Infrastructure Specialists , if you don't get a reply here please file a ticket on [[Phorge]] [18:25:26] [18:28:07] I did that yesterday but I still haven't had a reply. [18:43:48] If you filed a ticket on Phorge, we'll get in touch with you [18:45:15] Yeah I think I'm just going to have to not use my custom domain. The certificate authority from cloudflare isn't reconigied by my wifi service, (something I cannot control), so I'm just going to revert. [18:45:51] I reopened your original one [18:46:00] @thekeepercreator I'm looking now [18:46:06] To see if we missed anything [18:47:06] Well the wiki dosen't have problems if I switch to my mobile hotspot. If I use my wifi service I connect to most of the time, which is military, it doesn't accept it as a secure connection. [18:49:05] @thekeepercreator what's the exact error you get? [18:49:15] Feel free to DM [19:23:49] Is there any way to set up my own wikidata in miraheze? [19:24:25] I'm still trying to open it in many languages, I'm researching for it 😄 [19:27:10] You can install Wikibase Client or Wikibase Repository through ManageWiki @arwencim [19:35:14] [1/2] I had this problem normally, I thought it went away when I created my own wikibase [19:35:14] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1375195316378276041/image.png?ex=6830cdf1&is=682f7c71&hm=6e6f41c43e44bac9b65e88debc43b289456bdba1d855d901dec413b08e55fadf& [19:36:14] actually the problem is in the site identifier, this is why? [19:36:30] We're fixing that bug [19:38:01] When I create an item for the English version of the page, how will the site distinguish it? Will a separate field like en.sanarsiv be created? [19:38:01] The fix for that should be in the next day or so @arwencim [19:38:30] You'll have a section for adding site links on the item [19:38:48] addshore: you up ^ [20:22:33] Is there a way to add templates to something in Common.css? say, adding a template to .citizen-header or smth [20:43:33] templates work only within content area [20:43:40] which channel would be appropriate for asking about banned IPs and trying to unban someone who got caught in the crossfire of a different ban? [20:43:43] where wiki text is [20:44:07] this usually done privately w/ stewards [20:45:20] aight, good to know [20:45:38] just puzzled because i have two different people who say their IP is banned even though i definitely didn’t ban either of them [20:46:23] ,,, who are the stewards again? [20:46:51] https://meta.miraheze.org/wiki/Stewards#List_of_current_Stewards [20:47:12] actually, maybe things have changed [20:47:23] there's #cvt , better ask here [20:47:52] will do, one sec [20:49:42] javascript? what should i put in? [21:00:44] idk man, you gotta code [21:00:52] code goes to Common.js [21:01:20] [1/2] I was given a code to rearrange toolbars in Timeless, for example [21:01:20] [2/2] I can't JS myself [21:01:48] i see. i can't js either but ig ill try lol [21:01:51] thx anyway [21:32:36] [1/2] sonic's official middle name is maurice [21:32:36] [2/2] Sonic Maurice Hedgehog [22:24:41] Hey, I was told my wiki request got through but I can't find or access my Wiki anywhere [22:29:42] theomnisphere.miraheze.org [22:33:06] Thank you [22:43:28] How do I make pages? (Won't respond for awhile because I am going to sleep, but wanted to ask before I forget)