[00:31:03] Yep, can confirm that looks valid to me [01:35:58] [1/3] does anyone know what would be causing this extra space on the pages and how you would fix it? [01:35:58] [2/3] [01:35:59] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1270918395625214012/image.png?ex=66b5727e&is=66b420fe&hm=6ecce01d0e91112d5d6fad1d52b283425b88dd410b36fa1b178599ec1b654d1d& [01:36:58] [1/2] there's also this semi transparent white bar that appears on every page [01:36:58] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1270918645970899074/image.png?ex=66b572b9&is=66b42139&hm=8b3288aca2c8e5aba24bc28a81c1e19f83db8016e7de23b8ea2d4268f837166f& [02:16:33] [1/3] The left is for navigating the page and the right is for tools. If you hide them, there will be empty spaces on the screen. You can click the button on the bottom right to get into full-width mode, in which the white spaces will be fully utilized. [02:16:34] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1270928608172441691/image.png?ex=66b57c00&is=66b42a80&hm=3f8333a4a5a19b6530383d6cfe0fc98e3efc23f2bd0c21fb1958321dd420caaf& [02:16:34] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1270928608793460826/image.png?ex=66b57c01&is=66b42a81&hm=32794910f95861782fc87b2cf03575a97c1b09db9905b22029bccb833eb7b0c3& [02:18:58] I don't think those white spaces were always there [02:19:22] you could hide the tool bar and the page would expand to fit them there [02:19:23] This behavior is in vanilla vector-2022, so the content of your `Vector.css` is probably not responsible for it. There's probably a way to default to full-width mode, though. [02:19:48] vector.css also applies to vector-2022 [02:20:02] that's where all the css on the images are from [02:20:18] It depends on the width of your screen. For narrower screens, hiding the tool bar will result in the main page content expanding to fill the blank. [02:20:40] This behavior essentially sets an upper bound on page width unless specifically told not to. [02:22:16] What I meant is that the stuff you have in `Vector.css` did not cause the extra white space behavior. It was already present in vanilla vector-2022, so blanking `Vector.css` or looking for the culprit in `Common.css` would not have helped. [02:26:38] I've seen other wikis where when hiding the navigation and tools bar doesn't leave the extra white space, how can I do that? [02:33:31] [1/6] ``` [02:33:31] [2/6] main.mw-body { [02:33:32] [3/6] grid-template-columns: auto; [02:33:32] [4/6] } [02:33:32] [5/6] ``` [02:33:33] [6/6] This works somewhat in inspector. For some screen widths it breaks the layout, so you definitely want to play around with it before applying it. [02:35:37] An even better idea is to reach out to the other wikis with the feature you want and ask them how they did it... [02:48:47] [1/2] It may also be helpful to read [WMF's explanation of why they limited page width in vector-2022](https://www.mediawiki.org/wiki/Skin:Vector/2022/Design_documentation#1)_Why_is_the_article_width_limited_to_960px?). I personally hated vector-2022 and still use the old vector on Wikipedia, with this page width thing being the main concern. But, vector-2022 comes with some other impro [02:48:47] [2/2] vements, so I chose it as the default skin for my Miraheze wiki. YMMV. [03:37:40] Generally how long does it take for a wiki request to get approved? [03:43:00] [1/2] depends on availability of request reviewer volunteers and size of the queue, usually several hours, in rare cases could 1-2 days [03:43:00] [2/2] reviewer might ask something in comment section [03:43:30] Gotcha, thanks! [03:44:10] is Strawberry Switchblade Wiki your request? 👀 [03:44:13] You can also look at the list of recently approved wikis to get an idea of how long it took them to be approved (https://meta.miraheze.org/wiki/Special:RequestWikiQueue?dir=prev&dbname=&requester=&status=approved) [03:44:20] Yes haha my profile probably makes it obvious [03:44:45] Yes i was stalking this page lol!! [04:23:23] I did a wee bit of cleanup today to help out our review team, we started today with substantial number of requests going back to Aug 2 [04:24:59] Thanks to everyone for their patience, we have multiple volunteers on the team that aren't available + more requests than usual so things are a bit more backlogged vs normal [05:02:53] why is tabbernue snapping the page to the top of the tab now? [05:03:03] first the ugly animation and now this [05:03:08] is there a fix? [05:03:15] https://i.gyazo.com/89b622900311c5f570f4444a7b3f1d35.gif [05:25:04] <.lunatuna> [1/2] anyone know if there would be a way to stop this infobox template from automatically calculating the sq mi and just leaving it alone [05:25:05] <.lunatuna> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1270976051669106739/image.png?ex=66b5a830&is=66b456b0&hm=2091ef9b55595610b64fc467866a314f51123dfc9e5cf3a490e8e34aad1f90d7& [05:25:12] <.lunatuna> because whenever i put it in it does that [05:27:30] just a guess but do you have the # URL change setting enabled? [05:28:02] and perhaps some styling might cause displacement of headers [05:28:28] tabber's are counted as headers, I mean [05:28:40] *tabs [05:29:04] Lua template? [05:29:57] <.lunatuna, replying to theoneandonlylegroom> yeah id assume thats how to fix it im just not sure how to do lua stuff [05:30:03] I disabled it and it still occurs [05:30:51] <.lunatuna> [1/2] most likely it would be here i have to edit something [05:30:51] <.lunatuna> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1270977505645559828/image.png?ex=66b5a98a&is=66b4580a&hm=bbeeb132113da8883976182d486018ddc3608c0aec03d33438b5aa2db3f6b1c5& [05:33:00] I'm zero at Lua myself, sorry [05:33:12] although [05:33:50] this looks like just parser functions [05:35:58] [05:36:41] [1/2] `formatnum` [05:36:42] [2/2] [05:40:01] [1/2] about `#expr` function [05:40:01] [2/2] [05:40:48] math isn't my force tho lol, and I'm not able to see what's going on rn [05:41:11] also an advice, enable syntax highlight, there's blue marker button for that [05:44:09] can you try to w/ `?safemode=1` in URL? [05:44:36] it disables custom CSS/JS [05:46:00] fixes it [05:46:24] CSS optimization it is then [05:48:45] [1/2] How do I add the little fellas? [05:48:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1270982010151899207/Screenshot_20240808_124806_Chrome.jpg?ex=66b5adbc&is=66b45c3c&hm=6151fbe61ac94dcd6dd14b56c9a12683163710b5c59f95438fc05a28e8147c5c& [05:48:56] Like the playable characters thing [05:49:37] if you'll click "Edit source" next to header you should be able to see [05:50:46] but I suggest to use `` [05:53:04] [05:54:19] PTW uses divs here to avoid out custom gallery styling iirc [05:55:01] like, again, the way this wiki is coded is too nuanced [07:10:02] [1/2] how do I change this logo above navigation to something else? [07:10:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271002467546566696/image.png?ex=66b5c0ca&is=66b46f4a&hm=266fa8b5a2b30f6805ae832398f22c9a96b011fdd5619179cf3a0a8d6fa6f1ff& [07:27:20] In settings, but you'll need to upload the new logo first [07:35:29] [1/2] is it this setting? [07:35:29] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271008868826218568/image.png?ex=66b5c6c0&is=66b47540&hm=c399bc6b6e0387b2caffddc0f9fcaf04ad55cb9fc8b04fdb86f98d2288e61ad0& [07:37:33] [1/2] yes [07:37:33] [2/2] first upload file, preferred size is 135x135px, then open its raw file URL (static...) and insert in that setting [08:02:43] Ok, thank you for the help!! [08:12:07] [1/2] How can I change this text [08:12:08] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271018091647733830/Screenshot_2024-08-08-14-10-36-05.jpg?ex=66b5cf57&is=66b47dd7&hm=abdbb65f57ab7a7244705715f112b4b37d54075079792a47886ded6eaab9c353& [08:15:47] r1f4t: MediaWiki:scribunto-doc-page-does-not-exist [08:16:01] this should be updated via translatewiki.net, but editing it per-wiki also works [08:16:18] Thanks BlankEclair [08:16:22] you're welcome ^_^ [08:18:59] Umm I guess there is a typo [08:19:29] No typo [08:19:33] Sorry [08:38:52] https://cdn.discordapp.com/attachments/407537962553966603/1271024822507274280/remix-84e5a4a8-6964-44af-98bc-484ba41591e1.png?ex=66b5d59c&is=66b4841c&hm=1a99d6308e75bc64f1c6da0c881ce24096894a5f1cbf2fb6201ddf9f62732384& [08:39:02] Also how can I change this [08:40:20] in most cases, you can add ?uselang=qqx (or &uselang=qqx, depending on the query) to the end of the url to see the "system messages" [08:41:39] https://files.catbox.moe/79xc4g.png; in this case it's the system message "copyrightwarning", which is editable on MediaWiki:Copyrightwarning [08:55:55] Didn't understand the first part [08:56:45] add the qqx thingies in URL of the page, it will shows message codes [08:59:20] Can any one say how incubators mediawiki pages works [08:59:41] Like how can I change the contents for my lang [09:48:10] so, I uh, got my wiki approved. I have some 7 pages in fandom. Can anyone help me transport everything? (i.e. including the files, images AND TEMPLATES) [09:53:07] [[Import]] [09:53:07] https://meta.miraheze.org/wiki/Import [09:53:08] [09:53:16] hmm ok will read [10:04:32] @ghaztliousmoths What is interwiki prefix [10:04:36] It says I need it to import [10:06:38] help? [10:10:03] slight help needed [10:10:20] [1/2] mediawiki supports infoboxes, right?? [10:10:21] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271047842412101632/image.png?ex=66b5eb0c&is=66b4998c&hm=38eada8784cccaf93d1ed52ad343be2975f18c084d289fa8b574d41468a2cdf1& [10:12:02] Looks like a portable infobox that needs the portable infobox add on [10:12:12] uhm, the what now? [10:12:15] how do I add that? [10:12:30] look at the admin sidebar [10:12:41] which one [10:12:43] there will be Manage this wiki's extension [10:12:46] ok [10:13:01] then? [10:13:05] find, enable and save PortableInfobox in it [10:13:20] ok lemme see [10:13:32] [[MediaWiki:Extension:PortableInfobox]] [10:13:32] https://meta.miraheze.org/wiki/MediaWiki:Extension:PortableInfobox [10:13:33] [10:13:36] after that, go to these raw code pages and make some small edits in it [10:13:41] ok [10:13:45] templates I mean [10:13:46] Ugh, how do I do the link again [10:14:03] templates? [10:14:12] ok [10:14:14] now? [10:14:17] you missed mw: prefix, but it's not needed right now [10:14:24] https://cdn.discordapp.com/attachments/407537962553966603/1271048862710104114/image.png?ex=66b5ebff&is=66b49a7f&hm=6fd99d9aae9b7f0f055b66607fb8d5d1e3fd52e3fd984f3550d976d3003dc5f9& [10:14:32] yeah, pages which have `Template:` prefix [10:14:41] this is the only opne [10:15:01] what changes have to be done [10:15:07] yeah, make some small edit in it, like a space break between `` tags [10:15:13] hmm [10:15:14] ok [10:15:32] https://cdn.discordapp.com/attachments/407537962553966603/1271049149764337677/image.png?ex=66b5ec44&is=66b49ac4&hm=a37c0b4bb095dcc5c9856270fc03223fd797263a6f7f0047b040490ccdb79e4a& [10:15:52] then? [10:16:13] [1/2] yeah, then save it [10:16:13] [2/2] portable infoboxes need a "kick" to start working after import [10:16:25] still nothing [10:16:33] link? [10:16:33] https://cdn.discordapp.com/attachments/407537962553966603/1271049405700640798/image.png?ex=66b5ec81&is=66b49b01&hm=22f88d61816cf431d0d47e0fcf52bc86dc93674dfa250b1be6d7359025542097& [10:16:40] This is supposed to be one [10:17:20] link to the wiki plz [10:17:45] [1/4] this si what the fandom one looks like https://armyclash.fandom.com/wiki/Template:ItemUnit [10:17:45] [2/4] And the new miraheze wiki" [10:17:45] [3/4] https://armyclash.miraheze.org/wiki/Template:ItemUnit [10:17:46] [4/4] https://cdn.discordapp.com/attachments/407537962553966603/1271049704330887178/image.png?ex=66b5ecc8&is=66b49b48&hm=9a2351306fc44917ac094bb422ea24f534926f3f0727fd2cd792faf76535549a& [10:19:33] enable TemplateData extension too [10:19:39] hmm ok 1 sec [10:20:23] alr I just edited it [10:20:40] no changes... what was that thing with cache again? [10:21:28] I just edited and it worked, idk what you did, I removed excessive line breaks [10:21:36] hmm, ok [10:21:46] oooh, yes it IS working! [10:22:03] now I've just got to add images and stuff [10:22:05] on normal pages you might need to Ctrl+F5 or Purge cache [10:22:06] tysm! [10:22:10] np [10:22:12] also [10:22:15] 1 last thing [10:22:21] How to upload file and add new page? [10:23:10] to upload image you can use Special:Upload, there's a link in toolbar, or upload in editor (but idk how, I haven't done that for ages lol) [10:23:23] ok [10:23:27] and how to add page? [10:27:16] [1/4] * clicking on a red link [10:27:16] [2/4] * try to search new page title, it will suggest to create new page [10:27:17] [3/4] * type new page title in url after `wiki/` [10:27:17] [4/4] * use some extensions to make a "Create new page" box [10:27:29] ok 👍 [10:28:19] or you can enable `CreatePageUw` extension and go to `Special:CreatePage` to create a new page [10:28:25] ok [10:28:33] also the img thing isn't working? [10:29:31] wdym [10:29:34] 1 sec [10:29:46] [1/2] I just uploaded BloodaxeBig.png [10:29:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271052732068921355/image.png?ex=66b5ef9a&is=66b49e1a&hm=d166c2b98c9775cbc425810254cccdcef4736d8c141721d0ce73c84409421829& [10:30:09] https://armyclash.miraheze.org/wiki/File:BloodaxeBig.png [10:30:40] ok nvm i got it [10:30:49] i have to use `[[filename.png]]` [10:30:49] https://meta.miraheze.org/wiki/filename.png [10:31:15] ty all [10:32:24] [1/3] when you just want to insert image in text it's [10:32:24] [2/3] `[[File:filename.png]]` [10:32:24] https://meta.miraheze.org/wiki/File:filename.png [10:32:25] [3/3] portable infobox usually requires just filename w/o brackets [10:32:46] [1/2] i.e. [10:32:46] [2/2] `|image = filename.png` [12:10:46] Hello - I have few questions, what are the specs of the server running at the backend of the wiki? if Miraheze is doing any maintenance which can affect the wiki, would they inform admins of the wikis via emails? [12:11:24] Normally maintenance stuff is announced here in #announcements [12:11:36] avengers9309: you can see a list of (physical and virtual) servers on https://meta.miraheze.org/wiki/Tech:Server_usage [12:11:38] Although it’s pretty rare we have to take servers offline entirely [12:11:59] We should see about a mass email though [12:12:04] and (planned) maintenance is announced on-wiki (and probably other places) (i'll check to see if i have a screenshot of that handy) [12:13:05] If my wiki got a lot of traffic due to the users and clients visit - is it possible that the server running behind slows down? [12:13:22] Doubtful [12:13:28] technically possible, but hopefully it's not that impactful [12:13:33] We host some fairly large wikis without to much issue [12:13:54] you would have to have a very massive project to make a blip [12:13:56] How large is your wiki [12:13:58] WHAT THE [12:13:59] CHAT [12:14:03] NEW RAIDARR PFP [12:14:03] I'm talking something like full logopedia or avid [12:14:05] IS THAI REAL [12:14:14] as usual an obscure franchise art piece [12:14:39] This is gonna take down getting used to [12:14:39] I'm not sure that image has been released very far beyond some obscure discord channels datamining for old assets [12:16:33] avengers9309: here's a recreation of the on-wiki downtime message from last month (it is also dismissable): https://files.catbox.moe/wyqujj.png [12:25:35] How can I check what server I have been given by Miraheze? [12:25:47] avengers9309: it's all of them [12:26:00] On ManageWiki core it tells you what database cluster [12:26:08] mine is c3 [12:26:10] oh right i forgot about databases [12:26:25] i think any mediawiki server is used though, right? [12:26:28] I don’t remember the mapping of which is which it’s in config somewhere [12:26:30] (picked via geodns, but still) [12:26:31] Think? [12:26:54] i mean my knowledge is put into question [12:28:09] what does that c3 means? [12:28:25] database cluster 3, lemme check what is corrosponds to [12:28:56] db171 [12:29:20] https://meta.miraheze.org/wiki/Tech:Db171 [12:29:31] i think all the database servers are provisioned the same [12:31:10] https://cdn.discordapp.com/attachments/407537962553966603/1271083280900296754/IMG_4527.png?ex=66b60c0d&is=66b4ba8d&hm=1ea716d0983bcc2e7f5cedc2119f6a050e5b2ece2ebfc55ff67269d7c38de911& [12:31:15] ah yes load balancing [12:31:28] lud bulunc [12:31:47] my dns configuration completely breaks it though which is sad [12:32:13] “load balancing” is slang for “route all traffic to mw152” [12:33:54] Why does Miraheze hosts its own DNS? [12:34:19] geodns [12:34:26] (i think) [12:34:38] I’d imagine it’s easier to maintain with all the subdomains [12:34:40] though miraheze is currently moving to cloudflare, at least for ddos protection (i don't know the details) [12:35:26] hopefully not a 100% move [12:35:42] We are mostly on cloudflare [12:35:43] what's the point of using cloudflare for ddos protection if you're exposing your ips... [12:35:49] All miraheze.org wikis [12:35:50] neither like nor trust cloudflare as a host [12:36:00] the more we're able to flip if required the better [12:36:09] with no essential dependencies like domains in CF's hands [12:36:13] it’s all fun and games until someone requests a wiki creation on issue-tracker.miraheze.org [12:36:16] In that case I’m going to refrain from saying what I was going to say [12:36:27] heh, i saw someone request a wiki once on the community portal [12:36:28] well if it disagrees by all means, that's just my opinion [12:36:39] OS thinks similarly iirc [12:36:46] but we use necessary evils all the time [12:37:07] as someone who browses sites without javascript, cloudflare is a bane of my existence [12:37:09] once upon a time before miraheze all requests were done in their own portal section through text and a manual form [12:37:20] yeah noscript doesn't agree with CF stuff a lot of the time [12:37:41] half the time i land up on the interstitial page i just go "meh" and close the tab [12:37:43] I feel like they should just be able to do some php thing for the captcha [12:37:59] the javascript thing is not always a captcha btw [12:38:02] if I don't need or could live without a site I might close on that too [12:38:24] should be able to, but JS everything including basic page loading is all the rage these day [12:38:31] agreed >_> [12:38:52] I never use that kinda stuff in my web dev [12:38:58] Partly because I’m too dumb too [12:39:11] oh hush, no self-deprecation today [12:39:18] Lmao [12:39:32] I'm too dumb to by choice [12:39:44] I've increasingly become attracted to minimal design [12:39:57] js strictly as nifty snippets like email protection but even then, still doable without js [12:40:19] i think the only thing on the rainverse wiki which requires js are birthday banners [12:40:24] as a workaround to caching [12:40:50] Okay ms therapist. I lack much experience in JavaScript and don’t currently know how to approach such an implementation and as such just use server side rendering with things like Django and flask [12:40:51] Happy [12:40:53] ? [12:41:11] yes xD [12:41:26] if only everyone sucked like that, we'd have a lighter and more navigable internet [12:41:45] Only thing is on the site I’m developing I do use a JS snippet to render the text formatting since there was already a JS snippet for that and I dont wanna reimplement to python [12:41:53] ms therapist i have a question what if im too stupid for anything harder than js [12:42:03] You can still make our text probably [12:42:31] you don't have to beat yourself up on it [12:42:57] im like a frog or perhaps a trex if its not something i can immediately see i lose track of it immediately [12:43:02] (related: https://files.catbox.moe/d5t32o.png) [12:45:39] me who can't jd [12:45:41] js [12:48:09] Formal proposal to appoint BlankEclair as Miraheze Therapist. All in favor :SupportMH: [12:48:17] :StrongestSupportMH: [12:48:22] xD [12:48:28] and all i did is copy emily's line [12:48:34] which was used on me by beth [12:48:37] Shush you [12:48:44] Let me have the bit [12:48:48] okay ^^; [12:50:05] related to not using javascript for trivial things: i fucking love
[12:50:48] example: the expandable boxes on https://tild.es/lr8 [12:53:13] What do that do exactly [12:53:29] pixldev: let's you have closable and openable things, without javascript!! [12:53:44] Noted [12:53:49] i've seen stuff like that implemented in javascript all. the. time. [12:53:51] May use that on my own site I’m working on [12:54:52] Isn't that what mw-collapsible does [12:55:20] yeah but doesn't that require javascript? [12:55:26] at least it's open-by-default though [12:55:56] This isn’t even about MW specifically [12:56:16] Also OA [12:56:57] Theoretically how much would someone need to pay you to open source your telepedia ManageWiki++ thing. Out of curiosity [12:57:07] 5 million pounds [12:57:34] In freedom money [12:58:00] I've been working on this since december its taken a lot [12:58:03] US$6302865.30 [12:59:08] pretty sure mw-collapsible is js based [12:59:31] The codex accordian is completely css iirc [12:59:49] hehe accordion [13:16:26] I’m just reminded of uh [13:16:33] http://www.motherfuckingwebsite.com [13:16:46] heh yep! [13:17:16] Goes for a walk. More important things in life.... [13:18:09] there's a couple variations on this that are pretty cool and beyond reproach on the modern internet [13:18:45] one has like a handful of lines of CSS that make it essentially modern internet with zero effort or scripting [13:18:51] yeah it's like a three-page series [13:18:56] ah [13:19:01] link to that? [13:19:07] I only know of this one [13:19:24] I was trying to find it, one uses a creative tld but I forget what it is [13:19:43] ok here it is https://bestmotherfucking.website/ [13:19:46] http://bettermotherfuckingwebsite.com and https://bestmotherfucking.website/ [13:19:51] does http://ai still exist [13:19:59] eclair got both [13:21:41] I know it’s still accessible at http://offshore.ai but idk if the tld itself works anymore [13:58:16] [1/3] https://discord.com/channels/407504499280707585/443926951292567562/1271088686074826752 [13:58:17] [2/3] @rodejong [13:58:17] [3/3] Just curious because this seems to go against my understanding of the content policy. It looks like only Miraheze and Wikimedia Foundation forks have restrictions. Are there not currently existing forks from Fandom? [13:59:53] that has been resolved internally, bottom line being yes we do permit forks of fandom wikis as long as it isn't overwhelmingly clear it's a one person salt show taking advantage to make a fiefdom [14:13:16] god bless NotAracham [14:13:50] Uh oh, what I do now? [14:17:26] kinda new to miraheze. if my wiki has been approved and created, can i make another wiki page? like one page for one thing [14:18:34] or do i have to cram all the info in one single page [14:18:53] A single wiki can support multiple pages on different topics. [14:19:07] https://www.mediawiki.org/wiki/Help:Starting_a_new_page [14:19:21] thanks bro 👊 [14:52:53] how to edit mediawiki:common.css [14:59:59] [1/2] what is meant by this? the user cant create an account? [14:59:59] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271120732755202160/image.png?ex=66b62eee&is=66b4dd6e&hm=49f7a6052f1ad2da080759502c7d827abfbe92cc43e70137942bd6180f3c1109& [15:01:43] it is the ability to create an account on that wiki [15:02:01] revoking it doesn't prevent them from registering on another wiki, visiting and having the account attach from there though [15:12:16] for a wiki that only allows users to just view, should it be on or off? [15:14:11] Hey so question [15:14:18] Doesn’t matter [15:14:19] What you’ll want to do it disable the edit right [15:14:40] Do you recommend I make the page about me (yk the creator of the wiki I'm making) a regular page or a user page? [15:15:15] User page should be about you, since it’s linked to wherever your name is [15:15:24] In edits, log history ect [15:15:30] [[User:PixDeVl]] [15:15:30] https://meta.miraheze.org/wiki/User:PixDeVl [15:15:31] [15:15:49] Ah so I should just delete the regular page and replace it with my user one instead? [15:20:49] You can move it to User:YourName [15:20:55] Or [[Special:MyPage]] [15:20:55] https://meta.miraheze.org/wiki/Special:MyPage [15:20:57] [15:29:35] How do I view my members again? [15:30:22] Special:ListUsers [15:30:33] hello team Miraheze, I'm having trouble setting a skin: default front page says " Skin and Logo/Favicon changes should be done through Special:ManageWiki on your wiki,", but Special:ManageWiki has no such option [15:31:36] thats at Special:ManageWiki/settings, it should be one of the links in your sidebar that says "manage this wiki's..." [15:33:11] thanks, the hyperlink i was talking about just takes you to core settings [15:45:45] Would it be stealing to copy the way the pizza tower wiki shows thier rules? [15:49:51] if the design is 1:1 it would be a good courtesy to attribute the inspiration [15:51:47] Alr alr [16:01:41] hi! im planning to open the wiki i created for open editing to my community soon; i wanted to know if it was reasonable to make a forum post (in the discord) for the slew of questions i have? ive never run a wiki before and would love to learn how to get a good foothold before i opened the wiki, as it were [16:03:31] Having a forum post does mean that it's easier to keep track of your questions since there's no risk of other people asking questions for their own thing [16:03:58] It's upto you if you say them in here or in a post [16:10:47] [1/2] Whats wrong with the hex code [16:10:47] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271138549156020296/Screenshot_20240808_231018_Chrome.jpg?ex=66b63f86&is=66b4ee06&hm=69408c856103376f9ca0e63ce917e7479f85279fb4a809d4345349517d8365df& [16:11:08] thats what i thought too! i guess i just wanted to ask here since i see most of the forum posts are more about specifics rather than something more general that i was thinking [16:12:32] [1/2] Hello, we're using an extension on alphaver.miraheze.org called [EmbedVideo](https://www.mediawiki.org/wiki/Extension:EmbedVideo_(fork)), but the CSP is blocking us from embedding videos from bilibili.com, despite it being listed in the extension's `Supported Services` list. Is that something a bureaucrat can configure, or it's a global Miraheze policy? [16:12:32] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271138990694727738/image.png?ex=66b63ff0&is=66b4ee70&hm=92494a4ad0d435911c88f84799cd4bae37612fb8a96d2c1715c1e252ffca56c6& [16:17:08] border style isnt defined, it should be `border:3px solid #f79999` [16:17:34] Ohhhh [16:31:03] [1/2] Green links cuz the og brown was too similar [16:31:03] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271143650964803627/Screenshot_20240808_172911_Chrome.png?ex=66b64447&is=66b4f2c7&hm=5f62508032a43bee646359ec9c62b29015f509f9386e8aa34a6bdcf315f3c1e9& [16:31:20] Fits with the plant theme at least [17:32:49] [1/2] why is this so zoomed in [17:32:49] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271159193424101428/image.png?ex=66b652c0&is=66b50140&hm=81429225d6f2460e2695ce9c718bfdef08623cff3683c60395c46cacdceea493& [17:33:16] [1/2] this is how it should look [17:33:16] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271159308293378058/JJBMC_Icon.png?ex=66b652dc&is=66b5015c&hm=786d54a8cda78f7498285f825c96f4e2cae390f97eb7c8861a4436dcb6ad21e6& [17:33:24] and I converted it to a `.ico` file [17:33:33] [1/2] shows fine as a favicon [17:33:33] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271159378917199913/image.png?ex=66b652ec&is=66b5016c&hm=0464a1f42d001887cb617ff402dc2989a0355260a9499706fc6acd675c285957& [17:33:51] yet it is enlarged out of frame here [17:34:11] changing the zoom on the page doesn't change it either, so it's not like it's hidden or something [17:34:46] [1/2] the CSS is pretty inoffensive [17:34:46] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271159685822677113/image.png?ex=66b65336&is=66b501b6&hm=39f03b536bbccf9ff25a34aee25d5020655b0c0bfdf953037ec31c052100fd9f& [17:34:47] so... [17:35:33] [1/2] it fixes if I change the `background-size` parameter to `contain` [17:35:34] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271159883680579614/image.png?ex=66b65365&is=66b501e5&hm=0567c5fe817bc901beaea70c33f7ad753771c3d1cf5da18e756da0cf8e948266& [17:36:09] [1/2] So I guess I have a request: [17:36:09] [2/2] Can the CSS for the `#p-logo` be changed to have `background-size: contain`? [17:36:16] going from the managewiki page it seems skins look for 135px by 135px [17:36:21] I'll change it on my own MediaWiki:Styles.css for now [17:36:26] or whatever it's called [17:36:27] Common.css [17:36:42] common ye, or just the Vector.css [17:36:51] it's an ICO though, so it's weird that it doesn't auto resize properly [17:37:03] yeah, not sure on that [17:37:44] [1/2] at least there is a solution :Prayge: [17:37:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1271160432043884564/image.png?ex=66b653e8&is=66b50268&hm=0bfb8cc5ecd4be50d258f3c79762e78d4dfdd5f674e9016e90650b84eed088a5& [17:41:41] new wiki? [18:23:34] I still have this language issue btw - most of the site is in en-gb but for some reason some random parts are in Tsonga - my personal language is as its supposed to be [18:28:08] I recall there's a bug w/ en-gb [18:31:22] how odd [18:40:17] It's not exactly a bug [18:40:33] It's just people keep translating stuff into en-gb instead of the correct language [18:40:35] A lot [18:41:17] @nikerabbit might be able to fix them [20:11:01] yeah but I want it to be en-GB, it's set to en-GB lol [20:11:33] Separate: how can I get confirmed user status on meta? I am trying to set up Oauth but need permissions [20:11:58] Ye I know [20:12:00] I feel ye [20:12:05] But nothing we can do [20:12:12] @Meta Administrators [20:12:46] ofc, no worries, incredibly funny tho lol [20:12:56] what’s the username [20:13:07] @ch4rl1e [20:13:28] er, `Ch4rl1e97` [20:13:35] https://meta.miraheze.org/wiki/User:Ch4rl1e97 [20:13:46] [[User:Ch4rl1e97]] [20:13:46] https://meta.miraheze.org/wiki/User:Ch4rl1e97 [20:13:47] It annoys me [20:13:48] [20:15:00] done [20:16:16] Thank you BrandonWikiMedia [20:29:59] [1/8] Hey, it seems like Cloudflare is blocking bot requests to the API. [20:29:59] [2/8] @ch4rl1e has been trying to set up a recent changes feed using [RcGcDw]() and the requests are blocked even when providing an Oauth token as authorization. So at this point we are out of ideas for possible work-arounds. [20:29:59] [3/8] ```json [20:30:00] [4/8] { [20:30:00] [5/8] "user-agent": "RcGcDw/{version}" [20:30:00] [6/8] "authorization": "Bearer OAuth.TOKEN......." [20:30:01] [7/8] } [20:30:01] [8/8] ``` [20:31:30] Hey Markus, I’ll grab you to form ask our cloudflare guy to exempt it ^^ [20:31:54] here we go https://forms.gle/TN46M1N3yJT8xmaG6 [20:32:36] Will this be general for all RcGcDw instances or would it have to be per-instance [20:33:07] It would be per IP/User agent I think [20:33:37] The form indicates per IP [20:33:37] we may be able to do something where if you have a certain key in your UA it’s exempt [20:33:46] I'd be running on a home server with a dynamic IP so that's a fat F for me [20:33:50] Which feels annoying for users with dynamic ips [20:34:04] yeah. @rhinosf1 is the CF guy so he may be able to help more [20:34:40] I’m unfortunately not the person in charge of this, so I can’t be of much help here [20:34:47] My apologies:( [20:34:50] thank you for the pointers 🙂 [20:34:57] Of course mate [20:35:21] If rhinos has already fallen asleep cause British he should respond tomorrow [20:36:29] it's only 9:30pm here 😛 [20:36:36] or you could fill the form and add under additional noted but probably better to just talk to rhinos [20:36:43] idk man i dont get British [20:36:56] also like no one hear knows what a sleep schedule is [20:37:00] I'll check with him in DMs 😄 [20:37:01] I'll not confuse things by adding further tickets [20:37:15] tbf neither do I [20:37:29] You can ask in #tech but to send IP stuff yeah email dm or form [20:37:43] Oh don’t worry the cf stuff isn’t too much of a bother [20:38:47] [1/2] I don't have any IP to send anyway, I'm not trying to run the script and my @Wiki-Bot is already exempt 🙃 [20:38:47] [2/2] So it's just for checking if a general RcGcDw exception would be feasible [20:39:44] [1/3] Actually seeing this part of the form: [20:39:44] [2/3] > The UA includes either a clearly indicated Miraheze Username or contact email/webpage [20:39:45] [3/3] Do you know if maybe stuff like `User:` in the user agent is exempt already? [20:40:45] discord owner added wiki-bot so for me the purpose is kinda done with but for the sake of future RcGcDw users i feel this is something worth ironing out anyway [20:42:52] There is a comments box, you can say you have something unique in the UA [20:43:07] If ip won't work [20:43:28] But hello [20:44:01] From my understanding, you are running RcGcDw and its blocked and you have a dynamic ip @ch4rl1e [20:44:24] Hello, this is true yes [20:44:48] fwiw I've created an OAuth consumer if this helps at all [20:44:55] Fill out the form and say exactly that in the comments box [20:45:03] Make sure your UA includes your email or username [20:45:18] And I will add an exemption in the morning for that username / email [20:45:40] this feels like a horrible way to have to do things 😦 [20:45:56] [1/3] hi sorry to interrupt, but does anyone know why {{PAGENAME}} isnt working here [20:45:56] https://meta.miraheze.org/wiki/Template:PAGENAME [20:45:56] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1271207791931166762/image.png?ex=66b68003&is=66b52e83&hm=5a266f441469916523e9cdc6ca97a8304cf237831ef648f14200412f0c5b1e98& [20:45:56] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1271207792132227173/image.png?ex=66b68003&is=66b52e83&hm=32d560726eb049fbe3d37e8a5ef669fb510af56a42e4a24c7983a4cf58fc08b8& [20:46:03] Blame the people who keep hitting us with denial of service attacks @ch4rl1e [20:46:11] yeah that's fair [20:46:21] It is a horrible way to do things [20:46:28] But I have nothing better tbh [20:46:34] within like an hour of our wiki existing we got a chain of people raiding lol [20:46:44] Because it's a redirect. `#REDIRECT` is parsed before anything else, so you can't use magic words or templates in them [20:46:56] aw man, that sucks. haha oh well, thank you! [20:47:08] Why in gods name is your whole wiki in comic sans [20:47:18] im dyslexic + vision issues so comic sans suits me. its a private wiki [20:48:11] anyway - @rhinosf1 I'll not make the request now as I have the bot in the discord and that's good enough for me - but RcGcDw or however it's called can add that process into their README? (Markus time :v ) [20:48:12] You can use `{{subst:PAGENAME}}` during the redirect creation btw, it will input the actual name on save [20:48:12] https://meta.miraheze.org/wiki/subst:Template:PAGENAME [20:48:35] so THATS how substitution works. omg thank you [20:48:56] It probably won't be a process forever tbh [20:49:06] but for now 😄 [20:49:15] As soon as we can do better we will [20:49:39] having the form link there will means people don't spend an hour at silly times of day asking what's going on 😛 [20:50:52] but yes, sounds good 😄 [20:52:49] [1/2] Ok actually, turns our the issue was actually in RcGcDw 😅 [20:52:49] [2/2] For the one initial request to check if a wiki is valid, we forgot to provide the headers provided in the settings, which includes the custom user-agent. [20:53:30] We block some generic UAs and we block no UA [20:53:32] :EpicFaceMH: [20:53:38] I'm not saying which generic UAs [20:53:58] It probably would have been the generic python requests one 😄 [20:54:20] That is one of them yes [20:54:29] There's a few other languages too [20:55:02] The Python one should give a useful error if you look at the .text on the requests object [20:57:53] yeah, we saw that, which made us notice the missing UA [20:58:26] Though the it mentions "User-Agent Guidelines" but doesn't actually provide a link to said guidelines [20:59:01] Fair [20:59:08] I can make it clearer [20:59:15] It's better than generic cloudflare block [20:59:21] yeah [20:59:24] Which just says you're banned [20:59:27] Which some give [21:00:17] We were able to get `RcGcDw/{version} User:USERNAME` UA working, so nothing for you to fix 🙂 [21:02:20] Cool [21:07:32] _is off to sleep_ [21:36:31] I'm confuse, just found a wiki that uses the same Miraheze fix of the Fandom Tooltips and yet they can do what I can't, I'm down to comparing the code to figure out why... 😫 [21:40:19] Doesn't make any sense it's the same so how on earth can they show a page as tooltip... [21:43:23] dont worry her discord is to [21:45:17] oh i'd love to know that, it's a great feature [21:46:01] Yeah, I had a setup working for my fandom but couldn't replicate it here and yet taht person managed to do so and not by altering the JS 👀 [22:07:56] Argh I think it could be a DPL3 thing.. [22:26:39] Okay I think I isolated the part that does the tooltip but it has a part I can't manage to interpret nor tell from what it is. [23:37:48] Remember me [23:38:56] question - is it allowed to have two wikis open for the same project? i have a wiki about my fictional world & id like to open up another wiki dedicated to collecting and documenting interviews, news articles, and current events in my world [23:39:33] Like a in-universe thing ? [23:39:41] yes [23:44:38] No idea, personally I would have done it in the same 🤔 [23:46:09] I don't see why not [23:49:36] [1/3] Okay I drop, can't figure it out it's clearly beyond my level 😕 [23:49:36] [2/3] Here's the link if some that are also interested into Tooltips want to take a look, it's when you over on the character images. [23:49:37] [3/3] [23:58:29] Definitely an edge case on the whole "no duplicates" policy, but we've had a small number of approved precedents with varying success.