[01:18:33] @pskyechology is it one wiki request per week? [01:19:08] We currently use a different strategy: master support latest stable (instead of development) MediaWiki minor version (currently 1.44.x). You may check the required MediaWiki version in skin.json for the information. [01:20:41] Thats suboptimal because right now we can either use the release branches for each MW version or one branch for all MW versions [01:20:41] https://github.com/lakejason0/mediawiki-skins-Lakeus/issues/37 [01:21:08] Oh. [01:21:18] Does REL1_43 work with MW 1.44? [01:21:36] Since the class aliases were already deprecated, just not removed in 1.43 [01:21:54] Of course. [01:22:07] But we could branch REL1_44. [01:22:10] correction, it seems to be 3 days https://github.com/miraheze/mw-config/blob/main/LocalSettings.php#L5097 [01:23:21] That would be good [01:23:27] Then we could switch to the release branches [01:23:47] lemme see [01:24:02] i wanna have the CW config reflect the default and ill update the meta message as needed [01:24:03] [1/2] yall i may be a little dumb, but where exactly is this local settings file in my mediawiki? im tryna set up the discordnotifications extension but its my first time with this smart techy stuff [01:24:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401737415789514823/image.png?ex=68915d32&is=68900bb2&hm=7a2d5fd2bc5a76830913de609ef6e55d011c5664d1529081e48d9d0052bbc438& [01:24:18] You can't access it directly on Miraheze ussually [01:24:25] you set settings via [[ManageWiki]] [01:24:26] [01:24:47] if you need a new setting added to ManageWiki or something isn't compatible and must be in LS.php, we can do it [01:25:01] (or LW.php if it's really cool) [01:25:03] im gonna be honest im so lost rn LOL [01:26:06] We have a bit of software called ManageWiki that provides a nice user-friendly interface to do a lot of enabling and configuring of extensions. [01:26:16] This is what you do instead of manually updating localSettings.php [01:26:38] you only need to an additional webhook url [01:27:15] unless you're not a miraheze user, but are using our extension [01:27:29] OH i am a mira user, im just really REALLY braindead [01:27:38] Done. [01:27:40] no worries, me too [01:27:40] can you guys tell its my first time reading anything above a 2nd grade level [01:27:43] we all are [01:27:49] If your wiki is hosted by Miraheze, you can find this under the option labeled as "manage this wiki's additional settings", or by navigating to Special:ManageWiki/settings on your wiki [01:28:07] comes with a search bar :3 [01:28:17] Switch over to the Notifications tab of that screen to see the discord-related settings, or yes, use the search bar as there's a LOT in there. [01:28:54] Thanks, I'll change the branches in mediawiki-repos tomorrow [01:28:57] OHHH i was lookin in the wrong parts of managewiki [01:29:09] alr ty yall ill come back if i have another brainfart 🙀 [01:29:22] Glad to be of help, happy wiki-ing to you. [01:29:51] [1/9] default is ```php [01:29:52] [2/9] "RateLimits": { [01:29:52] [3/9] "requestwiki": { [01:29:52] [4/9] "user": [ [01:29:53] [5/9] 5, [01:29:53] [6/9] 60 [01:29:53] [7/9] ] [01:29:53] [8/9] } [01:29:54] [9/9] },```? [01:30:00] so [01:30:08] 5 in 60 seconds.... [01:30:12] UUUUUUGH [01:30:20] so that message is correct for the default [01:30:52] :) [01:31:30] so now what [01:31:39] Man the implementation of that searchbar in managewiki was an absolute gamechanger. Made it SO much easier to find what you were looking for xD [01:31:54] if you have javascript disabled, you can ctrl+f as well x3 [01:31:55] Lawd praise @cosmicalpha [01:33:52] you could make the message take arguments, i'd yoink something from DiscordNotifications [01:35:11] a la https://github.com/miraheze/mw-config/blob/main/LocalSettings.php#L5097 [01:36:17] well this is a mw core notif [01:36:53] you don't have to use that [01:37:16] what did you do to display a different message then, im curious [01:44:41] hm? [01:45:23] lmao i just noticed i forgot to copy the link [01:47:27] [1/2] in here: https://github.com/miraheze/CreateWiki/blob/a0b9233b8634a0ec47366c84e5432ecd6c2f9f03/includes/RequestWiki/Specials/SpecialRequestWiki.php#L188 [01:47:27] [2/2] you can use literally any message, you don't have to use `actionthrottledtext` [01:47:59] you could use `createwiki-throttled` for example, and define it in i18n [01:48:33] or going by already existing messages i think i'd go with `createwiki-error-throttled` [01:48:45] [1/2] that was the plan already [01:48:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401743631337000990/Screenshot_20250803_214829.png?ex=689162fc&is=6890117c&hm=f018c06936fc5cdc40b2e0615e90004c93ba8cbd45b02d36ae73e6d9175d4e1f& [01:49:51] excellent, and dont forget qqq.json [01:50:36] then it has to be translated on CW itself using that message means its already much more localized and reduces the messages we need which we should have the minimum for. [01:51:17] for the record im not fully against changing it thats just why it was done like that to begin with. [01:52:08] yeea yeah [01:52:23] ? [01:52:28] i wonder if we could do some tomfoolery to use actionthrottledtext by default but use something else when it is defined [01:52:38] you can [01:52:54] i wish pix a very nice adventure [01:53:22] unless CA feels like telling the answer immediately [01:53:43] :steamhappy: [01:53:49] i aint sleepin tonight [01:54:13] but for now i watch a 40 YO movie [01:54:33] `!$this->msg( 'othermessage')->isDisabled()` [01:55:05] why tf do messages have a disabled attr [01:55:11] they dont [01:55:34] that means message != false message != empty string and message != - (minus) [01:55:44] so basically it exists and is set. [01:56:15] i think skye meant if the setting isnt the default change the message [01:56:36] the current core message works assuming the default config (5 in 60s) [01:56:41] but for prod config [01:56:43] not so much [01:57:13] in that case it should prob say like try again in 1 week [01:57:50] could do that too [01:58:34] using the calc of the time or smt [01:58:42] [1/2] but the message is "As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit. [01:58:43] [2/2] Please try again in a few minutes." thats pretty generic and fits regardless of what is configured... mentioning exact time period invites its own issues also. [01:59:14] its the few minutes thats an issue when they should wait a week [02:00:56] I believe this is now done? [02:02:18] quite honestly that should be reported upstream and hopefully changed there a lot of things reliant on the config use that message. [02:04:57] Phab task? [02:06:18] maybe if there isnt one. that message is not even consistent like how login throttle give $1 vars etc... even apierror-ratelimited is more generic. [02:08:19] hm? [02:08:26] https://phabricator.wikimedia.org/T187283 [02:08:35] there is one...from 2018...lol [02:09:43] https://gerrit.wikimedia.org/r/c/mediawiki/core/+/785150 exists too lol [02:11:03] uh [02:12:05] i aint dealing with this, lets just make a new message [02:12:28] for not default cpnfig [02:12:33] what if like [02:12:38] use a message that [02:12:43] we dont define [02:12:49] for not default configs [02:13:03] I might try and take that core patch over later and redo it. I'd prefer it be in core. But for now I guess we can add it to CW and remove later. [02:13:06] and leave it to local admins to set :steamhappy: [02:14:35] Could just add an override in MirahezeMagic for actionthrottledtext to say try again later instead of in a few minutes lol the way rate limits work adding parameters to tell exact time is actually pretty tricky. [02:16:09] we could [02:16:22] wanna do that? [02:16:25] actually [02:16:46] no thats a pointless idea [02:17:13] I'd rather have it say week but thats still better [02:17:49] A week is still config dependent [02:18:01] exactly [02:18:05] if config changes then message would need updated etc... also [02:18:23] id rather be able to have a sensible default and also we can update the message on wiki [02:19:10] I guess [02:19:26] lol why is this so complicated. Why cant the message just say based on config itself... [02:19:51] would make it so much essier if it did lol [02:19:51] thats i proposed kinda [02:20:03] I mean in core lol [02:20:20] [1/2] debt [02:20:20] [2/2] someone decided not doing that was easier [02:20:24] can we cacl how many days from seconds [02:20:34] mediawiki is american [02:20:40] LMAO [02:21:03] yeah /86400 [02:22:26] i mean to display, and dust to minutes days etc [03:41:16] [1/2] What's the branch? [03:41:16] [2/2] idk about your topic [03:52:47] [1/2] Why the icon size becomes weird when I go to the setting page [03:52:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401774848090308789/IMG_20250804_115152.jpg?ex=6891800f&is=68902e8f&hm=cce6ab31d9c69f8d13a66b464eed0ca1912e35be5f76b7a61593846e209519e1& [03:55:17] Special:Preferences does not load any CSS you've written on MediaWiki:Common.css [04:14:47] @posix_memalign yo, would you be able to file an Request for permissions (bot) so a Steward can add the bot bit to User:PetraMagnaBot on Meta? [04:21:33] Sure, though I'm not sure if it's necessary since the bot only makes an edit or two per day for now. I also thought of requesting `autopatrolled` so that Rodejong doesn't have to mark it as patrolled every day. [04:23:38] If bot doesn't include that, I'll grant ap [04:24:41] How can I fix it? [04:43:07] How many people use new skin Lakeus? [04:43:19] [1/3] Resize your logo to 135x135px [04:43:19] [2/3] https://m.mediawiki.org/wiki/Manual:$wgLogo [04:43:19] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1401787560488996924/Screenshot_2025_0804_114228.png?ex=68918be6&is=68903a66&hm=f97dda2305efa6ecc6fbb9125daee4407a9b77f1b08993f4b075d50bc2206c8d& [04:47:00] So is it the case that I cannot get replaceText on a new wiki? [04:47:09] you can [04:47:39] Oh [04:48:34] thanks [08:07:43] [Maybe I should have marked the wiki as private](https://meta.miraheze.org/wiki/Special:RequestWikiQueue/63537#mw-section-comments) [08:08:14] How is this the case? Because it seems like that private wikis are counted as vanity wikis. [08:16:38] private or not, it doesn't matter - you follow platform's rules regardless [08:16:57] we discussed that just yesterday w/ another wiki, actually [08:17:51] You're here buddy???? [08:18:36] No Polcompball drama here. This is not a Polcompball Wiki. [08:18:51] I know I know [08:18:55] Just in case you're wondery [08:19:01] I tried to report polcompball [08:19:04] NEVER TELL ANYONE [08:19:12] I can't do the Captcha [08:20:50] I'm now demotivated bruh, and what's keeping me onto making a website is I have to bang my head so hard because I'm not that good in JavaScript [08:23:16] again, you should have researched in means first before making final plans [08:24:03] <_fizban> [1/4] if anyone has time [08:24:03] <_fizban> [2/4] I am trying to update a normal svg image and for some reason it keep saying: [08:24:04] <_fizban> [3/4] The XML in the uploaded file could not be parsed. [08:24:04] <_fizban> [4/4] this never happened to me [08:24:40] <_fizban> https://cdn.discordapp.com/attachments/407537962553966603/1401843268106321951/Senza_titolo_603_20250804101729.svg?ex=6891bfc8&is=68906e48&hm=fd003f352b7cd67efb780411938c9a225babc8b06b669ed4f37916ceea28dd30& [08:25:06] did you edited the old image? can you try to upload it as new file? [08:25:54] <_fizban> I am uploading this ex novo, I am trying to update my wiki and change png images with svg versions [08:26:25] but you said update normal svg image [08:27:04] <_fizban> ah my bad I meant upload, sorry... lapsus [08:28:26] hmm [08:28:32] <_fizban> it's because originally I intended to just update but you can't do that if you change format apparently, my brain must have defaulted to that original linr [08:28:39] I checked the Global Content Policy, but I didn't see a policy on vanity pages anywhere [08:29:22] yeah format must be the same when updating a file [08:30:01] did you created svg by yourself in some program, or got them ready from somewhere? [08:31:11] was this only happened on that special page? or other type of namespace pages may had the same case as well [08:31:34] how do i make my text extract only one line! [08:32:42] user preferences and login/registration special pages [08:32:55] disables all custom css and js [08:33:13] <_fizban, replying to _fizban> [1/2] I hoped this would be an easily resolvable thig [08:33:13] <_fizban, replying to _fizban> [2/2] Maybe I should make it a thread on support [08:33:46] Claire, you here? [08:33:54] yeah [08:33:56] can you help w/ svg's? [08:33:59] sure [08:34:24] <_fizban> The weird thing is that it happened ONLY for this particular file, none of the other new svg versions of the images I was uploading to update the wiki [08:34:43] i would like to say that my computer hates you /h [08:34:58] /lh [08:35:13] Weirdly enough CSS loaded through ThemeToggle is loaded onto Preferences as well, and I'm not even sure if that's intended [08:35:23] ^ here's file [08:35:33] <_fizban> I even tried to do it all from scratch again, go back to the drawing app, recreate the png, go to the other drawing app, convert to svg, upload again [08:35:36] <_fizban> Same result [08:36:00] to verify, that is an svg? [08:36:21] [1/2] interesting :ThinkerMH: [08:36:21] [2/2] but also, Cosmos styling settings also work in there, assume because they in localsettings [08:37:02] <_fizban> Svg yes [08:37:46] there's a whole embedded png [08:37:55] the entire thing is a png ^^; [08:38:19] <_fizban> Wait... Maybe I messed up uploading [08:38:44] <_fizban> Either that or there's a whole different problem [08:38:53] https://cdn.discordapp.com/attachments/407537962553966603/1401846843046105188/1754296726932.png?ex=6891c31c&is=6890719c&hm=c349d24d9403aba0a52601a3210463dfa8bf16290fd248fbc3f2c3fa5ef3503c& [08:39:28] <_fizban> Yes it's that and I would desume it's the png version [08:39:37] that's the embedded png, yeah [08:39:57] <_fizban> Wait lemme go back to the laptop and try to see why it happened [08:40:00] [1/2] here's the svg without the embedded image [08:40:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401847126786310184/1754296798650.svg?ex=6891c360&is=689071e0&hm=1af3073015d56998eb83c8031542d0204a00657ad5e6c9459763852011853591& [08:40:12] ah, png stuck inside svg? [08:40:16] yep :p [08:40:19] <_fizban> Apparently [08:40:22] fascinating [08:40:28] <_fizban> Or... Some reason [08:41:08] <_fizban> Explains why it uploaded it in such a weird way to the chat [08:41:09] ive heard some other funky stuff about png misbehaving before lol [08:41:29] try that new file now i guess [08:42:28] <_fizban> Is it of the image? My phone refuses to collaborate and opening it, I am still not back at my pc [08:42:55] yeah i don't think phones can comprehend svg w/o special apps [08:43:23] although usually svg can be viewed in web browser [08:43:30] <_fizban> Wait... Not even my pc reads it [08:43:31] <_fizban> Tf [08:43:54] <_fizban> Maybe it's blank [08:45:01] <_fizban> [1/2] But now the question is... Why in God's green earth did inkscape suddenly start doing this nonsense in the first place [08:45:01] <_fizban> [2/2] The imbedded png thing [08:45:36] claaaaire [08:45:46] i was looking at an abuse report submitted via video [08:45:54] lol [08:46:01] no idea tbh ^^; [08:46:35] my aves app recognised svg, it appears just blank [08:47:05] <_fizban> [1/2] be patient... I am trying again to see what it generated... might well still be the same nonsense [08:47:05] <_fizban> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401848908128452668/Senza_titolo_603_20250804101729.svg?ex=6891c508&is=68907388&hm=f8e73cc775554e5b0d765e480c446f883b0e954c060fae26cc4d63f04fe7dd72& [08:47:20] <_fizban> yep... looks like it [08:47:34] 10 mb ... [08:48:11] <_fizban> ye... that's another thing... why... [08:48:42] sorry but i have only phone and tablet w/ me lol, can't look into further [08:49:23] <_fizban> maybe I should just give up and do the whole coat of arms ex novo and hope this is just something with this file and not a problem that will continue [08:51:33] <_fizban> [1/2] does anyone know a high svg converter if all fails? [08:51:34] <_fizban> [2/2] every one I found online for free thus far botch the conversion of complex images [09:01:23] is there any way to add on my wiki gif as an background? [09:01:30] <_fizban> I tried another coat of arms, all went without trouble [09:01:59] <_fizban> It's literally just this one that for some reason my program decided it hates personally [09:04:07] via css but it is not advisable to put gif on background, might bring much eyestrain [09:04:56] Thanks [10:02:34] So what, now I'm afraid if I have made a worldbuilding wiki, then the request will be declined [10:23:17] NOOO [10:37:57] So, Semaverse is all that's left. I would have to spend hours, days or even weeks coding a wiki in GitHub because of that. Since it's no longer synonymous, I'll be renaming it to OganessonWiki, because it takes place in the Oganessonverse [10:40:59] Other sites offer less customization and more standardization, so this is why I avoided Tumblr and WordPress [11:42:41] [1/2] Why some gifs refuse to load properly on the wiki? Opening their dedicated page loads them properly, but on the wiki they just don't load [11:42:42] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401893101483724920/image.png?ex=6891ee31&is=68909cb1&hm=7001f9206e6d7a0b6975df7f8d11d131357576d07e7dc87b7e3544cf2768f3c9& [11:43:00] https://cdn.discordapp.com/attachments/407537962553966603/1401893178470043780/image.png?ex=6891ee43&is=68909cc3&hm=8cf90a22df24d3327e18fe62c5280a0911d18f20f805049e1a08c7e7f793ba01& [11:43:19] [1/2] Hey folks, I'm new to Mirahaze and I'm wondering what the problem here is. [11:43:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401893260259102812/image.png?ex=6891ee57&is=68909cd7&hm=7ff5fff87bc16f61f5a20b67754815f37def91e56796096a55df642723d59b1f& [11:43:57] Idk much about Miraheze but sometimes that happens to me on other websites when there are internet issues [11:46:12] [1/2] You'd need to go to ManageWiki/core to find the database name (`emuempirewiki`). [11:46:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401893980391735358/image.png?ex=6891ef02&is=68909d82&hm=c96f46441866de71fef6ed244dc269e680d90f8bcaedf005b56d3b3a9afce9e2& [11:46:25] It's all good I figured it out [11:46:26] thanks [11:47:08] If it was an internet issue, all gifs wouldn't load, in my case only like every 3rd one doesn't load [11:48:18] Yes, just updated mediawiki-repos so we're using the release branches now [11:50:15] 🦤 [11:57:41] Where is MediaWiki:.css [12:05:06] <_fizban> [1/2] I made it in the end, I remade the coat of arms from scratch, somehow it still didn't work, I then messed around with the png importing method of Inkscape, got it to sorta work, got one more new error but managed to edit the code of the svg (with the help of chatgpt, I can't really code...) [12:05:07] <_fizban> [2/2] And now it works, weirdly enough, even if I converted some more files to svg with Inkscape through the morning, no one else gave me any similar problems... It just, weirdly... Really didn't like that one [12:10:36] [1/2] you just go to that page in URL and create one, they don't exist by default [12:10:37] [2/2] name of the page follows `.../wiki/` in URL [12:11:35] maybe it was it too complicated [12:11:44] <_fizban> Most likely [12:12:47] Wait so [12:12:58] hold on [12:13:22] [1/2] I use citizen [12:13:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401900820303319101/image.png?ex=6891f561&is=6890a3e1&hm=eb8fdedf77ff2a9ddcd212dc17272fe0f36fcf313b4b7a976414466bb40c2dd0& [12:14:23] so MediaWiki:Citizen.css [12:14:52] [1/2] That doesn't look right [12:14:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1401901197660651580/image.png?ex=6891f5bb&is=6890a43b&hm=f146f1ac0745c52cbacea84b8b3f7a498a694a22af40e44296b0db16967a12af& [12:15:30] i said after /wiki/ [12:15:52] `.../wiki/MediaWiki:Citizen.css` [12:16:17] Main_Page is ... main page ... [12:36:54] [1/2] I am being haunted by the ghost of span.dynamiccolors [12:36:54] [2/2] https://cdn.discordapp.com/attachments/928993221567201353/1401899388602814495/image.png?ex=6891f40c&is=6890a28c&hm=0fa7292d1e7b849a606b3a20b427858b8b229dc3d5a05a5102d02cfea7c7588c& [12:37:08] I don't know where it appears at. There's literally no CSS for it. It's just there. Help [12:37:35] this appears when I update a page which has Cargo data by the way [13:06:26] is anyone able to help with fonts? [13:07:16] [1/10] I've uploaded the .woff2 file, and added ```@font-face { [13:07:17] [2/10] font-family: 'MinecraftSeven'; [13:07:17] [3/10] src: url('https://static.wikitide.net/agesofconflictwiki/8/84/Minecraft-Seven_v2.woff2') format('woff2'); [13:07:17] [4/10] font-weight: normal; [13:07:18] [5/10] font-style: normal; [13:07:18] [6/10] } [13:07:18] [7/10] body { [13:07:19] [8/10] font-family: 'MinecraftSeven', sans-serif; [13:07:19] [9/10] } [13:07:19] [10/10] ``` to the css [13:07:24] https://agesofconflict.miraheze.org/wiki/File:Minecraft-Seven_v2.woff2#filelinks is the font file btw [13:12:35] is there a way to import a page history w/o overwriting the current page? [13:27:50] hey MacFan4000: are you on right now? got a question related to Extension:Translate and I feelyou know that thing a lot better then I [13:51:22] @pixldev I’m here [13:52:50] yo, I'm trying to go ahead and add the results of [[Requests for Comment/Steward-based appointment of elected roles]] to GA, GP and WM(cause we uh, forgor entirely), and but not solidly sure on how the translation tag marker things work, so I'm hesitant to just paste over [13:52:51] [13:53:12] [[WP]] has a simpler xlate 'structure' that the extension was able to add new tags for [13:53:13] [13:53:22] GP* [13:53:52] but GA and WM are a bit harder since they seem to open and close tags around each line [13:59:06] those two seem to use individual tags for things like bullet points [13:59:20] well thats nice (not) [13:59:30] should I just wing my best attempt to keep the pattern? [13:59:44] but other then that, its mostly a single set of tags for multiple lines [14:00:52] the extension seperates units via the blank line between each normal line [14:01:11] whats even the point [14:01:26] the GP page only had a single and tht worked fine [14:01:30] well [14:01:38] fine as this extension ever works [14:02:05] different people do things in different ways [14:03:19] sigh [14:04:04] I would just go by the formatting that is there, but as always let the extension add , etc tags rather then adding them manually [14:05:47] so keep the translate tag per bullet system? i think the GP page actually automatically seperated those messages [14:06:33] it didn't when I just went to mark it for translation [14:07:23] ah, i was wrong [14:08:20] for normal bullet points, you could put a blank line between each but for numbered bullets (like with #), you have to use individual tags, otherwise the numbering will be messed up [14:09:08] (an extra blank line would cause the numbering to be reset) [14:09:58] do note my edit to GP, which added a blank line after the section headers, as this seperates them from the first line of the section [14:09:58] I don't think these have any numbered lists [14:11:46] h [14:11:48] ah8 [14:11:50] ah* [14:13:40] so like this> https://pastebin.com/uDexfxWH [14:15:10] Looks good [14:15:24] lets give it a shot [14:17:46] MacFan4000: done https://meta.miraheze.org/?diff=483977 [14:17:51] look good? if so ill move onto GA [14:19:35] looks good, and seems like it parsed properly [14:20:27] THanks for the help Mac [14:31:13] not really no, unless you wanna copy the contents, delete the page, import it and then overwrite it [14:31:23] afaik there aren't any scripts to add history [14:41:13] this code works fine on my test wiki [14:41:29] huh really? [14:41:49] no clue why it won't work for me then [14:41:52] https://skye2.mirabeta.org/wiki/MediaWiki:Common.css [14:44:39] well, for starters, try leaving the body part in your personal css https://agesofconflict.miraheze.org/wiki/User:Eatyourglory/common.css [14:44:55] (out of context this must sound wild) [14:51:56] that's not my css lol [14:52:03] oh [14:52:06] that's another person from the wiki neither of us could work it out [14:52:23] https://agesofconflict.miraheze.org/wiki/User:CrimzonConflict/common.css [14:52:25] is my one [14:55:01] @truckki cosmos skin was overriding it, use `body * {...}` instead [14:55:03] e.g https://agesofconflict.miraheze.org/wiki/User:Skye/common.css [14:59:53] ah [15:01:18] ooh ty [15:04:46] the font looks really nice [16:21:51] chrome new shortcut to open group tabs conflicts with preview (alt+shift+p) [16:22:34] is there a way to change the wiki shortcut? I didn't manage to eliminate or change the chrome/mium shortcout 🙁 [16:27:22] [1/2] hi i'm like brand new to using miraheze and i'm super confused as to how it works (i've used mediawiki as an editor on a different wiki, but this is the first time i'm making it myself) - how in gods name do i enable semantic mediawiki to my little wiki? how do i create my own templates? i'm not seeing a page for template creation, only importing, and the option to enable semantic m [16:27:22] [2/2] ediawiki is greyed out on my end :xsob: sorry if this is the wrong place for this question [16:27:37] i've looked it up and everything but nothing is giving me a straight answer [16:28:45] My images are no longer displayed [16:28:56] I don't know what to do [16:28:56] for semantic mediawiki you'll have to make a [[SR/RC]], you create templates like your create pages, you can search for `Template:MyCoolTemplate` and click the red link to start creating it [16:28:57] [16:29:03] link? [16:30:14] thank you sm!! i tried enabling special:pageforms but then it got mad and said i wasn't allowed to access it which i thought was weird [16:30:58] https://fiction.miraheze.org/wiki/Doctor_Doom_(Marvel_Comics) [16:31:06] yes, some extensions are restricted due to possible technical issues or being broken [16:31:37] alright. i suppose as long as i can just create templates like i would a page i don't need semantic wiki (though it's nice to see all templates in one place) [16:32:51] what do you mean see all templates in one place, you mean just where they're used, or the data in them? [16:34:09] which image is not appearing for you? im not seeing anything missing [16:36:06] seemed to be a small down just five minutes ago, my images didn't load also. But now is nice [16:42:44] https://cdn.discordapp.com/attachments/407537962553966603/1401968607784730684/Images.PNG?ex=68923483&is=6890e303&hm=80dbdf0cb2c7ecc03d8b12d6d8d616b71ba200bd60db88b50cb5e6bbbf4327a3& [16:42:45] What I see [16:45:13] like in the other wiki there's a page where it's just a list of all the templates [16:45:22] any errors in console? what happens if you open https://static.wikitide.net/fictionwiki/thumb/6/67/The-last-of-us-saison-3-2027.png/180px-The-last-of-us-saison-3-2027.png [16:48:24] It work [16:50:00] what happens if you press ctrl+shift+i and open console in Special:ListFiles? any errors in there? [16:50:14] [[Special:WhatLinksHere]]? [16:50:14] [16:51:30] https://cdn.discordapp.com/attachments/407537962553966603/1401970815561629716/Screenshot_2025-08-04_at_12.51.27_PM.png?ex=68923691&is=6890e511&hm=ab84a72f8fa21346a2f6102ce368310176b739ad2cea25ac9354a3395202a8a2& [16:51:34] counterpoint: https://meta.miraheze.org/wiki/Special:AllPages?from=&to=&namespace=10 [16:51:37] the Templaes page [16:52:01] but it was under page forms anyhow [16:52:55] i think special:allpages covers that pretty well [16:53:31] if you want, you can also use dynamicpagelist3/4 to query all pages in the template namespace and output them in a page called "Templates" [16:54:21] [1/7] as shrimple as [16:54:22] [2/7] ``` [16:54:22] [3/7] [16:54:22] [4/7] namespace=Template [16:54:22] [5/7] (probably some formatting parameters cause its gonna be a looooong list xd) [16:54:23] [6/7] /dpl [16:54:23] [7/7] ``` [16:55:21] Wait, don't know how do it [16:56:30] no error it seems [16:57:11] weird [16:57:27] well, at least images appear for other people so that's good [16:57:50] [1/2] templates is a type of pages, i guess you know how the work [16:57:50] [2/2] thing is, on a new wiki there are no templates, you gotta create/code them or you can import some from another wiki, for example our Dev Wiki offers some, or you can take from the wiki you edited before (as long as their license allows) [16:58:17] But not for me [16:58:21] It's annoying [16:58:32] [[dev:]] [16:58:33] [16:58:54] Isn't there a way to purge the cache or something? [16:59:38] you can try purging the page by adding `?action=purge` to the url (although this may not do anything for special pages), or also `?debug=2` [16:59:58] if neither of those work, you'll probably just have to wait it out [17:00:35] [1/5] here's basic MediaWiki guide about templates [17:00:35] [2/5] [[mw:Help:Templates]] [17:00:35] [3/5] here's our overview and guide about infoboxes [17:00:36] [4/5] [[Infoboxes]] [17:00:36] [5/5] bear in mind, that import is preferable to just copying the code of a template due to possible dependencies inside them and attribution requirements (explained in infobox guide) [17:00:36] [1/2] [17:00:37] [2/2] [17:03:21] Oh yes, and it's like that on all my other wikis, so I guess the problem is with me. [17:03:41] do you happen to be using a vpn [17:08:30] hhhhh why can't i upload a file [17:08:44] what's it telling you [17:08:53] it says permission error but i'm the one that put in the creation request [17:09:08] are you logged in? [17:09:12] yep [17:09:17] is the wiki private and are you logged in? [17:09:34] not private no but i am logged in [17:09:55] did you changed permissions beforehand? [17:10:24] i changed some but only for users people who wouldn't be logged in/have admin access [17:13:21] No [17:13:28] weird [17:16:20] if i'm a bureaucrat and an administrator, would some permissions override the others (like if bureaucrats don't have some permissions that administrators have, what permissions will it default to) [17:16:53] you will have the permissions of all your groups combined [17:16:58] Permissions are defined by what you have, not what you don’t [17:17:05] inch resting [17:17:07] So if you have both; it’s all of them [17:17:50] so yea according to the admin role permissions i SHOULD be able to do it [17:18:23] I deleted my data without success, so I don't know. [17:18:24] this is why the bureaucrat right on its own is very spartan as it is meant to be additive to a sysop's rights [17:19:08] makes sense [17:19:13] and why interface admin is its own thing altogether as it's assumed not every sysop should necessarily be able to control overall styling [17:19:23] though you can merge those bits into sysop and then dump that group [17:19:47] like the division of power stuff does make a lot of sense [17:20:03] but i wanna upload my silly little files for my silly little game :((( [17:20:08] the groups I would not mess with too much are bureaucrat and sysop, for example to merge bureaucrat into sysop, because mediawiki permissions by default and various behaviors assume the existence of bureaucrat and others assume sysop [17:20:42] if bureaucrat is gone, even if managewiki is added to another group, you will not be notified of dormancy policy automatic actions [17:20:49] @mikkiiii my current theory is that you no longer have the edit permission, so you cant upload lol [17:20:57] sysop does not have that by default [17:21:02] which is weird [17:21:34] https://cdn.discordapp.com/attachments/407537962553966603/1401978382413074552/wut.PNG?ex=68923d9d&is=6890ec1d&hm=e594d897f56a352d0131cafc2eaaca4c5581f6c1c6831d11559f34104d33bf8b& [17:21:34] omfg you're right sysop didn't have the edit perm [17:21:35] ??? [17:21:36] sysop likely assumes the baseline user group has all regular editing permissions and/or are autoconfirmed which add a few more things [17:21:53] but the upload file perm is a separate one [17:22:10] what's the error in the console [17:22:37] hmm [17:22:46] IT WORKED THAT'S CRAZYYYY [17:22:51] Most things require edit [17:23:02] You will need edit to upload as well [17:23:08] ^_^ [17:23:43] I don't know, where do I see that? [17:24:05] same way as before, by opening inspect element/devtools (ctrl+shift+I [17:24:29] https://developer.chrome.com/docs/devtools/open [17:24:40] Actually, I think the thing is loading the image with the wrong URL. It says wikitide instead of miraheze, so it can't find the image. [17:25:41] no thats where images go [17:25:46] all is right [17:26:23] Wait, it's loading [17:26:47] thank you guys~ [17:27:01] ofc [17:27:06] Ok, what I'm seeking? [17:27:19] I opened the panel. [17:27:58] https://cdn.discordapp.com/attachments/407537962553966603/1401979992413437953/cons.PNG?ex=68923f1d&is=6890ed9d&hm=f562436e711b7af094bacce2991778047a00b155b414112f550e166e80e0cb64& [17:28:00] get it [17:29:57] that's wack [17:30:23] one person had this issue a year ago and they fixed it by restarting their router lol, but im not quite sure if thats gonna work for you too [17:30:49] I wish I didn't have to do this. [17:33:22] what extensions are you using on chrome? [17:34:03] Ad blockers, mainly. [17:35:24] If you hover over the link, does it let you open in new tab [17:35:28] Does it load then? [17:35:53] WikiTide instead of Miraheze is fine [17:35:58] had them open one earlier, it did [17:36:04] Yes [17:36:18] No captchas or ad blocker warnings? [17:36:35] No [17:36:44] Stupid computers [17:37:45] I have to admit it. [17:39:28] So, is there a solution or not? [17:47:49] Not yet [17:49:02] Great. Thanks for your help (and I'm not being ironic). [18:04:08] ok another question - i want to change the location and/or size of my wordmark (my wiki's name is long and honestly i'd much rather use the official logo instead of the name) [18:04:39] i've been able to change what the wordmark looks like graphics wise, but it's very stretched regardless of the dimensions i put in [18:11:15] omg wait scratch that i guess it worked??? [18:11:31] she's just a little slow to update but that's my fault bc i'm impatient lol [18:16:50] managewiki changes can take a refresh or two to show [18:17:14] and any global css changes take a long ass time if you dont bypass changes [18:27:35] oh is there a way to change the logo margin? i was able to get it to just be the logo i wanted but now there's a bit of padding and i want to center it a lott [18:28:04] if not that's fine it doesn't look too bad [18:43:40] via CSS? [18:54:49] you right [18:54:59] thank you guys for being so patient with meeee [18:59:28] So I got it to work but now after using a new font that should work it well no longer works [18:59:40] [1/10] anyone know why ```@font-face { [18:59:41] [2/10] font-family: 'CCRedAlertINET'; [18:59:41] [3/10] src: url('https://static.wikitide.net/agesofconflictwiki/d/d6/CCRedAlertINET.woff2') format('woff2'); [18:59:41] [4/10] font-weight: normal; [18:59:42] [5/10] font-style: normal; [18:59:42] [6/10] } [18:59:42] [7/10] body * { [18:59:43] [8/10] font-family: 'CCRedAlertINET', sans-serif !important; [18:59:43] [9/10] } [18:59:43] [10/10] ``` isn't working [19:00:48] oh wait, it works on my own css but not common.css [19:00:49] weird [19:00:54] it is working, common.css is slow to update [19:01:00] oooh [19:01:00] ty [19:01:02] `?debug=2` will be your friend [19:01:07] sorry what is that [19:01:23] altho oddly enough this enw font is uh, pretty small [19:01:29] means it won't load CSS from cache [19:01:49] is that an issue with the font itself? [19:02:32] [1/3] the first image is the font before and the latter the new font [19:02:32] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1402003791846309978/bn4wcP7.png?ex=68925547&is=689103c7&hm=9420dc24ebb9fafa98eaa6393bfe69ae9d29aaa4e8ae904525d9d5ca062d4d5d& [19:02:33] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1402003792278327336/v2pSjKG.png?ex=68925548&is=689103c8&hm=bba6cc810843dcbb6e1e8e3c894ce66ece214f14dcb65e305c19b27ed751af4e& [19:02:45] can I scale it abck up or not [19:14:30] uhhh I made a mistake with my personal css making the entire wiki unfunctional [19:14:37] and I can't even make edits or revert it [19:14:52] can anyone here please undo the last change https://agesofconflict.miraheze.org/wiki/User:CrimzonConflict/common.css [19:18:07] oh thank god I was able to delte page bareley [19:18:24] add ?action=debug at the end of any URL, and it will load without any of the custom CSS and JS [19:33:18] [1/2] yall i got another brainfart, i needa clear out all of these thread pages that fandom ported over but idk how to mass delete them.. i got the nuke extension but idk what to fill in for it to clear all of THIS [19:33:18] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1402011535932653658/image.png?ex=68925c7e&is=68910afe&hm=8dcf8e6952b9357b549b2efdacc14d7982dbf981b12fdfa0cb7730b98595040f& [19:39:27] `Thread:%` oughta do it [19:40:06] OHHH i wrote it like `%thread%` like an idiot [19:40:10] can u tell im stupid [19:40:21] but anyways.. still no results show up [19:40:22] nah that doesn't make you stupid [19:40:24] which is odd [19:40:24] damn [19:43:22] [1/2] Is this the pattern you used? [19:43:22] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1402014068394557642/image.png?ex=68925eda&is=68910d5a&hm=2b3f23637134c2b8e013e672650e366d10dbe0c13f80d64c7bf3c2bd9f37277c& [19:43:51] If so, the import might have messed namespaces up. [19:43:58] they're in the main namespace [19:44:07] i think this is an issue with nuke not recognising imported pages [19:44:25] i just saw that part on the help section for the extension [19:44:34] BUMMER.. because theres over like 1k of these pages [19:44:38] Nuke doesn't specify a namespace by default, so that should be fine. [19:44:47] i wouldnt mind manually deleting them if it wouldnt FLOOD my logs channel [19:44:52] I guess enabling DPL3 and NukeDPL would be the next step? [19:45:04] ill try that lowkey [19:45:45] either that or I fire up my trusty deleteBatch [19:49:19] [1/2] anyone know why im getting errors whenever i try to save my template css when it has a var? [19:49:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1402015564360319106/image.png?ex=6892603e&is=68910ebe&hm=96efe0a07e203a43497365f4cc315ca3f35afc6f33d820a1ea27925f3b7845e0& [19:50:31] TSE was updated and it hates `rgb()` now for whatever reason [19:50:48] (TemplateStylesExtender) [19:54:52] @pixldev it appears there is a typo in the latest Miraheze Monthly. It says “scrapped data” and I think it should say “scraped data” as “scrapped” indicates it was discarded. [19:56:37] None of us can spell [19:57:20] Fixed. Thank you! [19:59:26] [1/2] I'm glad we deliver issues with transclusions instead in source code, otherwise some nasty things need to be done to fix these. [19:59:27] [2/2] Hopefully this incident doesn't start a precedent of modifying older issues: fixing typos like this is probably the only acceptable change after publication. [20:03:45] damn, not great timing [20:04:03] do we know if a fix is planned or? [20:04:55] the fix is to use rgb() when defining the variables (`--coolVar: rgb(1,2,3)`) or to not use it at all [20:05:13] thank you [20:14:40] [1/2] @lightning789 fyi btw: [20:14:40] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1402021942999122040/image.png?ex=6892662f&is=689114af&hm=3a8cfa01652fa48278f0b3163d052aadea14ad82d4fe2a465b15b9ddf96f5cba& [20:22:06] [1/3] Does anyone know why my TitledBox looks like this (1st image) and not like the 2nd image? They use the same code [20:22:06] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1402023816808501380/image.png?ex=689267ee&is=6891166e&hm=745b1629210309d0369129e74ca74deba6d9567923946534323e8530984d4a89& [20:22:07] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1402023817005760552/image.png?ex=689267ee&is=6891166e&hm=5f8b1ee6b1049be40d5ab0e949beeacfead4366421da4b3de55e48241ad2bff0& [20:22:45] Does the default skin affect this type of stuff? [20:23:08] it can, but can't say without links to your wiki and wherever you imported from [20:24:12] I tried posting the link but it says "it contains content blocked by this server." [20:24:22] [1/2] Here's my wiki [20:24:22] [2/2] https://rbxlibraryofclans.miraheze.org/wiki/Template:TitledBox/start [20:24:40] you need to #verify , it's an antispam measure [20:25:18] looks like laking some styling from screenshots, perhaps something was in css pages? [20:25:19] Gotcha. Updated the msg [20:26:34] @consend https://rbxlibraryofclans.miraheze.org/wiki/Template:EmphasisBox/style wrong content model [20:27:15] change to CSS at https://rbxlibraryofclans.miraheze.org/wiki/Special:ChangeContentModel/Template:EmphasisBox/style [20:27:54] shouldn't it end w/ `.css` too? [20:28:03] good point! [20:29:00] actually disregard everything I said, they've gone about styling in a very unique way [20:29:11] `style="{{EmphasisBox/style|{{{1|}}}|dark={{{dark|}}}}}{{{2|}}}"` sure is something [20:31:53] The one I'm trying to emulate is also an emulation of a wiki from 2012 [20:32:03] Which I figured would bring some issues