[03:56:06] [1/2] How do I make a radial gradient background for the site navigation elements in the Timeless skin? I want something like this and not just a solid color [03:56:06] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190141167791255592/image.png?ex=65a0b856&is=658e4356&hm=04546616b8fe8c7c828d97ebfc22fd3ef27aa0b4cfe9857e85157aa0d03a6d58& [04:04:56] <.labster, replying to littlemissghostess> Do you need help writing the CSS, or need to know where to put it on the wiki? [04:05:12] [04:05:18] [1/2] try these classes [04:05:18] [2/2] `#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk` [04:05:42] to `MediaWiki:Timeless` page they go [04:06:02] Sweet, thank you. I'll give this a whirl [04:06:22] And thank you for responding too [04:06:42] I knew where to put it I was just having trouble getting the code itself down [04:07:01] <.labster> No problem, Legroom has a bit more experience answering for MW questions. [04:07:28] <.labster> Do you know how to use the dev tools to preview CSS? [04:09:02] <.labster> That's how I work when I'm making changes, then paste the working code onto the wiki. [04:09:09] Yes I do. I've used that a lot for my wiki, but I was having trouble with that specific navigation box [04:09:53] The tool wouldn't quite place me on the background, it would just get me the text which was confusing to navigate [04:11:00] <.labster> most likely it will be `{ background: radial-gradient( #color, #color ); }` but you might want to try `transparent` for the outer color if it's intended to match your background [04:11:02] [1/2] if you use Firefox, there's styling tab, I use more often now [04:11:02] [2/2] on the left side click on + button to add new stylesheet and type new code w/ id/classes in there [04:13:04] Noted, thank you [04:13:11] [1/2] This tab right? [04:13:11] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190145463635169300/image.png?ex=65a0bc56&is=658e4756&hm=553be4de50c8a30ef0cdde68a7264d506fc1e46b94534f36e4cfb40f72a2fe98& [04:13:27] yeah [04:13:51] Cool cool. I'll give this a shot soon then [04:14:12] Oh yeah also this worked so thank you very much! [04:14:23] np <:pupCoffeeMH:766487840694599711> [05:13:57] [1/3] New question: How do I change the link color for the links in the site navigation boxes, and only the navigation boxes? I wanna make them all white without making the links on the main pages white. [05:13:58] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1190160760664510545/image.png?ex=65a0ca95&is=658e5595&hm=c1b24704559c87dd21b9ee4071a872d5db6ccacefa310ec78310a71acfbc9d07& [05:13:58] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1190160760903573624/image.png?ex=65a0ca95&is=658e5595&hm=a0e96d6a213bbbb1c107107a989a30dddaf406380847ebfffbf9f90a9539ff3d& [05:26:22] same classes but repeat them w/ `a` (and probably `a:visited`) [05:27:18] [1/2] or maybe [05:27:18] [2/2] `#mw-site-navigation a, #mw-related-navigation a:visited` [05:27:37] `{ color: white; }` [05:28:07] wait a sec [05:28:31] [1/3] `#mw-site-navigation a, #mw-related-navigation a { [05:28:31] [2/3] color: white; [05:28:32] [3/3] }` [05:29:04] it might or might not require `!important` [05:30:40] Thank you. I'll give this a whirl and see if it takes [05:37:45] https://cdn.discordapp.com/attachments/407537962553966603/1190166747886649384/image.png?ex=65a0d028&is=658e5b28&hm=eb57490c58f4d4bef7ffd950ce2383b2c0a7f06062c2ce4035c8c8af0200890b& [05:37:54] It took a bit to set in but yeah there we go. Thank you! [05:38:15] I think I should be able to manage the other link color stuff from here [05:41:45] I suggest to check some HTML/CSS basics, like HTML tags in this case [05:42:28] `` is a link tag, so to target links in some element you you add `a` after class/id [05:43:59] in element inspector part of web tools you can see that too [05:44:52] like, you clicked on element, there's part w/ CSS on the right, which can be scrolled to see inherited styles [05:46:38] [1/3] turns out i own a ghost wiki [05:46:38] [2/3] `spacedbwiki` [[mh:spacedb]] [05:46:38] https://mh.wikipedia.org/wiki/spacedb [05:46:39] [3/3] it shows up on my centralauth but the wiki says it doesnt exist [05:46:39] [05:46:42] what [05:46:58] [[miraheze:spacedb]] [05:46:58] https://meta.miraheze.org/wiki/spacedb [05:46:59] [05:47:12] huh [05:47:40] deleted but not dropped? [05:47:53] probably [05:48:05] yeah, it'll probably just need to be undeleted [05:48:35] Exploring the weird world of gone-but-not-forgotten wikis in the MH backlog is gonna be... a treat is the wrong word. [05:48:38] An experience. [05:49:01] i'm not even sure if it got db141'd or dormancy policy'd or something else [05:49:13] on a personal note, you might need darker shade of orange to read white letters on it more comfortably [05:56:40] daym [05:57:05] 2 more and we get icons and the banner back [05:57:22] let me see if I can add 2 more lol [05:58:47] 2 [05:59:07] <:smilecp:804887498139500565> [05:59:18] There we go! [05:59:25] https://cdn.discordapp.com/attachments/407537962553966603/1190172200381186099/Screenshot_20231228-235914.png?ex=65a0d53c&is=658e603c&hm=d696d74edd7a9aecaa034bd607b05afd9e9a38150d9051a35da9da30f7355709& [05:59:31] banner, my beloved [05:59:47] I won't continue this indefinitely lol, but glad to have the banner back for now... [06:00:01] I forgot about the icons for Nitro boosters [06:02:00] did they reset? <:xsob:912928935577276526> [06:02:12] IT'S HERE [06:02:20] we're so back [06:02:32] my paintbrush <:EpicFaceMH:912930767972225095> [06:04:32] make miraheze logo but pink for nitro booster lol [06:04:40] @mods plz [06:05:16] I remember when all verified users had the Miraheze logo as their icon [06:05:22] caused quite some confusion [06:06:08] lol yeah that was interesting... [06:41:00] Hm? [06:41:15] a joke, nothing else [08:08:41] Even so, really nice seeing that banner at the top of the server once again. šŸ˜„ [10:46:31] Ooo server got boosted [11:11:39] https://tenor.com/view/kiss-gif-11816971814746635421 [11:11:43] WAIT [11:11:55] Change the icon to [11:12:03] https://media.discordapp.net/attachments/407537962553966603/1172221696388907171/A8CBB465-9E48-4589-BA5C-A0FEA07CA2D2.gif?ex=655f8787&is=654d1287&hm=bb9854289dee930bbb7b5613d77da5e345830b7fd6aa418e6cb688418900dd55& [11:22:45] ģ•ˆė…•ķ•˜ģ„øģš” [11:23:05] Oi [11:23:07] HELLO [11:33:06] . [11:33:07] . [11:33:46] got a question? [13:37:00] another week, another logout [13:37:42] Huh [13:37:50] This is a bit of given, for some reason. People log in and the only thing they ask for is whether they can ask for help. They never actually ask their question, so they never get helped. [13:38:16] It's like calling tech support, and when the agent asks, "How may I help you?", you simply say, "Can I ask a question?" [13:38:26] "No, this is the pizza parlour. Order a pizza or hang up." [13:41:17] i think Legroom might be referring to an ongoing issue of users (such as himself) being randomly logged out of miraheze [13:45:24] yeah, I got logged out of Meta xd [13:46:19] It happens to me almost every time I close my browser even if I tick the keep me logged in checkbox [13:46:28] but also yeah, kinda silly people drop off IRC like this [13:48:37] [1/2] Not to interrupt the topic, but uhh [13:48:38] [2/2] Can I somehow have an image be displayed in a page without it being contained inside `pre`? It's getting in the way of some styling that I'm doing [13:49:39] you mean, you insert image via `[[File:...]]` syntax and it has white border around it? [13:49:39] https://meta.miraheze.org/wiki/File:... [13:50:27] [1/2] it's created by `thumb` parameter, but is needed to display captions [13:50:27] [2/2] you can modify its CSS to make container transparent [13:51:37] Oh yeah, that's what I'm talking about [13:51:42] I'll try that, thank you [13:51:54] https://discord.com/channels/407504499280707585/407537962553966603/1166842122230575186 [13:52:08] ^ here's ready code [14:24:59] [1/5] Howdy all! [14:24:59] [2/5] I'm very new to using MediaWiki and CSS and would like some help implementing a template on my wiki's main page (mythos.miraheze). I want to add a template that displays a set of icons which link to different categories on the wiki. To accomplish this, I went to the Zelda Wiki on Fandom (zelda.fandom) and copied the code for two templates that are used there to achieve exactly that, [14:24:59] [3/5] those being Template:Main Page Category and Template:Main Page Categories. [14:24:59] [4/5] The version implemented on my wiki works, but it looks much different (read: worse) than the version on the Zelda Wiki despite using the same source code, so I'm not sure what to change to achieve a more similar outcome. [14:25:00] [5/5] To be precise on the differences, their version pastes the text to the right of the images on a rectangular strip while mine uses plain text beneath the images. The heading on mine also doesn't appear for some reason. [14:32:56] Hm, can you send a screenshot? [14:33:58] [1/3] Mine VS the Zelda Wiki's: [14:33:58] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1190301692294594680/image.png?ex=65a14dd6&is=658ed8d6&hm=f9d68c63a4582b9b2bfd54382ad3cf5ec23402bf33c8139ac8e9348f23da1371& [14:33:59] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1190301692529496164/image.png?ex=65a14dd6&is=658ed8d6&hm=f5adc5764c93856eb20780beea335098752c1bd50654f0c007ede6fa3c4bfa57& [14:34:17] well, gotta be styling (CSS) [14:36:17] Your missing the CSS [14:36:44] How do I copy that over? [14:39:13] depends on where zelda wiki keeps it for this template [14:39:23] (I'm in a bus sorry) [14:56:45] [1/3] they keep it at common.css, look for the section at [14:56:45] [2/3] Ā“Ā“Ā“/ [[Template:Main Page Categories]] /Ā“Ā“Ā“ [14:56:45] https://meta.miraheze.org/wiki/Template:Main_Page_Categories [14:56:46] [3/3] (common.css is the first place to look, then just search for the css classes that your template uses) [14:56:47] [14:57:31] Ah, thank you [14:59:41] That worked perfectly! The heading still doesn't display but I can just put that on the main page directly rather than including it in the template like ZW does. [14:59:52] Thanks very much for the help. [15:01:24] No worries maye [17:53:20] anyone know if theres any way to hide parts of logs? a user forgot to log in and they want their ip hidden [17:55:30] Yes, with revision deletion. Admins have the ability to hide edits and logs. https://www.mediawiki.org/wiki/Help:RevisionDelete [18:03:31] You can request a steward to oversight it, hiding it from anyone except stewards, aka people who sign a legal non disclosure agreement [18:04:26] Here, https://meta.miraheze.org/wiki/Suppression [18:04:49] Email `stewards[at]miraheze[dot]org` [18:05:09] k6ka actually had what i was looking for, thank u both tho (: [18:06:00] no worries [18:24:27] how do i add admins to my miraheize wikki? [18:24:50] Special:UserRights/(username), tick the "sysop" box [18:32:10] Is WikiAuthBot broken? [18:34:12] Is WikiAuthBot broken? I keep authenticating but it doesn't give me a role.. [18:37:37] odd [18:39:54] It's named WikiNapBot for a reason, it sometimes takes a nap [19:03:00] So true [19:03:33] Also why does MediaWiki engineer have no icon? Should make it a wrench or a gear [19:06:49] i cant find that, all i see is "user rights" under "special pages" [19:07:35] https://cdn.discordapp.com/attachments/407537962553966603/1190370549780729856/image.png?ex=65a18df7&is=658f18f7&hm=de156ad69a2e4f2834ab86336be161c2fa18ad777e1306cd56f2f6f0d8afa257& [19:08:06] Click that and type the username of the user you want to promote in the box that appears [19:08:34] ooh [19:08:40] do i use the @ ? [19:08:59] It used to but then it got removed back when I merged the MediaWiki Engineer and Site Reliability Engineer role into one and never got restored when they got split back [19:09:11] I think the SRE role still has a tool icon iirc? [19:09:29] Which wiki are you trying this on? [19:09:52] [1/2] it does [19:09:53] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190371123637010552/Screenshot_20231229-130933.png?ex=65a18e7f&is=658f197f&hm=00e377be2e3e149a07e8476a1e85b643ca1bcd7fbec146487a34da0577671340& [19:14:54] Wait it merged? [19:15:29] ngl kinda hate default emojs, If I made yall custom miraheze/mediawiki themed icons would yall use them? [19:18:33] The Discord roles, yes [19:19:14] Most likely. We don't have a lot of designers on board so that's why we just use the default emojis [19:21:01] Im thinking bout design [19:21:27] either MW engin or SRR prob the red MediaWiki flower in the hold of a wrench šŸ”§ [19:21:34] or on top of a bolt [19:22:20] for mods I like the scale, maybe put the Mira logo on one end [19:23:13] Stewarda maybe a recolored miraheze logo [19:55:00] they shouldn't be complicated for such small size [20:00:12] yeah [20:00:40] canā€™t really go wrong with different colored Miraheze logos [20:01:57] [1/2] something like [20:01:58] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190384232653139968/image.png?ex=65a19ab5&is=658f25b5&hm=3e490e5d4570eb825bb140f4fedc0c6f6636b13769392d2881f932a505ea30ae& [21:22:40] its mirah-easy! [21:27:47] <.labster> [1/2] This is what I was thinking for the Miraheze Board, should go well with the white standard of the Stewards: [21:27:47] <.labster> [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190405830206566531/miraheze_board.png?ex=65a1aed2&is=658f39d2&hm=f354706feef49f576d4b761f2ddf06a15d5d583d0f6d3be23ed978f9dbce7cb2& [21:31:24] I like the sort of round table theme [21:31:30] whats the tree? [21:31:55] <.labster> The White Tree of Gondor, obviously [21:32:14] Gondor..? [21:32:38] <.labster> https://tolkiengateway.net/wiki/Gondor (not one of ours, but pretty good wiki) [21:33:36] for discord admins do the all seeing eye lmao [21:35:29] @.labster that's cool [21:35:44] we could also stick with vector style, I personally like the theme of having role icons being the same color as the role [21:35:49] <.labster> I have an .svg version as well. [21:35:54] . [21:36:01] based as FUCK [21:36:18] we need a miraheze Graphics committee [21:36:53] I have a gcse in DT [21:37:01] ? [21:37:14] <.labster> those are letters in the latin alphabet, i believe [21:37:17] What we now call graphics in the UK [21:37:58] Because some idiot scrapped graphics, textiles & resistant materials [21:38:03] Does anyone know how I can quickly delete all categories on my wiki? [21:38:27] Deleting as in the page or removing all pages from it? [21:38:56] Iā€™d recommend [[wp:AWB]] [21:38:56] https://meta.miraheze.org/wiki/wp:AWB [21:38:57] [21:39:08] I fucking hate the bot emoji [21:39:09] I donā€™t understand your question but all pages which are listed as Category: [21:39:34] Categorys exist as long as pages are in them [21:39:49] But the content of the category page is seperaye [21:40:41] I currently have a plan to delete all man-made content on my wiki as a fresh slate (it is currently just me and one other person) [21:41:46] When I go onto a Category page and press delete, all pages which have that category the category link turns red, my plan is to delete all categories and then just delete the articles [21:42:40] Just delete all pages. Once thereā€™s nothing in a category itll go away [21:42:48] but theres probably better ways do to this [21:44:24] I have alot of categories which have categories themselves, so like a category like American people has the category American-related categories [21:44:50] Will these ā€œsub-categoriesā€ of sorts also be deleted, no? [21:44:55] Just delete the pages as well [21:45:17] If you wanna wipe look into a bot script or AutoWikiBrowser [21:48:57] Iā€™m just deleting all of my main space articles at the moment [22:01:56] Ugh, I got a small question for any website admins actually [22:02:14] Don't know if this is the right place to ask but [22:02:19] <:shrug:1094443541784182905> [22:04:49] sup [22:05:41] I got banned from the site a while back in 2022 for a mistake I made with my IP address since I had a VPN at the time. Now, I wish to use the site but my ban isn't going to expire until March 2024. [22:06:11] You need to contact that site [22:06:23] Turn off your VPN and you should be able to create an account [22:06:23] If it's not us, we can't help [22:07:51] @ivork [22:08:21] [1/2] I have but this is what I get every single time [22:08:21] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1190416038953750618/image.png?ex=65a1b854&is=658f4354&hm=79ea96d649b1454c08333a52baae7c5553707f1b53c1e8a3612380b15290aa8a& [22:09:13] @darealhowardabendsen delete your cookies [22:09:27] Or try incognito with VPN off [22:09:35] Alright, I'll try that [22:11:13] Cookies? [22:12:08] Iā€™m looking for people to give temporary admin access on my wiki to help me delete all the categories that are on my wiki, I am currently trying to remove all of the categories and right now I am a one man army and could use some assistance. [22:12:42] If there are multiple people simultaneosly deleting categories, it should be over in quarter of an hour. [22:13:02] not sure but couldn't nuke or dlp3 nuke delete all pages in namespace + update/change category links on normal pages via AWB? [22:13:39] Yes, your computer stores data in cookies for now until Google and Mozilla ban them when you visit websites. [22:13:56] I donā€™t understand or recognize these acronyms sorry [22:14:00] also never asking for volunteers for single wiki was successful here [22:14:09] if a category page has been placed in a category, you'll need to remove those links as well. if a category page was edited (such as adding it to another category), then th category page will also need deleting or it will still exist as an empyt category page. [22:14:45] Iā€™ve deleted all of my mainspace articles [22:15:09] Or downloading a pywikibot script [22:15:26] [1/2] nuke and dpl3 are extensions [22:15:26] [2/2] awb is a program linked earlier [22:15:31] ik what cookies are but didnā€™t know they affect bans [22:15:35] or yeah, try a bot [22:15:49] Iā€™m pretty sure I canā€™t use any of this as I am on mobile due to my computer being broken at the moment [22:16:30] I mean, you can, just gonna be a bit difficult [22:16:48] unless we talk about bot [22:16:57] How do I implement a bot? [22:17:13] aight, i need some sleep [22:17:45] pixdevl has better knowledge of that [22:22:08] maybe the Special:Nuke page would work? <:ThinkerMH:912930078646730792> [22:25:16] Iā€™ve never heard of this page but it sounds promisinh [22:26:49] I've made some changes to the CW canned responses: https://github.com/miraheze/mw-config/pull/5410; any input would be appreciated [22:29:01] cant really make a bot on mobile, best I can think of is if you have a server or computer and an app like Terminus to access its shell, install and run a python script from there [22:29:15] Discord occasionally ups it's cloudflare protection, which it seemingly has again, blocking webhooks. Nothing either of us can do to fix, just try again in a couple hours. [22:29:18] unless you can somehow run scripts on mobile [22:29:29] how nice [22:29:53] Iā€™m apples bitch so i have no idea of itā€™s possible with android or jailbreaks [22:32:38] Oh my god, you were right it did work, thank you so much. I would have been sitting down for hours manually deleting 181 categories on a mobile device if you didnā€™t tell me haha [22:33:48] that what I suggested first but nice it worked out [22:35:02] Did you? [22:35:51] Wtf I mustā€™ve read extensions and processed it as bot [22:36:07] Haha thank you anyway though šŸ™ [22:36:20] nice, glad it worked out <:pupCoffeeMH:766487840694599711> [22:36:43] Reviewed, also your pr has conflicts [22:37:08] As soon as I figure out how to resolve those, I will [22:40:34] https://cdn.discordapp.com/attachments/407537962553966603/1190424148971901008/image.png?ex=65a1bfe2&is=658f4ae2&hm=7a5d37fa0889ad51b1d0ded88927a385c226434270fa662aa663ff41b18ae3f0& [22:40:36] https://cdn.discordapp.com/attachments/407537962553966603/1190424156819431434/image.png?ex=65a1bfe3&is=658f4ae3&hm=67637938081b60618a84574c707b8a5f22eecf3ebbe9eb7890bbcec674368565& [22:41:07] So I have a drop shadow on some text that I procured from another wiki. I was just wondering if someone could tell me what these values mean [22:41:43] For the record I could screw with it myself and figure it out, but even with reloading the cache it takes a little bit to catch up so I thought asking would save me a little bit of time [22:41:49] those are like, directions of shadows [22:42:03] having many different values result in different effects [22:42:24] just google css shadow, there are even ready examples [22:46:09] Got'cha thank you. So if I have this right, the first number is horizontal alignment, second is vertical alignment, third is blur, and fourth is shadow size [22:50:47] hello wiki friends, sorry if this is a dumb question, but how do i add a friend's username to a user group on my wiki? [22:50:51] i'm not seeing an entry for it [22:52:27] im trying to let one specific person read my wiki because she's curious but i can't figure out how šŸ˜” [22:54:15] Special:UserRights/(username), assign the user the "member" group [22:54:26] thanks! [22:58:36] note that user has to visit your wiki, even if only main page is visible, for wiki to recognise him and add into lost of users [22:58:46] OHH i see [22:58:49] okay i was just about to ask that [23:32:29] how do i make a page the homepage of my wiki [23:32:52] or the main page [23:37:54] MediaWiki:Mainpage [23:46:14] thx