[00:54:56] ?? [00:55:59] -images.txt instead [00:57:10] you dont need to remove it from titles.txt but there is no point in having a file page without a file [03:17:15] guys how the actual hell do you make a infobox [03:20:37] thank you, I'll give this a shot [03:26:43] You can import infobox templates from dev.miraheze.org; if you're using the PortableInfobox extension there's a visual builder or you can edit the XML directly [04:10:20] [1/6] Im very sorry for responding so late. [04:10:21] [2/6] but, what i meant is that [04:10:21] [3/6] The white block is supposed to be on the very right of the page. [04:10:21] [4/6] But i cant get it there when using Margin-left: [04:10:22] [5/6] It just get cut off when the White block is outside of [Name-] block's edge [04:10:22] [6/6] https://cdn.discordapp.com/attachments/407537962553966603/1516656217811062794/Screenshot_20260617-110617_1.png?ex=6a336fac&is=6a321e2c&hm=228d9768405cbba6e24de464ee917e549d18f4c3f68e112415acaa4cf436eae1& [04:10:49] The white block is supposed to be where i put an image [05:24:10] [1/12] Okay, so I'm still not clear on what the outcome you're looking for is, but some thoughts: [05:24:11] [2/12] ``` [05:24:11] [3/12]
[05:24:11] [4/12]
'''{{{Departement|Name}}}''' [05:24:12] [7/12] /div [05:24:13] [8/12]
[05:24:13] [9/12]
[05:24:13] [10/12] /Div [05:24:14] [11/12] [05:24:14] [12/12] ``` [05:25:46] So this cascades a bunch of boxes and styles due to unclosed divs [05:26:35] that might be intentional [05:28:11] [1/4] But I would take a look about what you're loading into the styles.css subpage + [05:28:12] [2/4] * the topic box class [05:28:12] [3/4] * the material class [05:28:12] [4/4] As these are all applied to the final box you are creating [05:41:25] the commented part 😭😭😭 [07:02:03] [1/2] Great, they already disabled the search function, are you kidding me bro??? [07:02:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516699430508826754/image.png?ex=6a3397eb&is=6a32466b&hm=32ca7a86878f6fb281e4048dea4c57a2db6cb02de7dfdf9b2583c780e561cbf6& [07:02:35] [1/2] NVM I'm stupid, it's on top. [07:02:35] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516699564122443868/image.png?ex=6a33980b&is=6a32468b&hm=c56beff187076f0629d15052f471a4c3b1035519848ef20a77dfbabbff2a55af& [07:04:12] wouldn't surprise me if they did that [07:04:48] Yeah, if anything, that's like, the most Fandom thing to ever Fandom [07:22:52] [1/2] Am i missing something here [07:22:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516704668556857414/image.png?ex=6a339ccb&is=6a324b4b&hm=d9bf35f0f6da77547ccd299636795f5899832376ec0c2b1ffcd1ff7724daafba& [07:24:45] Lua uses `%` to escape [07:32:29] So i replace the '?' part [07:32:36] ? [07:50:44] is this ac wiki [07:50:53] yep [07:51:06] lol why are you using tbe fandom one [08:03:23] [1/2] No, replace the `\` with `%` [08:03:23] [2/2] `[^%w%-_ ]` [08:08:47] Ohhhhh [08:08:50] Thank you [09:27:11] Is it possible to check what extension a wiki have without having edit access? [09:29:55] special:version [10:13:22] [1/2] In the Kartographer extension, I have work around to replace the default broken image marker to a custom circular marker, according to suggestions [here](https://issue-tracker.miraheze.org/T15384). For some reason the circular markers are floating with some offset from the exact location. How can I fix this? [10:13:22] [2/2] https://mypt.miraheze.org/wiki/Template:Map-bus/rapidkl/300 [10:14:20] [1/12] This is what I added to Common.js [10:14:21] [2/12] `{ [10:14:21] [3/12] function setLeafletIcons() { [10:14:21] [4/12] $('.leaflet-marker-icon').attr('src', 'https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/120px-Black_pog.svg.png').css({ [10:14:22] [5/12] 'height': 10, [10:14:22] [6/12] 'width': 10, [10:14:22] [7/12] 'clip-path': 'border-box', [10:14:22] [8/12] }); [10:14:23] [9/12] } [10:14:23] [10/12] setTimeout(setLeafletIcons, 5000); [10:14:23] [11/12] mw.hook('wikipage.maps').add(setLeafletIcons); [10:14:24] [12/12] }` [11:25:26] was checking my old ass edits there [11:41:52] Thank you [14:20:59] @goatbaby6767 I was born and raised in the Miraheze discord server [14:21:12] wow [16:36:39] Hey, if I want "External Data" extension, where do I make a request? [16:44:03] [1/2] How do I achieve a similar look to the wiki seen in the screenshot below? [16:44:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516845894698270881/mirahezeCustomSkinExample.png?ex=6a342052&is=6a32ced2&hm=e87c2f7642de9e4a70f40819e8fd49f7228571142e72edbb6d600756e365263e& [16:46:47] [[SR/RC]] if the extension is restricted [16:46:47] [16:52:22] can we also request a website to get added to the allowed APIs on miraheze? [17:00:52] Is there a specific place/page you should use BucketPut? should it all be on one page? [17:35:39] usually within templates that take information for wtv ur wanting to store [17:35:45] e.g infoboxes [17:49:28] Does it matter where i put it or can i pull bucket information in any template [17:50:57] <.labster> You can pull from any module, which can be invoked from anywhere. [17:52:22] <.labster> (In theory you don't need templates at all for Bucket, though most people will use them because invoke calls are a little unwieldy) [18:15:05] [1/2] Can this be upload to MH wiki:Someone's head cut off [18:15:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516868803588521994/SPOILER_Screenshot_2026-06-18-02-13-32-089_com.google.android.youtube.jpg?ex=6a3435a8&is=6a32e428&hm=560e6ccc0b9568723161c534fad4da5cd0cd3cf1c5da8f2507b2da3c465e37db& [18:43:00] {{CopyrightedFreeUse-Link|[URL]}} [18:43:31] [1/2] I uploaded images in the last few days and they appear to be gone now. I didn't get any email. Is this normal? [18:43:31] [2/2] I asked the other day about using the license tag {{CopyrightedFreeUse-Link|[URL]}} because I think it can be considered fair use. The wiki is about an anime from 2006. [18:50:29] [1/2] helloooo how am i able to create links with customized colors, and what extension does it need if any? [18:50:30] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516877714815062156/Captura_de_pantalla_2026-06-17_194348.png?ex=6a343df5&is=6a32ec75&hm=7f5b5af3595f6f4d138a47fb799ba6640bed481684c2f5b6baafd66e36dd62d5& [19:25:28] There are far worse stuff on miraheze you can go ahead lol [19:27:55] {{DISPLAYTITLE:}} [19:28:09] Turn on the extension from manage wiki [19:28:22] or you can just do it with simple cas [19:37:47] Any way to lock all the pages of the wiki? [20:03:06] That may be against the Miraheze policy against treating a wiki as one's exclusive personal website. [20:03:19] https://creepypastadatabase.miraheze.org/wiki/Main_Page [20:03:35] Eeeeh, not inherently [20:03:40] Why [20:03:51] Unrelated: the source pages of this wiki appear black and illegible for me. [20:04:00] We do allow for changing a wiki’s perms to only allow certain groups to edit [20:04:12] we don't want grief... but yeah might be against policy [20:04:22] We’re very flexible and hands off with local access policies [20:05:06] Unless it’s an exceptionally weird case, it’s allowed [20:05:32] ok [20:05:35] Though I personally don’t recommend it, there’s no policy against it [20:06:27] I would encourage you to consider alternatives but won’t force them on you obviously. There’s an extension you can enable that sends all edits by users who don’t have a specific permission to a queue to be reviewed and approved [20:07:50] You could also just apply protection settings broadly but not entirely, or if you want to lock down editing to only approved users on all pages that’s better done by editing group permissions [20:07:57] We have a help page on that [20:10:27] [1/2] A good abuse filter would be a better solution imo. [20:10:27] [2/2] Restrict edits to accounts that are 24 hours old, cap page creation at 5 articles per hour, limit the amount of files new users can upload, things like that. [20:14:04] yeah found a way to do it, thanks [20:14:20] Hello there; I just created a Miraheze account some weeks ago and I just created my first page but I need some help editing it so that it looks like a regular wiki page. [20:14:36] noted [20:14:50] How so? [20:16:13] Well I just typed "TBA" in the box for the page and clicked save and I made the page. But I still need to edit. I want to add a character bio for my OCs along with some pictures. [20:17:05] So, you want to create an infobox? [20:17:22] Yes [20:17:46] I've always wanted to create a wiki for my OCs and I'm so stoked. [20:18:17] use this Special:InfoboxBuilder [20:18:41] Okay how do I use it? [20:19:01] [[infoboxes]] may be a useful guide if you want also [20:19:02] [20:22:58] Thank you! I think I got it! [20:36:41] https://cdn.discordapp.com/attachments/407537962553966603/1516904436969246842/image.png?ex=6a3456d8&is=6a330558&hm=5d3bfd0928450a4ddf2e4a41a20532062954258271d5eadf7ce4be0703d6992a& [20:36:54] Not my wiki but I'm trying to check out their page source. [20:37:06] Anyone know how to make it appear normal instead of like this? [20:40:36] Put ?safemode=1 on the end of the URL [20:43:40] https://creepypastadatabase.miraheze.org/wiki/Main_Page?action=edit?safemode=1 [20:43:42] invalid [20:45:26] its the fact it already has a ? in the url, in which case anything else should be a & instead [20:45:42] [1/2] in which case it becomes, [20:45:43] [2/2] https://creepypastadatabase.miraheze.org/wiki/Main_Page?action=edit&safemode=1 [20:46:58] ah okay [21:09:33] Not the adrenaline rush I was expecting to get when opening the chat [21:10:05] Dropped my phone 😂 [21:14:20] "mom said it was my turn on the xbox" [21:18:14] Is there a way to make that default when editing on a wiki? [21:18:42] in preferences there is a safemode option, and it can be enabled globally at Special:GlobalPreferences and toggled manually per wiki [21:18:48] I use global safemode myself [21:19:13] Took me a second to get that. [21:55:59] [1/2] HOLY SHIT BRO [21:56:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516924397070323822/image.png?ex=6a34696f&is=6a3317ef&hm=ec9b416c5698e6a7a3dee74d06a37056a11229753044cc3f2ee51426ce71673c& [22:28:16] Hello everyone! When I upload a new version of an existing file that has a different aspect ratio than the previous version, all pages that use the file display the old version stretched to fit the new version's aspect ratio. Sometimes, the file doesn't update on the pages at all and continues to display the old version [22:33:17] if the full image is used anywhere then that should update relatively quickly but any thumbnails (resizes) will take a day or more to reflect the change [22:33:32] when i saw a discord linked to miraheze i thought there'd be a bunch of people here [22:33:38] im sad it isn't so well known [22:33:54] also is notarachram on right now [22:34:10] my ip is banned for "cross vandalism" yet i have never edited a miraheze wiki [22:34:45] this is a common issue called "sharing an IP with someone who did vandalize" [22:34:54] ah [22:34:55] did you read through the rest of the block message [22:35:16] it said to click to go to a form or something? [22:35:28] i clicked it but it didnt take me to a form, just the exact same page [22:35:42] that's lame [22:35:45] here you go https://meta.miraheze.org/wiki/Special:Contact/requestaccount [22:43:32] you can turn it off in your preferences [22:43:48] Nah that's not what I'm concerned about [22:44:00] (though I honestly should put a tone tag for excitement) [22:45:25] [1/2] ok ive clicked this and i tried like 20 times but it keeps saying this [22:45:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516936834821918770/image.png?ex=6a347504&is=6a332384&hm=31f26a0eefb8518a0135fa6bc4cbdd89c259febd7911b0886e74fe88071b98bb& [22:46:11] am i doing something wrong? [22:46:23] 😭 [22:46:50] just email cvt@miraheze.org for an account request with your desired username [22:46:58] alright [22:47:02] thank you [22:47:15] the form is just a fancy way for that anyway [22:49:27] Alright, thanks for the reply! [22:49:41] I'll give it a few days [22:52:18] Is this the founder editing your wiki? Sounds excitingggg [22:52:30] [1/3] unsure if we have the extension or not but so far while it does effect the page's title header it only seems to impact that and not external links to the page which is what i am trying ot achieve [22:52:30] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1516938617371492533/image.png?ex=6a3476ad&is=6a33252d&hm=e6109934bf7eb2b3069c0b00ca034935977cea727d86fe9dd953860071e8b5d0& [22:52:31] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1516938617665359883/image.png?ex=6a3476ad&is=6a33252d&hm=d820c0757889f1d38f7179ae9bde10fb8c34701e6975f38010b70ea192c636ef& [22:52:37] Director of DAWM more like, but yes! [23:02:11] Anyone knows how to change the Sitesub of pages (under title) so it's the last category of the page? e.g. My Salmon page has "water "and "fish" category, and I want in the sitesub, instead of "From Zoo", "fish". I know its possible but I don't know how 🙏 Using citizen [23:10:34] Very cool! 🎉 [23:21:16] how long do custom domain requests usually take? [23:28:11] if you're just talking about the list of categories at the bottom of the page, you just put the last one you want last on the page [23:28:53] [1/2] I mean that, I want to change that so it displays the last category of my page 👍 [23:28:53] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1516947773042200636/image_le_2026-06-17_a_19.28.24.png?ex=6a347f34&is=6a332db4&hm=e605ecfc1d0d202074c118973eba014f0f37bb529da2f6ad8925636e0a3da81f& [23:47:16] shortdescription extension [23:59:57] alright thanks