[00:12:58] Does anyone know about how I would go about generating an offline copy of my wiki so I can write things using templates and the data on my own machine? I want to be able to work on it privately before uploading the would be pages and content to the online wiki [00:13:31] Special:DataDump to get a dump of the pages in xml [00:13:42] ask in SR/RC (iirc) or use wikiteam3 for image dump [00:13:46] and then spin up a local instance of mediawiki :p [00:15:40] [1/2] i got this error [00:15:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424550644492009583/image.png?ex=68e45bac&is=68e30a2c&hm=3efdd32c19db27d8db933eaa51dd417764319ea657ef672f950bfe347a3dcd6e& [00:16:20] ...delete the old one? [00:16:41] o [00:16:56] Yeah that probably works huh šŸ’€ apologies [02:58:20] [1/2] there is this empty space that is only used when the tool menu is moved to the sidebar, is there any way to remove it or make it transparent? [02:58:20] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424591576700686376/image.png?ex=68e481cb&is=68e3304b&hm=7d8ba0cce08d324a4290841571f29c40347351cb169149a2e93680fdab763b17& [03:12:14] hey guys is there an extension for being able to use bootstrap within html? [03:45:36] so i got my backup file and my local mediawiki instance, but i tried special:import and it didn't seem to work [03:45:57] am i importing the backup file right? [04:32:24] You could import bootstrap CSS directly in Common.css. [04:33:09] Special:Import only works with XML backups below a certain file size (2MB?). If you have a SQL backup it won't work. [04:33:45] (they have a XML export from Special:ImportDump) [04:34:59] correct [04:35:03] how do i do this? [04:35:32] or technically special:datadump [04:37:54] `@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css")` [04:41:20] yea you right and I'm eepy [04:46:24] i put this in common.css & it will allow me to use bootstrap properties in html/css :0? [04:47:52] I mean, you could just try it and see what happens... [04:48:14] listen i just wanted to make sure 😭 im a lil tired [04:48:59] thank you tho, i appreciate it <3 [04:50:33] If the file size is too large, the import will fail. If your local MW version is lower than Miraheze's, the import might fail. If there is a namespace on Miraheze that is not present in your local install (due to a missing extension), the import might fail (never tried this before). [04:51:08] I don't think the import ever told me errors but it just hung for so long and nothing updated [04:51:23] so it could be one of the aforementioned reasons [04:52:04] I'll check for all of those in the morning [04:53:57] sounds like too big then [04:54:39] you'll have to use the importdump maintenance script then [04:56:47] importdump.php manual page on me? [04:57:16] looks like it does just thst [04:57:19] I'll give it a whirl [06:29:48] it actually works for files of ~10MB [06:29:57] tho it says 2MB [08:35:46] [1/3] How to change styling skin on the Pop'n music Lapistoria miraheze wiki...? [08:35:46] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1424676494172622858/Screenshot_2025-10-06-16-32-42-52_40deb401b9ffe8e1df2f1cc5ba480b12.jpg?ex=68e4d0e1&is=68e37f61&hm=e2875ea26b9796c088facdd1aacab2b3e3ae6f8b0a53e7109887c3db722641fa& [08:35:46] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1424676494612893696/Screenshot_2025-10-06-16-34-03-33_40deb401b9ffe8e1df2f1cc5ba480b12.jpg?ex=68e4d0e1&is=68e37f61&hm=ec1c8c3e9b32085364b9d2ff7451452dbd24005039f4e967e241cd010a75621b& [08:38:16] Help ask me when i can't change styling skin on the pop'n music lapistoria miraheze [09:17:53] default skin option should change, you can't click it? are you an admin? [09:41:42] how could i embed page content to discord [09:51:29] Just click it what? [10:00:57] [1/4] default skin [10:00:57] [2/4] choose what you want [10:00:57] [3/4] then save [10:00:58] [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1424697932401344512/IMG_20251006_130024.jpg?ex=68e4e4d8&is=68e39358&hm=158b25e1588117a22bbd97a34bab419db7e1e8d8f1a445f3a8f2bc955f5c824d& [11:25:07] we had something like that on the battle cats wiki, lemme check [11:29:27] [1/13] @quesquestion you currently have ```css [11:29:28] [2/13] #content { [11:29:28] [3/13] background-color:#f9f9f9; [11:29:28] [4/13] border:1px transparent solid; [11:29:29] [5/13] border-radius:5px; [11:29:29] [6/13] padding:20px [11:29:29] [7/13] }``` [11:29:29] [8/13] change it to ```css [11:29:30] [9/13] #content > .mw-body-header, [11:29:30] [10/13] #content > .vector-page-toolbar, [11:29:30] [11/13] #bodyContent { [11:29:31] [12/13] ... [11:29:31] [13/13] }``` [12:49:14] So what? I can change my styling skin on the Pop'n music Lapistoria Miraheze wiki? [12:49:53] If you only want to change it for yourself, you can do that at Special:Preferences [12:50:15] The solution described above works if you're a bureaucrat and want to change it for the entire wiki [12:54:02] [1/4] Hi. Chameleon skin is uncompatible with mediawiki 1.44. [12:54:02] [2/4] On my wiki the switch button appears like :āœ… but greyed out at the same time. [12:54:02] [3/4] I want to have the security chameleon skin is completely deactivated from: Special:ManageWiki/extensions#mw-section-skins [12:54:03] [4/4] How can i know is completely deactivated? [12:55:51] if you check Special:Preferences is chameleon there? [12:56:52] I'd imagine that if it's incompatible and you can't change it, then it must be completely deactivated, but that's just a guess [12:59:20] Chameleon is globally disabled, globally disabled extensions/skins won't be enabled even if the checkbox is checked [12:59:27] [1/3] you change skin (theme, layout) in this setting [12:59:27] [2/3] if by styling you mean colors and background image etc that has to be done with CSS [12:59:28] [3/3] i don't understand what are you trying to do [13:00:09] However, if Chameleon will eventually be enabled again, it will also be enabled in your wiki [13:03:37] So what mean? [13:31:19] Is this your wiki? Are you trying to change the default skin for all your editors on your wiki? Or are you trying to change the skin you use for just yourself on this wiki? [13:32:52] Unless you're a Bureaucrat for the wiki, you can't edit ManageWiki settings, which is how you can change the default skin for every editor on the wiki. [13:33:44] If you're just changing skins for yourself, go to Preferences > Appearance, and select one of them. Only skins enabled by Bureaucrats can be selected though. [13:55:36] I'm afraid there's a language barrier [13:56:14] if screenshots are his he's clearly a bureau, there's sidebar and logged in [14:33:26] Ah, then maybe they didn't enable the skin in Extensions? [14:33:30] That's my second guess. [16:22:58] <90gq29> [1/2] what is this [16:22:58] <90gq29> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424794072479957002/66qTrXx.png?ex=68e53e62&is=68e3ece2&hm=4a7e0f4658f4bc520cd4e428f1275235e3610836bb2de21b1d51e37d674e13f0& [16:23:11] <90gq29> (username removed) [16:23:17] suppressed [16:23:21] <90gq29> i see [16:23:49] https://tenor.com/view/bunny-rabbit-angry-pistol-pistol-gun-gif-17001523090508176980 [16:25:32] a revision which was customized to have its username hidden [16:27:38] <90gq29> aura ngl [16:34:47] Hi all, i recently started a wiki, and how tf do i open it to edit? [16:50:02] Click the Edit button [16:53:13] [1/2] sorry for taking so long, we had an adventure where one of our team erroneously wiped all TLS 1.2 exemptions [16:53:13] [2/2] should be back now for totaltenniswiki [16:58:28] where? [16:58:44] what do u see rn [16:58:47] on ur wiki [17:00:31] https://cdn.discordapp.com/attachments/407537962553966603/1424803520657227908/image.png?ex=68e5472e&is=68e3f5ae&hm=9723630b4b80bffe89a4287fcd28373b70284533a5f191758245e13ca1d54536& [17:00:36] just the normal page [17:00:46] i can't even open it [17:03:37] [1/2] That's not your wiki though, that's Meta. [17:03:37] [2/2] You need to type in the URL you set when you created your wiki. [17:03:41] ouh [17:03:43] thx! [17:03:55] No problem [17:03:59] what happens if i forgot it [17:04:44] It'll be [something].miraheze.org/wiki/Main_Page [17:04:46] you should've received an email with info about your wiki and also a notification on metawiki [17:05:49] found it, thanks! [17:09:17] Thankyou [17:34:51] https://tenor.com/view/24-karat-gold-labubu-cat-labubu-cat-holding-cat-cat-thing-kitty-gif-1060615370212115075 [17:41:35] silly [17:41:50] https://cdn.discordapp.com/attachments/1292077547030315011/1375376917946962011/7320831648431688416.gif [17:41:55] so sily [17:42:43] please post kitties on #offtopic tho [18:45:24] uh, my wiki thinks I'm a robot now 🄹 [18:46:01] also I have not talked here in a while but hi šŸ‘‹ [18:47:27] using vpn or abusefilter being cranky? [18:49:00] no i uh, just gave burecrat like everything in permissions without looking [18:49:15] remove the bot permission [18:49:23] also on another note, the wiki-bot i was using say the webhook was deleted cus "wiki deleted!" that was wierd [18:49:25] yeah i did now [18:49:31] hope it woorks [18:51:34] I'm tryign to not let any new stumbling users edit our wiki at the moment since we're not ready for a public outting and I was just chaging permissions left and right out of a little bit of paranoia I suppose [18:52:26] ok it woorked now [18:53:57] [1/2] but yeah finally got a new person to help out on our wiki [18:53:57] [2/2] wish we could find more but oh well [18:56:19] yay [18:56:24] maybe soon [18:57:35] Unlikely, it's hard to find people who'd be competent enough for it who'd be intrested in the topic. A little mean to say but it's kinda true. [19:09:05] understandable [19:23:04] same here on xyywiki [19:23:11] we've been have to use jwb for several days [19:23:23] do you want TLS 1.2 [19:23:27] i thought it would be auto fixed [19:23:37] so i have to request again in phab? [19:23:49] nah just answer the question with a yes [19:23:58] here's our first request: https://issue-tracker.miraheze.org/T14068 [19:24:10] it worked but cracked a few days ago [19:24:16] and ^ [19:24:24] good thing i keep an eye in this channel [19:25:08] remember we can be nudged if something's off, but please do answer the question directly [19:25:50] tbh i forgot what the stuff needed for awb is beeeeefore i found the ticket in my browser history [19:26:15] it is TLS v1.2 so my answer is yeeees now [19:26:54] ye have asked and ye have receieved (subject to like a 30s delay) [19:28:29] unfortunately we're not unable to undo all the TLS 1.2 exemptions automagically [19:30:41] ||search for `TLS` `AWB` `AutoWikiBrowser` in phab:|| [19:31:05] that's only a portion [19:31:38] countless requests have been made here [19:32:11] and its not like everyone uses the exact same clear language here [19:35:01] https://tenor.com/view/gif-gif-19497437 [19:43:59] [1/2] Is there a fix to tabber extension misalignment of content or the best solution would be making custom tabber? [19:44:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424844659389239346/image.png?ex=68e56d7f&is=68e41bff&hm=e51c4c0fbef0b377e3c06c20f25734ae34426f8bbeeeda773f65a3ad433cda03& [20:13:18] Hi, as an administrator, how to allow links to (specific) domains? We recently migrated https://wiki.ddnet.org. And linking to https://teeworlds.com currently isn't possible and I don't have permission to view/edit Special:AbuseFilter. There are likely other domains that are specific to ddnet that we'd like to link. And it seems like they need to be allowlisted first? [20:15:50] [1/2] Ah, the error occurs during translation. (And I've only also tested linking it from my user page). There I got the error [20:15:50] [2/2] > This action has been automatically identified as harmful, and therefore disallowed. If you believe your action was constructive, please inform an administrator of what you were trying to do. A brief description of the abuse rule which your action matched is: External links on userpages [20:18:12] If the edit is blocked by an abusefilter, the usual way to resolve it is to add the user to the `confirmed user` group with `Special:UserRights`. [20:18:26] I would assume it's a new user instead of an admin that triggered this error? [20:18:47] Yes, used my non-admin account to test adding links. [20:19:12] Will confirm user. Thanks, that should be a sufficient workaround / general workflow [20:28:54] @tali64 Can we plz show [this message](https://meta.miraheze.org/wiki/MediaWiki:Abusefilter-83) for global abusefilters that block edits from autoconfirmed users? It can always be reverted if CVT sees too many vandals. [20:31:11] i just realized we still have the birthday miraheze pfp, lol [20:32:16] This is a discussion for the general volunteer team [20:36:05] could you send me the wiki? i want to check it out [20:38:23] fair to keep till new year methinks [20:38:43] party rock all year [20:38:45] Does anyone else have a really weird issue where third-order tabs (such as Sprites > Side > Old) just reset to a first order tab when clicked [20:39:07] with the tabber parser enabled of course [20:40:49] It's reported on https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/issues/252 [20:40:56] I see [20:41:37] I think they're still trying to fix it. This might be a good workaround though https://discord.com/channels/407504499280707585/1402594417541648474/1402594417541648474 [20:55:30] True [21:01:23] I want that in https://tuscriaturas.miraheze.org the skin Chameleon to be disabled by a sysop [21:02:30] [1/2] Hello. I request that the non functional extension chameleon is ticked off by a sysop in https://tuscriaturas.miraheze.org , since we can't do it ourselves [21:02:31] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424864420416192662/image.png?ex=68e57fe6&is=68e42e66&hm=5cde05e630b8eb6b0b3c742c46b16f426ace023d4178190a1171ceb3a56ae0ca& [21:07:21] As it says, the extension is globally disabled. [21:15:04] https://thecelestialcaverns.miraheze.org/wiki/Ores [21:24:58] this wiki is so awesomeee [22:19:15] [1/2] Had anyone made something like this before to view module dependencies [22:19:15] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1424883732929581096/image.png?ex=68e591e2&is=68e44062&hm=73b44926d639cbf3db5c30b89877cef7a0830b4b0730d8bc9ccd716f4e96d817& [22:55:50] Not that I’m aware of but I would love that for Wikipedia [23:02:09] Ok...! Which is change skin on the Pop'n music Lapistoria miraheze wiki?