[00:07:25] [1/2] So the part that changes what it's transcluding is that `|include=%1` which is using dpl3's "include sections by on-page position reference." I believe that if you want to use the title of a section heading you can also do that? using `|include=#Example heading` but I havent personally tested it (For example the template would always transclude the "Exampl [00:07:25] [2/2] e heading" section of whatever page it pulled). [00:09:02] The reason it's only pulling that first bullet point is that when it's pulling lists it defaults to only transclude 1 item, so if you want to transclude more than that you have to add an additional thing for `|count=5` for example, which would pull the first 5 bullet points [00:09:30] I'm not sure how up to date it is but this is what i use as a reference: https://dpl3.your.wf/wiki/Controlling_output_volume#Include_contents_from_the_articles_in_the_result_set [01:20:31] I was gifted free Nitro [01:26:50] Hey [01:27:47] 🔥🔥🔥 [01:33:54] Gg [01:34:05] :miraheze: :miraheze: 🔥🔥 [01:34:26] I would transfer my other one but it's on a cooldown since I transfer it so often lol [01:35:45] When you find out that there are wikis for wiki extensions💀 [01:51:41] the mediawiki wiki is literally a wiki that does house an index of extensions [01:57:35] Well that, and everything else there is to know about the MediaWiki software [01:58:40] No one knows all [01:58:48] Just what we bothered to document [02:13:09] that is so true [02:19:52] does anyone want free nitro, got an email from epic games for their discord nitro promo thing [02:19:57] i dont want it [02:20:03] and i wanna give it to someone [02:28:30] ask in #offtopic perhaps [04:36:49] Is there a way to have `.client-js` or `.client-nojs` apply to templatestyles rules? Typical usage of those two classes won't work because template styles are parsed as `.mw-parser-output [more selectors] {...}` to prevent outside influence [04:57:14] oinite12: use html.client-{js,nojs} [04:57:52] In the templatestyles stylesheet? [04:57:57] yeah [04:58:01] https://www.mediawiki.org/wiki/Special:MyLanguage/Help:TemplateStyles#How_can_I_target_specific_skins? [04:59:18] Gotcha, thank you very much [04:59:42] you're welcome ^w^ [05:58:41] [1/2] How do i replace this icon in MonoBook? [05:58:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317007769051729981/Screenshot_20241212_215810_Discord.jpg?ex=675d1e90&is=675bcd10&hm=9e1065ccab7f48be8a2300fb569b9ea574b81e5e0877fbb535a54e307fec8c81& [06:02:08] upload desired icon on wiki, get raw image url, replace in css [06:02:13] the usual [09:58:45] [1/2] how do i reduce the gap for all pagea [09:58:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317068182770548748/image0.jpg?ex=675d56d4&is=675c0554&hm=cffc11044a827db68b86b019cb7291c112eab7a2b4e1db241cfb61e6d7b2989c& [10:02:52] Open dev tool (F12), use the hover tool and point your mouse to that gap to see what it is [10:03:44] either there's some sort of element in there wasting space that can be set to not display, or it's an element above/below adding unnecessary trailing space that can be neutralized with css [10:04:16] needs inspect either way ^^ [12:15:00] can someone summarize how to use infobox for me mucho texto me brain hurty [12:16:17] Hi, there. Does anyone know a code to change the opacity of an image only, not what's behind it? For example, I put a coloured texture + an image on top, I just want to change the opacity of the image, not the texture. Changing the opacity changes everything, even the texture and the text. I don't know if I'm clear. Thanks in advance. [12:20:32] i recommend portable infoboxes [12:20:59] i already made one in portable infoboxes im just kinda confused about how to put it into a page [12:21:37] https://cdn.discordapp.com/attachments/407537962553966603/1317104137388687370/image.png?ex=675d7850&is=675c26d0&hm=30c03af2d0861d3ccef3c394f36b077d7e9a84238e1d67bfc99da3aaf02357e1& [12:25:00] [1/2] ive made something like this [12:25:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317104985011388526/image.png?ex=675d791b&is=675c279b&hm=c19b88389c4956b832b95fc33a770a34dd88175fbc64e09d68e605bf53e4bd64& [12:26:58] have you published it [12:27:03] yes [12:27:10] is it in a template namespace? [12:27:14] like (Template:blabla) [12:27:43] this is the link https://ballinpedia.miraheze.org/wiki/Template:Tower [12:28:18] then you can use it like `{{Tower|data1=likethis}}` [12:28:18] https://meta.miraheze.org/wiki/Template:Tower [12:28:32] you named the parameters data1, data2, data3, data4 [12:29:07] ah. i should probably change the data name [12:30:31] what do i do for the desciption part? [12:33:14] wdym description [12:33:32] i put in a sub header and renamed it to description [12:34:10] you should type that in source editor [12:34:33] if you want it to work in visual editor, template requires TemplateData, additional stuff [12:34:42] also you should lowercase the parameter names [12:34:54] okay [12:35:11] https://cdn.discordapp.com/attachments/407537962553966603/1317107552781078528/image0.jpg?ex=675d7b7f&is=675c29ff&hm=1adbda46a9f85eab418cb31d924cff5d867cc7f35324beae33217ac680504b01& [12:35:32] well thats a header [12:35:38] that stays [12:35:39] oh [12:35:58] are you thinking of making a description parameter without the label? [12:36:00] or like [12:36:22] i thought sub header was like another option to put text in :concerned: [12:38:21] no... just a way to seperate data [12:38:39] [1/4] just do [12:38:40] [2/4] ``` [12:38:40] [3/4] [12:38:40] [4/4] ``` [12:39:43] [1/3] also parameters are the names in `` [12:39:44] [2/3] you mistook them for labels [12:39:44] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1317108694865023047/image0.jpg?ex=675d7c8f&is=675c2b0f&hm=5f42e7de610e663849bf49ac5b2d7db4b9b2d337903659771fb63d7ab9e09511& [12:40:09] im fixixng it [12:40:22] i noticed before you send XD [12:40:30] Hi, so I've been thinking about starting a wiki, and I was wondering when requesting, if I initially set the wiki to private, would I be able to then make it public at a later date? Or would the wiki be permanently private? [12:41:31] you can turn it public [12:41:53] thank you 👍 [12:41:56] [1/2] just uncheck thjs [12:41:56] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317109250488668211/image0.jpg?ex=675d7d14&is=675c2b94&hm=9bad4b50d7cb589c4a3cc619ddf95a4e124e8cecfb63ae1d6b09f3fa9e6679e1& [13:05:50] How do i [13:06:22] What are you [13:06:40] A Scourge of santa present [13:07:15] What should i do if i locked myself out of my own wiki page... [13:07:25] [1/4] Anyway how do i like [13:07:25] [2/4] Add a coment on a file after I like [13:07:26] [3/4] Post it [13:07:26] [4/4] Seems like I cant do anything though the edit option [13:07:28] How [13:09:58] are we talking about phorge? [13:13:06] No [13:13:12] Phorge is talking about you [13:14:38] oh sweet lemme check on them [13:20:05] comment? you mean description maybe? fine file page of that file (File:file-name) an click edit [13:20:16] can't login or? [13:21:51] I accidentally edited bureaucrats permissions because i thought its the user permission now i cant edit or do anything [13:22:25] Yezz [13:23:27] [1/2] how can i seperate the infobox from the table thats supposed to be below it? [13:23:27] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317119696796913784/image.png?ex=675d86ce&is=675c354e&hm=a997d463530098680190d1705659dfe7dc0e1afac3fe3288508b00c226df61eb& [13:23:47] Hello everybody and happy holydays, may I ask where could I check the status of my wiki request? thank you! [13:24:04] nvm figured it out [13:24:11] [[Special:RequestWikiQueue]], your username and all status [13:24:11] https://meta.miraheze.org/wiki/Special:RequestWikiQueue [13:24:11] [13:25:44] Great! Thank you so much! (on average how long does it take? thanks) [13:27:09] It varies a lot, it’s the holiday season and all our reviews are unpaid volunteers, so maybe 5 days? [13:27:25] A calculated estimate [13:27:30] Dang reception is grinding [13:28:50] leave a reset permissions request on [[Steward requests/Permissions]] [13:28:50] https://meta.miraheze.org/wiki/Steward_requests/Permissions [13:28:51] [13:32:52] Great! Thank you [13:34:29] Alr thanks :) [13:49:27] [1/2] does anyone know how to move this part over to the left? [13:49:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317126243002486927/image.png?ex=675d8ce7&is=675c3b67&hm=4cdbb42affce87315bd58e9d9e7086575c05aaf33f5732614c38958b96ea33b1& [14:03:43] Cool another roblox wiki!!! [14:03:52] b a l l [14:06:32] Everywhere I look, I see his face [14:06:38] https://tenor.com/view/roblox-memes-dancing-player-gif-6916997188245946337 [14:21:37] what roblox wiki is it [14:22:06] ball tower defense aka sols rng but with more gameplay [14:22:25] real [14:22:30] hope it all goes epicly well [14:22:35] thanks [14:23:09] currently competing with the fandom version >:( [14:23:35] Nothing new [14:23:43] https://tenor.com/view/xdscaradontdrinkwater-gif-13490893073543650074 [14:23:48] bro [14:23:49] Is the miraheze wiki developer affiliated? [14:23:53] wrong gif sorry [14:24:05] https://tenor.com/view/fade-away-oooooooooooo-aga-emoji-crumble-gif-20008708 [14:24:11] 👍 [14:24:55] cough wiki portals cough [14:25:05] speaking about this [14:25:07] ours is [14:25:11] which is awesome [14:25:21] we can get all changes and updates as early as possible [14:25:35] instead of our users spending 3239248585 hours to figure out what is new [14:25:46] wdym [14:25:46] [1/3] i made some custom artwork for the miraheze version too [14:25:47] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1317135381237596343/crate.png?ex=675d956a&is=675c43ea&hm=e25e6a440d61fa50791638797b8ed6dfa6eafc4bb32c83cdd83d6db4397dd5d7& [14:25:47] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1317135381665284096/reforge.png?ex=675d956a&is=675c43ea&hm=5a0470dcbe03df97b1042c581c3ff486e5fd2d47812cc08c4d036e493fce1b42& [14:25:56] i figured it out nvm [14:26:09] you gotta do some js to it [14:29:55] js? [14:30:10] yea [14:32:00] [1/2] I did this but now there is no space between the lines and I also want a subheader there. [14:32:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317136949428883466/image.png?ex=675d96df&is=675c455f&hm=0dd3fa7c5f03300fc9622827718f81b589e97d4d8c133d1a9be87dd9061c33c9& [14:32:51] short for javascript [14:34:50] oh boy :concerned: [14:41:16] [[JavaScript]] [14:41:16] https://meta.miraheze.org/wiki/JavaScript [14:41:17] [14:42:47] [1/8] One problem I have is the following: [14:42:47] [2/8] I want to fit my Discord an Featured Articles headers in my Main Page. The problem is that it doesn't look that good when I zoom out and there is a big blank space there. [14:42:47] [3/8] The first image is when I used 33% and 33% for each box and I was left with this space. [14:42:48] [4/8] The second one is when I used 50% and 50%, which should've filled the space. Though it just filled part of it, the discord widget wasn't centered and the above "DId you know" box was compressed into 10%-15% of the space. [14:42:48] [5/8] I even made a third image, with 40% each this time. The problem is the same [14:42:48] [6/8] https://cdn.discordapp.com/attachments/407537962553966603/1317139661725892699/image.png?ex=675d9966&is=675c47e6&hm=9ded78cde6f8b6b43f70f8ce643fee67d3c5c6d5d4374bb09e894573f7ebe993& [14:42:49] [7/8] https://cdn.discordapp.com/attachments/407537962553966603/1317139662133002320/image.png?ex=675d9966&is=675c47e6&hm=b5139c4a95c6654679e9a939c83068836c5f1f831922b443111f2bd81d6e722b& [14:42:49] [8/8] https://cdn.discordapp.com/attachments/407537962553966603/1317139662468284446/image.png?ex=675d9966&is=675c47e6&hm=704e531da7b6deb755e711afa35cfdef80098c165fabfff27fb3b924e9d139ec& [14:43:39] The intended result was the last row occuping 100% of the space, with the Discord and Featured Articles boxes being the same size [14:56:02] Can i somewhere see the status of the request? [14:58:01] [1/3] right there, steward will reply [14:58:02] [2/3] I don't have an eta tho [14:58:02] [3/3] bear in mind that Miraheze is entirely volunteer run [15:07:02] Sorry but what is an eta? [15:11:13] estimated time of arrival [17:09:47] help i accidently reported you on miraheze.org the free wikifarm [17:35:18] Oh no [18:13:48] is the bluelib skin available on miraheze? A friend of mine tried to use it but couldn't find it in the managewiki/settings special page [18:15:50] It does not appear that the request has actually been filed at https://meta.miraheze.org/wiki/Steward_requests/Permissions, so currently the ETA is infinite [18:16:05] Why does this page not have a title icon when searching? I had this extension enabled for a week. Some pages it works, some it doesn't despite having present images. [18:16:06] https://artale.miraheze.org/wiki/HP [19:05:39] [1/3] hey guys [19:05:39] [2/3] could someone remove my JS/CSS support volunteer role? [19:05:39] [3/3] It's been very obvious I'm not very active here anymore [19:07:58] So i need to request again? [19:10:55] Sure thing [19:11:27] Thank you for your service :) [19:20:02] Did you put a request anywhere on meta for Stewards to fix your permissions? [19:22:51] [1/2] you should have made new entry on that page I linked before [19:22:52] [2/2] what did you do? [19:25:06] I clicked on the big blue "Request about permissions with the tool" text and used the rfxhelper [19:25:22] (BTW, thanks for bearing with us, the request is actually important to make sure that you are you [19:26:35] that's new thing to me :ThinkerMH: [19:27:01] Hmm, yeah, that's an extremely new process, looks like it didn't fully submit. I just tested and it did work for me, could you give it another shot please? [19:27:30] Sure [19:27:46] Much appreciated, thanks! As soon as it's on there, I can action it pretty darn fast [19:30:50] Alr i made an request again [19:31:36] Hmmm, still doesn't seem to be going through... very strange. [19:32:00] [1/2] Let's do this, for expediency - can you leave a message on my talk page indicating which wiki need perms reset and I'll take care of it? [19:32:00] [2/2] https://meta.miraheze.org/wiki/User_talk:NotAracham [19:32:32] Sorry for all the hoops on this [19:33:29] I have to create a new topic right?, don't want to do anything wrong [19:33:34] Yep, that'll work [19:38:56] Perfect, reset complete [19:39:28] All group permissions should now be back to default state, let us know if you have any further issues. [19:42:49] Everything works again, thank youu. So it wont happen again, i should not edit the bureaucrats permissions right? And all other groups can i edit without problems? [19:48:17] You can edit it but with a bit more caution [19:49:02] If you remove managewiki, you'll loose access to edit your wikis settings [20:03:05] [1/3] yeah, I'd say don't touch bureau and sysop (interface admin) [20:03:05] [2/3] if you want to limit editing to registered users you need to remove such tights from Everyone (*) and ensure User have them [20:03:05] [3/3] if you want only admin to have such permission, then remove them from User as well [20:06:52] Are interface admins important when i do this wiki alone? [20:08:47] iirc first bureau is also a sysop [20:09:47] or just admin [20:10:48] I most likely missing some information, maybe something has changed, but my personal experience is that bureau must be a sysop as well [20:15:44] Sysop is not interface admin [20:16:07] just admin? [20:16:12] Requestor gets admin and crat [20:16:13] man [20:16:25] Yes, sysop is the system name for an admin [20:16:32] Interface admin is just interface admin [20:27:13] got it, my bad [20:28:06] even sysop screwups are fixable as long as you are in at least one group that holds managewiki permissions access [20:29:00] it is possible to very carefully change this as long as you retain that access at all times, but keep in mind there are other consequences to tampering with or deprecating the bureaucrat group, including the fact that notifications for closure/inactivity will go to the emails of bureaucrats; this behavior is hardcoded [20:30:12] [1/2] likewise there are hardcoded things involved with sysops, and if for example permissions change (it's happened before though it's quite rare), the assumption will be default groups and not custom ones. Managewiki was split into several permissions at one point and that only assumed the bureaucrat group so people who removed that and used something else would have been out of luck unt [20:30:13] [2/2] il a steward could assist [21:17:20] [1/2] How can I import an template from Fandom to Miraheze?? [21:17:21] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1317238957112557699/image.png?ex=675df5e0&is=675ca460&hm=878d496431439d9f8f42b76daf9929b10c92ffd9f51f86769e169896834d1f1a& [21:30:09] [21:32:34] This is an MBox though [21:33:08] but it's a template [21:33:34] aight [21:33:49] it seems like I'm behind a lot of things these days [21:35:00] That would work but mbox uses a module on dev [22:08:57] What about a nbox [22:08:59] Or obox [22:09:01] Will that work? [22:13:10] Tf is an o box [22:13:22] N is nav i presume [22:13:33] Comes after n box and before pbox [22:13:37] Well I presume this is a joke with no intended actual reference [22:13:38] Yea [22:14:00] TBF Abox and others do exist [22:14:06] I havent had dinner yet im starving [22:14:08] I don’t understand why [22:20:27] Go eat [22:20:31] Don't go to sleep hungry [22:20:39] Although have something light [22:21:05] I am [22:21:08] Off to Tesco for Pizza