[00:04:06] please upload it as a zip file to gdrive or im gonna cry when doing your future import request [00:05:12] I'll upload it as a zip file when the time comes because I'm NOT uploading a nearly two gig file to my Google Drive. That, and I don't want to sap anyone's bandwidth. 😭 [00:08:31] I have a 13GB file on my Google Drive [00:08:58] Google keeps reminding me that my storage is 90% full and I'm like yeah man I know [00:09:33] That's pretty much my computer in a nutshell and me being a datahoarder. [00:10:28] It's just 13GB of an Ubuntu virtual machine [00:11:03] Ahh, that makes sense. [00:35:10] What JavaScript tools are they? I might be able to help move them [00:35:53] Credit where credit is due FANDOM Dev Wiki is marvelous and very comprehensive [00:41:14] [1/3] The ones I used on the My Life as a Teenage Rabbot Wiki were the following (warning, this long, so I'm sorry if this is too long here), so I'll send it as a text file, if that's okay. If I pasted the entire thing into Discord, Discord would complain, so I figured having it as a text file would be a lot better. Yes, I used a LOT of JS scripts. Same thing w [00:41:14] [2/3] ith CSS scripts. [00:41:15] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1404625743463448707/JavaScript_list_document.txt?ex=689bdf29&is=689a8da9&hm=5fb551e0acbff654efb35ae4bf0a6c67e4cec3c72216a330321fbab03db21f57& [00:47:37] [1/2] As I mentioned in the text doc, I used a lot of JavaScript tools to make my editing experience better. Especially for when I have to update a page's name with the helpful, yet handy, PageRenameAuto-update JavaScript tool. Yet, if that fails due to rate limiting or something else, MassEdit comes to my rescue. I do tag my edit summary as “MassEdit: [00:47:37] [2/2] ” to differ between automated edits and regular human edits. [00:57:01] [1/4] Some of your JS scripts could be replaced with extensions that you can enable on MH: e.g. [00:57:02] [2/4] dev:AjaxPoll.js could be replaced with [[mw:Extension:PollNY]] [00:57:02] [3/4] dev:QuickPurge.js with [[mw:Extension:Purge]] [00:57:02] [4/4] dev:UploadMultipleFiles.js with [[mw:Extension:MsUpload]] [00:57:02] [1/3] [00:57:03] [2/3] [00:57:03] [3/3] [00:58:50] [1/7] Js scripts like [00:58:50] [2/7] ```dev:CommunityPageHeaderLinks.js [00:58:50] [3/7] dev:CommunityPageRailModule.js [00:58:51] [4/7] dev:DiscussionsRailModule/UCP.js [00:58:51] [5/7] dev:WallGreeting.js [00:58:51] [6/7] ``` [00:58:52] [7/7] Is Fandom platform-specific, I believe [00:58:58] I'll take note on this! I'll drop the ones related to enhancing blogs, since I know that those don't exist on Miraheze, I think. That also goes for customizing the home page's blogs section, so I'll drop that. [00:59:45] I think they are as well, so I'll drop that entirely, since I know those won't get carried over. [01:00:02] Ah it occurred to me that maybe we should move this to a #support thread [01:00:32] Derp. I think we should move it to there, just to be safe and all. [01:03:21] imagine a picture with the logo of every fandom squished onto it [01:04:23] what would it look like [01:04:23] COULD YOU LEGALLY SELL IT AS AN ART PIECE [01:04:23] only one way to find out [01:04:23] 🫥 [01:24:10] I think you can, since I'm sure that falls under fair use. [01:24:41] You couldnt sell something under fair use [01:25:12] You would need a license to sell copyrighted works [01:25:38] Right. My brain fried on that. [01:27:31] And fair use would only apply if said person lives in the US as well, copyright is fun [01:28:12] If their from UK fair dealing laws would apply, ect [01:34:32] True. Copyright is F-U-N. [01:45:51] f u n [01:45:59] what an odd spelling of h e l l [01:47:24] Its called corporate lingo 😅 [01:48:24] And also “corporate jargon”, “corporate babbling”, etc. [01:49:05] Why is merge.js not working for me. Here is my commons.js https://evolutionism.miraheze.org/wiki/User:Immanuelle/common.js [01:53:00] My first assumption is the scripts it depends on werent moved over and links corrected [01:53:31] Lines 6-8 [01:54:55] Oh thats something else [01:57:41] Could be the NS===0 check you may need to change that to reflect your wikis setup [01:57:51] Line 39 [01:58:55] Beyond that check the merge gadget, which i cant look into atm [02:16:25] [1/10] Try replacing line 49: [02:16:25] [2/10] ```diff [02:16:26] [3/10] - mw.loader.load('/w/index.php?title=MediaWiki:Gadget-Merge.js&action=raw&ctype=text/javascript'); [02:16:26] [4/10] + mw.loader.getScript('https://www.wikidata.org/w/index.php?title=MediaWiki:Gadget-Merge.js&action=raw&ctype=text/javascript'); [02:16:26] [5/10] ``` [02:16:27] [6/10] If it still doesn't work, try replacing line 43 as well: [02:16:27] [7/10] ```diff [02:16:27] [8/10] - mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function () { [02:16:27] [9/10] + mw.loader.using(['mediawiki.api','oojs-ui','mediawiki.util','mediawiki.language','oojs-ui-windows','wikibase','wikibase.sites']).then(function () { [02:16:28] [10/10] ``` [02:17:14] [merge.js as implemented on Wikidata]() seems to have a lot of dependencies. [02:41:10] [1/2] GUYS GUYS MY WIKI JS FINALLY SHOWING UP WHEN SEARCHING BLOCKSTARPLANET WIKI IM SO HAPPY 🥹🥹🥹🥹 [02:41:10] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404655925888811028/IMG_3023.png?ex=689bfb45&is=689aa9c5&hm=4b9191a1ffb03cffe47f6f14250e2615f4caf818a078a0bfc3f238cbf156448d& [02:41:33] It’s at the 6TH result but it’s BETTER THAN NOTHING [02:41:34] LETS GOOOOOOO [02:48:35] 🎉 Wheeeee! [03:30:33] Do you guys have a sandbox wiki? [03:31:05] #6 is still pretty damn impressive. [03:31:14] [[test:]]? [03:31:15] [03:31:19] god [03:31:29] [[mh:test:]] [03:31:30] [03:32:26] https://cdn.discordapp.com/attachments/407537962553966603/1404668829937832026/image.png?ex=689c074a&is=689ab5ca&hm=0c8c4c8540442d981419b6da10b4ad6c340fb590bb59b2cf212fe7d762a6bf50& [03:32:32] I know I have a Miraheze accont. [03:32:40] What is it with MediaWiki accounts and login issues? [03:33:40] Thank you. [03:34:48] https://cdn.discordapp.com/attachments/407537962553966603/1404669425151639594/image.png?ex=689c07d8&is=689ab658&hm=71a8f6d4ca938f68f3d98913929327c3fd1de37d7af20534c8f5f70c26ef47db& [03:36:06] Am I allowed to upload images here? [03:43:51] [1/2] This message is super annoying. [03:43:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404671701882634421/image.png?ex=689c09f7&is=689ab877&hm=564dd1b1bd8714e20842d6a06851862a24cf20264709b5215074dfa2c4d9823b& [03:44:00] I'm 3~ image saway from being able to see my idea. 😫 [05:11:18] [1/2] Ran into this problem when I tried uploading images [05:11:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404693709748047952/fc9c2e9305533b507831ac3ff47d4f8c.png?ex=689c1e76&is=689accf6&hm=1a599228bf1d2343033318839032f0e3bc8f54106b38016c373e2aeb047ba9a2& [05:12:23] could it have something to do with me uploading 12 images and creating several new pages relatively quickly? [05:16:40] I also did some investigating with regular wiki pages, and those worked just fine [05:16:44] [1/2] custom js just should work, Miraheze doesn't have code review process like Fandom [05:16:44] [2/2] ImpprtJS thing is a stuff from Dev Wiki - some will work fine, but some might require adaptation for Miraheze due to Fandom specific bits in their code [05:17:02] or as other suggested, there are extensions and gadgets analogs too [05:18:18] That's all right with me, since I'm talking about it more in my thread I linked earlier. If some of them work, that's okay with me, but if some of them are not portable, that's also fine. [05:19:24] I'm perfectly fine with extensions and gadgets regardless. [05:43:09] At the moment images hasn't load for me [05:43:52] Are we "under attacked"? [05:45:18] You may want to only include the request ID - your IP address are exposed [05:48:23] Doubt it [05:51:02] You might be being hit by a managed challenge due to being on a certain ASN. We will look into it. [05:52:41] [1/2] I wonder why [05:52:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404704121616863282/S.png?ex=689c2828&is=689ad6a8&hm=ef9904fa2e2aea8e321314bb20a245c8997851a84f7e4897e3d5641b12618dc8& [05:53:13] huge bot activity, likely scraping [05:53:39] misfortune of living in bot central [05:53:40] Managed challenges apply to static so break images when they are given. [05:54:15] fr fr [05:54:27] Managed challenges often affect static [05:55:07] I will have a look at adjusting the rule to see if we can avoid static problems once I'm on the bus [05:55:12] About 45 minutes time [05:57:08] at least it ain't worse than those bots from bytedances or fandoom [05:57:25] True. [05:57:45] Took it down as a precaution [05:58:48] that usually just a temporary issue, and might begone after a refresh [05:59:21] i would like to remind everyone that IRC logs are eternal, but discord cdn links do die pretty quick after deletion of the message [06:00:02] hence I can still see the deleted images, but not for long. [06:09:54] we get it, you use vencord [06:32:07] @songngu.xyz how's images looking now if you do a hard refresh? [06:32:34] Some images started to load but not much [06:32:41] Will try with private mode [06:33:19] Private mode is probably less likely to work tbh [06:33:37] I don't know why some would work and not others [06:33:43] might be caching [06:33:57] it's always caching [06:34:20] If it's still not clearing up later in the day, groan at me again and I'll have a closer look at what magic I can try to reduce false positives [06:34:37] This latest change should reduce a fair number of them though [07:59:56] [1/2] is citizen broken [07:59:57] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404736147686686851/image.png?ex=689c45fc&is=689af47c&hm=6030dd6a5730e8400a94e699040c27f7843691f6717e13599bdaee31798939f9& [08:02:27] i think you should refresh [08:02:49] Just CSS not loading [08:02:52] i did it like, mulitiple times already [08:03:02] Link to your wiki? [08:03:12] https://milgram.miraheze.org/wiki/Special:RecentChanges [08:03:29] any errors in console? [08:03:32] Loads nicely for me [08:03:37] ^ [08:03:50] Try CTRL+F5 [08:04:28] console seems fine to me [08:04:46] didn't work for me :/ [08:05:38] my phone still fine, maybe it was a browser issue? [08:06:29] Yeah, must be browser. [08:06:50] Try deleting cache (and cookies) [08:07:05] How to make a button that doesn't have text-decoration for links [08:07:36] Anywhere I put the css it is ignored and the underline appears on :hover [08:08:13] https://meta.miraheze.org/wiki/Template:Clickable_button_2 [08:08:42] That's what I used previously but it's very annoying that it expands and contracts on loading a page [08:10:19] works now!! also why was there a cache tho? [08:10:44] Everything is cached [08:11:33] [1/2] Try another? [08:11:34] [2/2] https://en.wikipedia.org/wiki/Template:Button_templates [08:11:56] I'm horrible at CSS 😄 [08:12:10] Thanks, I'll look through that [08:32:12] The template would need to use templatestyles to avoid the layout shift on page load. It is happening because `Common.css` is not render-blocking. [09:07:10] Erm... That goes above my brains capacity 😄 [09:17:23] Have you ever tried following a video guide like [this one](https://www.youtube.com/watch?app=desktop&v=G3e-cpL7ofc)? I think it'll be helpful to go through half of it when you have a free afternoon. Once you get started on CSS it'll be a lot easier to understand some of the more advanced stuff. [09:18:12] [1/2] Um, I put my favicon link into both of these. [09:18:12] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404755843961851904/image.png?ex=689c5854&is=689b06d4&hm=678f89e725ce42bf3844a9976f5ba68b8156a6f21b7e4f7b3526fe47cf1445e9& [09:18:14] Is that okay? [09:18:25] Idk what the difference is [09:48:11] yeah it's normal [10:58:21] how do i remove (outfit) from the title without using displaytitle? [11:01:16] you don't or you use scribunto [11:02:00] https://cdn.discordapp.com/attachments/407537962553966603/1404781965760270376/image.png?ex=689c70a8&is=689b1f28&hm=b862ac0f7183fc6cc4279d3cfbe0f6c95538a3008b00f211353eef5b1dfe60f4& [11:02:16] Make a `RemoveTitle` template that performs a string replacement against `(outfit)`. [11:09:19] Hmmm. I don't think this works. You have need to go for using a template for the output instead. [11:16:55] [1/2] Aha. This did it [11:16:55] [2/2] https://utg.miraheze.org/wiki/Template:Navbox_outfit?diff=prev&oldid=71607 [11:17:06] https://cdn.discordapp.com/attachments/407537962553966603/1404785764050407464/image.png?ex=689c7431&is=689b22b1&hm=d4b79178836f8b4cf3bee9826d2d16ed25e30b1adfde1c76b7eb8561a004f09d& [11:19:19] I would like to thank electricsheep from Blue Archive Wiki, who is the most knowledgable DPL3 wizard I have ever known (besides CA, of course). [11:33:54] ooo [11:36:50] This is probably the 3rd time a DPL3 issue gets resolved by searching templates for `insource:dpl insource:format` on Blue Archive Wiki. [11:53:13] I emailed stewards@miraheze.org regarding my global lock, no reply for weeks. I used the correct email. What are they doing? [11:54:32] @Stewards ^ [12:56:03] [1/2] what's this edit status extension called? [12:56:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404810665926983741/image.png?ex=689c8b62&is=689b39e2&hm=03621e08f93eca0eb3e65ccd339a46409233948237257555b54659e64b28f2d3& [13:21:34] https://discord.com/channels/407504499280707585/475350160428498964 is going crazy rn [13:22:31] it always goes crazy [13:22:33] lol [13:26:31] I mean yeah a feed showing like I think it is double digits of wiki's changes, it not going crazy, would be a sign of a major outage of MH xD [14:12:13] [1/2] ah yes they’re make such good pages! [14:12:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404829834177413130/Screenshot_2025-08-12-17-10-32-056-edit_com.yandex.browser.jpg?ex=689c9d3c&is=689b4bbc&hm=872364e175a0c0981384d411e6c291606aba18ff1edace9f5bbc9ee55f86cc92& [14:14:08] idt that's english [14:16:12] One person is making one edit every single second [14:16:37] These edits are just pages using this template (img by progeest) with a random name on a random language [14:16:47] It slows down the wikibot a lot [14:18:55] i think its the wikibase extension [14:19:09] plus i think the wiki's about a fictional language [14:19:33] which wiki is this [14:19:37] It were ~180 edits per minute, but they are now properly flagged as bot edits so they no longer show up in the global edit feed [14:19:41] evolutionism [14:23:38] finally 🥹 [14:27:04] <_______1414> cant believe youd have to measure it in EPM 😭 😭 😭 😭 [14:28:59] I mean, 3 edits per seconds is the same, but getting it in edits per minute was easier because I just used Ctrl + F with the time on recent changes page [14:29:33] <_______1414> i do think it conveys more scale too [14:31:40] [1/2] big number scary [14:31:40] [2/2] 3? very small, i can count [14:31:46] 180? oh noes [15:14:50] Reminder to folks there is an ongoing Request for Permissions/election to Administrator, if you'd like to opine: https://meta.miraheze.org/wiki/Meta:Requests_for_permissions#Harej_(Administrator) [18:09:10] Can I make templates show up in the visual editor template window by default? [18:09:39] People who don't know what templates are for sure won't guess what the right one is called [18:43:02] Templates are best edited in the source editor, not Visual Editor, as the Visual Editor, still makes errors within templates. [18:43:51] People who never edited a wiki (99.9% of our visitors) will never touch source esitor [18:48:17] I qucikly learned to love soruce editer and are lost without it [18:52:34] [1/2] you set up template data already? [18:52:35] [2/2] if you want templates to be preloaded on a new page, then you go do stuff w/ inputbox and make users use it for new page creation [18:52:50] Yes [18:53:02] Template data is there [18:53:11] there might be other ways but idk [18:53:14] But you still have to search for it in the editor [18:53:27] also isn't there a puzzle button for adding a template in VE? [18:53:32] Preloading a new page won't work [18:53:34] idk man [18:53:46] I have a huge ass list people need to add the templates to [18:54:40] redirects with common guesses of what the template might actually be called [18:55:08] I guess [18:55:24] If I write a guide nobody will read it [18:56:51] I ended up using copy paste page bones to make my blank pages to fill [18:57:10] Again do not need more pages [18:57:24] For templates, can you use copy pates? [18:57:26] They are created automatically by putting the template in the list [18:58:07] I do that a lot, make blank frames for template stuff and then fill it later [18:58:46] I could do blank entries [18:59:07] Not a bad idea [18:59:19] [1/3] @CSS/JS Support Volunteers Anyone of you willing to write a "How-to-guide" on Meta, about adding a Background image to ones wiki? [18:59:19] [2/3] We don't have one yet. [18:59:19] [3/3] I found a great example on [Moneytime](https://moneytime.miraheze.org/wiki/MediaWiki:Common.css) -wiki. But I am too unfamiliar with CSS to write a good guide. [18:59:21] Just a little bloat [19:00:00] Click though your browsers development mode until you manage to isolate background layer [19:00:10] And add picture to it [19:00:29] Highly depends on your skin I don't think you can just create a guide for it [20:23:47] I have a gadget that work for vector 2022. I can expand support for other skins. [20:24:22] Though I want to rewrite it at some point so supporting more skins would need to wait 😭 [21:57:13] The gadget approach can be quite problematic, though, since it has a js and a css component. If both need to be updated in lockstep, the user might see a page where one is up-to-date while the other is not. [22:24:23] [1/2] The servers seem slightly overloaded at the moment. [22:24:23] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404953688757506188/image.png?ex=689d1096&is=689bbf16&hm=1bced5f23d2abdc8a4a8dcca7923b47bfd83451412ec542e1303190dea3e2745& [22:25:55] Somewhere, I can hear them whirring, just like how my laptop fan is at times. [22:30:05] [1/2] what...? [22:30:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404955125302165705/image.png?ex=689d11ec&is=689bc06c&hm=5f1f0a8390d3fb842a3d98176f95edd4b4d4b951763f16bf6634537c977a0bea& [22:30:20] i do believe CA is cooking up something good behind the scenes [22:30:23] oh [22:30:34] reset your session, cookies and cache [22:30:45] that's... not good [22:31:13] it's only bad if something explodes [22:31:25] hasn't... yet... [22:31:42] Don't jinx it! [22:32:40] They're just slower than usual - reminds me of the days when the servers are in the UK. [22:33:10] [13/08/2025 08:24] PROBLEM - db171 Current Load on db171 is CRITICAL: LOAD CRITICAL - total load average: 25.71, 18.42, 9.00 [22:33:45] any other tech online or nah [22:33:45] well... 😭 [22:34:16] We jinxed it… [22:34:31] @cosmicalpha are you cooking the servers with the update lol [22:34:51] we cooking big egress [22:35:11] gotta pray to the machine gods [22:36:22] where is this big egressing to [22:36:27] yeah i don't know [22:36:45] i'm just going by grafana saying biiiiig network transfer [22:38:34] i wanna say it's CA with his big awesome CW-less MW update [22:38:43] cache so good [22:38:48] even if not, he's alive which means I can sleep [22:39:10] not like I know how to tell db servers to go to sleep anyway [22:39:24] add the cluster to the maintenance variable in LocalSettings.php [22:39:32] just do a direct modification in mediawiki-staging since it's temp [22:39:36] and then mwdeploy [22:39:42] but it seems like wikis are working, just slow [22:39:43] soooooo ¯\_(ツ)_/¯ [22:39:59] // Show custom database maintenance error page on these clusters. [22:40:00] $wgDatabaseClustersMaintenance = []; [22:40:11] [13/08/2025 08:36] [mw-config] Universal-Omega pushed 1 new commit to main https://github.com/miraheze/mw-config/commit/badacf68910893b8382aaf45a18a3d0cd050d1ab [22:40:16] me waiting for CA to deploy this change [22:40:50] ok ig I'm staying to see stuff blow up [22:41:28] oh he has a second commit!! [22:41:45] mfw i'm just watching from the sidelines as db171 is shitting itself [22:41:57] my excuse is that i'm at school [22:41:58] Didn't deploy it yet lol [22:42:26] I didn't deploy anything yet. [22:42:34] wow CA is so powerful the servers started shitting themselves before the update [22:42:44] they felt it coming [22:43:01] OH [22:43:08] that's amazing [22:43:18] the servers fear CA so much that they start to preemptively shit themselves [22:43:22] just like me and my parents [22:43:40] why do your parents fear CA LMAO [22:43:50] Lol. [22:44:03] i mean me fearing my parents [22:44:14] oh [22:44:39] do you wanna talk about it [22:44:50] not yet lol [22:44:57] though i don't think i have anything particular to talk about [22:45:27] fair, thanks for the lore update tho [22:45:55] I wonder if mass wiki creation causes issues [22:46:08] ohhhhh that might do it [22:46:11] This is the third time we’ve have a coincidence between the AI mass creating wikis and there being a database outage [22:46:42] hmm good idea [22:46:53] many fish but tiny pipe [22:46:59] fisch [22:47:01] Once is a coincidence. Twice is a pattern. Thrice is a conspiracy… [22:47:19] i always knew createwiki ai had sinister plans [22:47:19] fool me once, shame on you; fool me twice, i punch my face [22:47:24] time to ToU CreateWiki AI [22:47:43] https://breezewiki.sharkgirl.ing/regularshow/wiki/Fool_Me_Twice_(Game_Show) [22:47:45] eh, close enough [22:47:53] (what's a ToU) [22:47:56] terms of use? [22:48:02] for DoSing perhaps [22:48:14] ah makes sense [22:49:03] Yeah, ToU is the Terms of Use so to ToU means to invoke the Terms of Use, specifically section 8 which lets us boot off anyone who causes service instability [22:49:22] No once is chance, twice is a coincidence, three times is a pattern [22:49:26] And a headache [22:49:58] i forgor we call it ToU and and not ToS [22:50:02] why not say “time to §8 CreateWiki AI” [22:50:09] this is why eepy [22:50:58] Section 8 is a government housing program so that sounds weird [22:51:09] also, the terminology predates me [22:52:05] kinda making it sound like we're finding it a new home [22:52:27] which we kinda are, i guess [22:59:06] It does [22:59:11] if there is a couple hundred [22:59:15] at once. [23:00:44] Its not because of wikis themselves hut because of something else it does during creation that im working on fixing [23:05:27] whys the server pfp different´´ [23:05:32] hi i am rejoining miraheze server because i was banned on @surinamese [23:06:18] quick question [23:06:38] how can i request an inactivity thingy for my wiki [23:06:42] Miraheze recently celebrated its tenth birthday. [23:08:51] oh [23:16:50] https://meta.miraheze.org/wiki/Steward_requests/Restricted_changes [23:17:18] thank U :) [23:53:30] ToS as a verb makes more sense then ToU [23:53:49] ToS them into the dungeon [23:54:22] What on Earth could cause a FORCETOC to not work? [23:54:41] Where are you using it [23:55:04] Cleaning up a migrated wiki and noticed that no pages have any TOCs [23:55:22] so I check some of their source and many of them do have TOC and the top (above the first headers) [23:55:29] so odd, I try a FORCETOC and not generating [23:56:14] I meant like can you link to it [23:56:17] https://seobjdatabase.miraheze.org/wiki/Solar_System [23:57:40] I need more advice!! What should I do? I started typing this but then it got close to the character limit so instead take a pastebin https://pastebin.com/raw/HkEpU6Mj [23:58:57] [1/2] The TOC displays for me on the desktop skin [23:58:57] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1404977486252736634/Screenshot_20250813_015836_Brave.png?ex=689d26bf&is=689bd53f&hm=7a8fe6f7cad5304708afef393ee2bf5205502ab9ebb9c980e1c28a5835009342& [23:59:04] Unless that's something you did recently [23:59:48] -# Are forks allowed if you don't have the backing of the fandom wiki, I remember hearing somewhere that that wasn't typically permitted?