[00:10:47] [[mw:extension:Pipe Escape]] [00:10:48] [00:10:59] cc @davyvm2009 [00:11:31] i didn't even know we had this [00:53:48] hm? [00:54:03] ohhh i see [01:04:23] yeah probably easier than my method lol [01:07:40] [1/2] i always found it like [01:07:41] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536541579387342958/image.png?ex=6a7bc75c&is=6a7a75dc&hm=587d48f23e5439734558597520df1bf490248bda2d630a9a3ac10ef310e9102f& [01:07:44] weird to do it this way [01:08:04] [1/7] i always do [01:08:04] [2/7] |- [01:08:05] [3/7] | [01:08:05] [4/7] | [01:08:05] [5/7] | [01:08:05] [6/7] |- [01:08:06] [7/7] etc. [01:08:22] which takes up more space yes but lets me keep track of stuff better for me [01:10:07] yeah, same, though i mainly just copied what folks before me did on the wiki [01:33:24] Fair nuf [01:33:56] I usually take code from other wikis i like, put em into minez and make a frankenstein's monster [01:34:30] Other times i just search up "how to do X thing in X wiki" [02:09:51] dmehus [02:10:02] Are you still planning on putting up questions on my RfS [02:14:37] is it possible to make a module to calculate percent chance using weights? [02:14:56] Probably yeah, Lua can do math [02:16:21] Oomf is trying to make a table to display the chances of getting a certain item [02:16:51] and she keeps talking about it like she would have to change everything when a new item was added, but I feel like she doesn't ahve to [02:17:33] but I don't know a single thing and none of these guys are in this server [02:18:11] [1/2] like you could automate this stuff no? [02:18:11] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536559325550477432/image.png?ex=6a7bd7e3&is=6a7a8663&hm=266746dad2df25689fcf1630136865e8dd7853815c2a753931cf692de790bd96& [02:18:51] the % chance is manually input here [02:26:08] I am so hyped I feel like my heart is beating jrregularly [03:15:09] [1/5] anybody who does [03:15:09] [2/5] ! [03:15:10] [3/5] ! [03:15:10] [4/5] ! [03:15:10] [5/5] is WEIRD!!!!! [03:15:20] do ! !! !! [03:47:03] yeah i think that's what the `#expr` parser function is for? [03:47:20] probably could template the formula and have it take number inputs [04:13:09] i took a break for a year and seriously feel so washed doing anything on meta [04:13:26] 😐 [04:18:35] im so uncified [04:25:00] hi zeus [04:25:23] i can’t believe i crossed paths with zeus [05:56:24] [1/2] this page is so crazy [05:56:24] [2/2] https://oblasia.miraheze.org/wiki/Rejin_Republic [05:57:05] and then you look at the page history, and its all one person [05:58:18] holy fuck [05:58:22] [1/2] like damn, one person wrote all of that? That's insane [05:58:22] [2/2] but the most insane thing is the the entire wiki is on the shitlist to get deleted in 135 days from now due to inactiviy [05:58:42] I know, right? [05:59:34] is that person in this discord? We got to let them know that all his work might get evaporated in the near future if they don't do anything [06:02:30] i dont think she is [06:03:52] oh its a she? [10:20:55] it probably qualifies for a DPE [10:21:49] plus [10:25:21] we're not in the business of closing wikis without backups [11:54:42] In the entire feeds channel category, it allows me to create a thread and says that it's a thread-only channel; that cannot be intended, is it? [11:57:35] There's <#918140009943556096>, so I suppose it has been the case for at least 5 years by now [13:21:11] thanks ^^ [13:37:01] *public wikis [14:54:23] gulp... [14:56:24] Gloop* [14:56:40] Trick question. We’re all weird already [14:59:52] I do one line when it's easy to fit all the data in one line [15:00:05] I do multiple lines when it's not [15:31:18] @pixldev: yeah, sure, I can do that today if you'd like :) [15:31:52] Sure, I was asking to let you know that I’ll probably not be able to respond until tomorrow though [15:32:03] Depends on the question length and how responsible I am [15:39:28] they gonna get you for this one but youre right [15:43:55] pixldev: oh okay, perfect. Sounds good then. :) [16:25:30] hello [16:25:59] I can't use at all MassEditRegex [16:26:46] y put the names of the pages in Pages to edit and it says "X" doesn't exists [16:26:51] always [16:32:56] usually happens when the regex has an error [16:33:11] the error messages are terribly untrustworthy [16:33:41] what was in the regex box [17:45:23] [1/2] I asked chagpt because I don't understand regex [17:45:24] [2/2] I want to change ava-guaranĂ­ to avĂĄ-guaranĂ­ in certain pages. [17:45:47] [1/5] it said me: [17:45:48] [2/5] search: [17:45:48] [3/5] /ava-guaranĂ­/g [17:45:48] [4/5] replace [17:45:49] [5/5] avĂĄ-guaranĂ­ [17:47:52] y deleted /g [17:47:55] and works [17:49:05] <.kwinn> My bot is getting 'Invalid CSRF token.' on the last few page updates. Never had that happen before. We moved domain could that be related to the issue? [17:49:30] Has your bot been running for a while? [17:49:47] Since it last restarted / got a new token [17:50:05] <.kwinn> the scripts last for 2 digit amount of minutes usually but that was far from the longest run tbh [17:53:50] It's possible the token expired or you got logged out for some reason [17:54:15] If you restart your script, does it then work fine [17:54:28] <.kwinn> yea starting over it worked normally [17:54:44] <.kwinn> i can probably try catch that and have the bot relog right? [17:54:45] I'm sorry aa [17:54:56] Yes [17:55:04] <.kwinn> okay ty :3 ill just do that then [17:55:14] If you're doing long running stuff, catching CSRF and logged out errors is probably good [17:55:31] [1/6] ``` [17:55:31] [2/6] | [17:55:32] [3/6] | [17:55:32] [4/6] | [17:55:32] [5/6] ``` [17:55:33] [6/6] is fine cuz it defo can get a bit messy with long entries [17:55:39] but `! !! !!` is just cleaner [17:55:47] What does it fo [17:55:57] it's just table headers but more compact, that's it [17:56:12] Show a screenshot a [17:56:34] https://cdn.discordapp.com/attachments/407537962553966603/1536795478493233172/image.png?ex=6a7cb3d2&is=6a7b6252&hm=a253e49189ff912b635ec9343a30c28c6e431b377299bb481f80a73470e53017& [17:58:05] No not that [17:58:09] Of how ut ooos [17:58:16] what [17:58:18] it look [17:58:24] its the same [17:58:30] its just a different way to do it [17:58:43] Does mediawiki recommend doing dat [17:58:47] i have no clue [17:58:56] How did you learn of it [17:59:06] i forgot [17:59:14] No you didn't [18:00:29] Liar [18:01:03] Be nice please [18:01:09] It's okay they're my friend [18:14:55] [1/2] [Wikipedia recommends]() that each header be on its own line in wikitext table markup [18:14:56] [2/2] > Each header cell should be on a separate line in the wiki-markup. [18:57:10] Why do they recommend that [19:14:19] [1/4] `{{#robloxAPI: badgeInfo | (ID here) | json_key=statistics.awardedCount }}` [19:14:19] [2/4] someone please help me [19:14:20] [3/4] i want to get a section located inside of the `statistics` section called the `awardedCount`, i've tried all sorts of stuff for like 20 minutes but nothing works [19:14:20] [4/4] i've tried `statistics.awardedCount`, `statistics_awardedCount`, `statistics|awardedCount` `statistics:awardedCount`, etc. but nothing i try works, is there just no way to get that specific part? [19:15:20] [1/2] fyi `{{#robloxAPI: badgeInfo | 3229693792411119 | json_key=statistics }}` prints the following: [19:15:21] [2/2] `{"pastDayAwardedCount":2218,"awardedCount":121000,"winRatePercentage":1}` [19:15:23] Good help page, @janebuzjane. I will say, though, I find HTML tables simpler to follow in terms of syntax than wikitables. I feel like it's one of the areas where HTML gets it right. [19:16:58] You may need to get the info using a Lua module. @abaddriverlol may know if there’s a way to get sub keys [19:17:51] [1/5] Try [19:17:52] [2/5] ``` [19:17:52] [3/5] {{#robloxAPI: badgeInfo | (ID here) | json_key=statistics->awardedCount }} [19:17:52] [4/5] ``` [19:17:53] [5/5] (see also ) [19:18:33] yea i just figured it out [19:18:38] using an `->` is like [19:18:40] pure evil tho [19:18:41] 😭 [19:19:33] I think it’s PHP’s failt [19:19:35] [1/3] yea i was looking at the explanation page for it the entire time [19:19:35] [2/3] somehow juts missed this [19:19:35] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1536816355909828648/image.png?ex=6a7cc743&is=6a7b75c3&hm=943726d778ec8d9df91b55e03cc940e1d6f1ae5e5a738b97bea153b083555104& [19:22:05] Yeah it's inspired from PHP's property access syntax / C's structure pointer access syntax [19:23:21] Conversiontable refreshed really slowly, I thought it didn't workđŸ€Š [19:37:08] [1/2] Making a new theme for 2009 Earl [19:37:08] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536820784469778494/image.png?ex=6a7ccb63&is=6a7b79e3&hm=aa41459493f064c463a17bd9459e0feb4ddc2eda5a194dd05c345155e8222024& [19:38:15] Ooo very bright [19:38:21] I like it [19:40:13] How do I change the text color [19:40:19] also thank you!! [19:40:54] [1/4] ```body { [19:40:54] [2/4] color: #hex; [19:40:54] [3/4] } [19:40:55] [4/4] ``` [19:40:57] That should work [19:42:20] https://cdn.discordapp.com/attachments/407537962553966603/1536822096024436876/image.png?ex=6a7ccc9c&is=6a7b7b1c&hm=73505dd1bf98d0dbee28f597620ce923b0de94719df44916c3406ccd98ae3d60& [19:42:22] YEES [19:42:24] I made it [19:42:58] If you need to target more specifically just the content container than replace body with `#mw-content` [19:43:46] Finally, my light novel can be perfect [19:45:07] me using the
function like 500 times because i didn't know how

and

worked [19:45:09] 😎 [19:45:22] 😎 [19:45:24] i'm so good at wiki coding [19:45:59] thank you!!! [19:46:05] Yw!! [19:46:07] whenever i wanted to skip a line i would just do

lmaoo [19:46:13] [1/2] What about the links? đŸ€” [19:46:13] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536823071388999730/image.png?ex=6a7ccd85&is=6a7b7c05&hm=413a302ab5106997f833556f210b28d2e0126900ea7b9353b30644be5b4b73f0& [19:46:22] and the other black text [19:46:33] And that random blue line [19:48:35] [1/6] I have not yet figured out the random blue line, need to do that on my wiki's styling too, but for the links up there: [19:48:35] [2/6] ```#p-namespaces a, [19:48:36] [3/6] #p-views a { [19:48:36] [4/6] color: #hex; [19:48:36] [5/6] } [19:48:36] [6/6] ``` [19:48:49] [1/2] Imagine you have to be very autistic and narcissistic to write this template [19:48:49] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536823726534955179/image.png?ex=6a7cce21&is=6a7b7ca1&hm=b44d38983243b058e869cfce3e3901db5f19230201e5ccf49befdf152633956e& [19:54:05] [1/2] Hmm... [19:54:05] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536825051368923217/image.png?ex=6a7ccf5d&is=6a7b7ddd&hm=3479c90056a53bbc91e496e820c6fc925ee527050cbd0f278e2b6250667bad57& [19:55:12] It's not working bc the above rule isn't closed, put a } after `color: #ffffff` [19:57:45] They're two separate things so gotta treat em as such, and gotta tell the code where the stuff for one thing ends and another begins! [19:58:50] The stuff before the { tells the code where to look, and the stuff between { and } tell it how to look, and } tells it that the stuff for the previous stuff is all done if that makes sense [19:59:39] why do you send your screenshots as a discordapp link? [20:00:25] We're on Discord, this channel relays from Discord to IRC and vice versa [20:01:24] oohhh, could I have an invite link to the discord then? pleaassee [20:02:23] Phoboszz: miraheze.org/discord [20:02:36] https://miraheze.org/discord [20:02:38] thanks!!!! [20:02:42] I got sniped [20:02:56] oh wtf [20:03:10] 💀 [20:03:20] Wonder what that place is like [20:03:26] I sure wonder [20:10:09] I heard people there are super kind [20:10:43] [1/2] What about the text up top? [20:10:43] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536829236848099348/image.png?ex=6a7cd342&is=6a7b81c2&hm=06d404fde0c4fbe8f495649ad81c19394e639c87fa553dac4772aab183bd34e4& [20:15:04] [1/4] ```#mw-header-container { [20:15:05] [2/4] color: #hex; [20:15:05] [3/4] } [20:15:05] [4/4] ``` [20:15:59] <_arawynn, replying to albany_prim0> I like the colours (my Wiki uses a very similar colour scheme^^) [20:22:58] [1/2] I forgot to take into account that the infobox is also WHITE [20:22:58] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536832316746244177/image.png?ex=6a7cd621&is=6a7b84a1&hm=412f45d4d638635d41935c35ac8c2563867ae807157febdb9a3fd04e37c0ee54& [20:24:55] Oops, that's fixable though, you using PortableInfobox? [20:30:38] Yeah [20:33:48] You can target different parts of the infobox like I do here https://detectivebeebo.miraheze.org/wiki/User:Hihello-what-are-you-doing-here/timeless.css#L-376 [20:34:17] Linking to my own code instead of writing it out here bc there's a lot lol [21:50:24] > Good help page, @janebuzjane. I will say, though, I find HTML tables simpler to follow in terms of syntax than wikitables. I feel like it's one of the areas where HTML gets it right. [21:50:32] meant to press shift+enter whoops [21:51:13] @dmehus eh I find wikitext templates to be easier to write because they're fewer characters [21:51:43] but when making a table in Lua I'm absolutely using HTML [21:55:44] I like wikitext tables better for templates as well, but I just think it looks cleaner in the template than an html table lol [22:04:06] @thewwrnerdguy: oh, I mean, wikitext templates, yeah, I find those easier. I just meant wikitables, whether on a page or in a template, I find that structurally, having a tag, then a tag, and then all the tags within that row to be more logical [22:04:23] neither is ideal though, yeah [22:04:50] the best syntax for a table is probably Markdown tbqh [22:05:46] oh my god what is up with me and typos today [22:06:07] I meant wikitext tables are easier to write, and also kinda easier to read [22:06:24] but that only applies to tables made by hand [22:07:03] fewer characters is not necessarily simpler for me to process what's going on, but that is partially because of my neanderthal brain on matters of code [22:07:35] and probably because I interact with raw html almost as much as wikitext and markdown [22:07:54] [1/2] > the best syntax for a table is probably Markdown tbqh [22:07:54] [2/2] for a simple table yes but it's awful when there's any kind of complexity [22:07:55] little bandwidth left for me to bother with the peculiarities of a mediawiki table [22:08:16] thewwrnerdguy: no worries. yeah, I guess they're easier to write, but my brain has trouble parsing how many `|` characters to use sometimes [22:08:31] lol raidarr, truer words were never spoken :P [22:08:34] I just have one thing per line [22:08:42] true [22:09:46] speaking of markdown, though, I see we have the Markdown extension on [[Extensions]], but it's not actively maintained upstreamed. Have we thought about potentially getting rid of that and looking at Native Markdown or Simple Markdown as an alternative? [22:09:49] I could not imagine writing this in markdown [22:09:57] (not before the 1.46 upgrade, of course) [22:10:08] lol true [22:10:17] wasn't native markdown made by the same people who made maps [22:11:21] that table is smart, they labelled their columns by numbers in the source editor, to help with the number of columns a row spans [22:11:27] maybe? [22:11:29] let me check [22:12:04] seems to be, yeah [22:17:11] and by writing I mean reading because I didn't write it it was generated by some Rust code [22:19:31] [1/10] but your choices in markdown for anything with a lot of data would be``` [22:19:31] [2/10] |aa|bb [22:19:32] [3/10] |-|-| [22:19:32] [4/10] |somereallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallylongdata|t [22:19:32] [5/10] ``` [22:19:32] [6/10] or ``` [22:19:33] [7/10] | aa | bb | [22:19:33] [8/10] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- | [22:19:33] [9/10] | somereallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallylongdata | t | [22:19:34] [10/10] ``` [22:20:07] neither is optimal [22:20:25] (both of these are only 3 lines, everything else is discord line wrapping) [22:20:34] https://klipy.com/gifs/anime-weird-7 [22:21:42] i need to work on the homestuck wiki... mainly adding stuff like those category boxes at the end of pages [22:21:54] id bring up a photo but i dont think i can [22:22:01] oh no i can [22:22:11] is this css you need help with? [22:22:21] or is it just adding categories [22:22:40] i dont need help i just need to get to it [22:22:51] [1/2] yknow these things. i brought up a random article [22:22:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536862488480710786/image.png?ex=6a7cf23a&is=6a7ba0ba&hm=e6e8bf7667c1b6e8a3bf509b242930d64a4a85bcd2f4c341923b7c82b630a320& [22:23:10] if theres a template or something thatd be helpful though [22:24:11] in metadata it is called a navbox. time to google [22:24:58] ohhhhh theres a template in mediawiki [22:27:25] [1/2] heya just curious, what does "moving" pages entail? [22:27:26] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536863640827723826/image.png?ex=6a7cf34d&is=6a7ba1cd&hm=9da7e995c971e50ba25ba086678155d0d836fdd7659a2115978b8ccf1fd35ac9& [22:27:43] There are templates for most fairly general things on dev wiki. [22:27:52] changing the name of a page, essentially moving it from one page to another [22:27:59] ohhhhh [22:28:00] gotcha [22:28:02] You move the contents and history of a page to a different name. [22:28:04] đŸ©” [22:42:23] [1/2] i assume the (everyone) group always has the permission to read pages? [22:42:23] [2/2] but then why have it as an option to not have it on other roles? if they already have the permission from the (everyone) role giving it to them a second time is pointless, no? [22:42:45] Unless the wiki is marked as prvuage [22:42:59] ^ is its function [22:43:10] i see i see [22:43:12] yea makes sense [22:45:00] huh [22:45:51] [1/2] i gave bureaucrat the permission to edit pages, i myself am a bureaucrat, but when i go to a page only the viewing mode shows up??? [22:45:51] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536868277328941218/Schermafbeelding_2026-08-12_004455.png?ex=6a7cf79e&is=6a7ba61e&hm=5f7c6b0e35528027db5f289cf7cfdc013c8a4908b11ca2cb7f9958fb5f44c2e5& [22:46:32] https://cdn.discordapp.com/attachments/407537962553966603/1536868451916714056/image.png?ex=6a7cf7c8&is=6a7ba648&hm=9def556fb038b666fa9695f06f4416bebda176d53f974ecde5fef9bab6da88e6& [22:46:35] @davym2009: what's the page name and wiki? [22:46:39] I can take a look [22:46:54] oh nevermind [22:47:00] oh? [22:47:07] i guess the cashe just took a while to update [22:47:11] or whatever you call it [22:47:17] yeah, managewiki changes are generally not immediate [22:47:28] neither are mediawiki css/js updates, in fact those take quite a while [22:47:31] https://shouldiblamecachei.ng [22:47:36] notes! [22:47:47] What’s the url [22:47:55] pfft [22:48:06] Okay [22:48:08] another note, if you want to try css in your userspace first, that is immediate and will reflect the reality when later pushed to mediawiki space so you know you're not submitting something broken first [22:48:12] https://shouldiblamecach.ing/ [22:48:16] seems to return 'yes [22:48:20] regardless :P [22:48:25] which I'm guessing is the joke [22:48:29] it is ye [22:49:19] .ing gTLD is managed by Google's registry subsidary, interesting [22:51:11] google has a good number of tlds [22:51:44] Read the fine print [22:52:05] @pixldev: lol! [22:52:29] yeah, for awhile there, they held on to them and didn't allow registrations on anything except `.soy` [22:52:43] Amazon is the worst at gTLD squatting [22:53:06] https://cdn.discordapp.com/attachments/407537962553966603/1536870100118806548/image.png?ex=6a7cf951&is=6a7ba7d1&hm=76ecc868e26facc9027fa502c87fe684380bd7a0cfc473f2da97449a0432ddd3& [22:54:03] anyways [23:26:01] hi friends. is there a way to implement lazy loading or something similar on MH? [23:26:24] some pages on our wiki have really large galleries that cause weaker devices to lag when loading the page. is there a way i can put them behind a collapsed element and not have them load, etc? [23:36:51] tabbertransclude tag from tabberneue does this [23:37:12] I'm not aware of any other methods but I haven't really done that much research into it [23:37:20] can i use that without using a tabber? [23:37:37] you should just be able to do `?action=parse` or `?action=expandtemplates` or something like that with a page name anyway [23:38:04] does MH have `$wgNativeImageLazyLoading` true by default? [23:38:46] actually sorry i just checked, its true for our wiki [23:38:51] yes [23:38:57] hmm [23:39:03] i wonder whats causing the lag then [23:39:21] what's the page in question [23:39:54] [1/4] my admin linked these in particular: [23:39:54] [2/4] [23:39:54] [3/4] [23:39:54] [4/4] [23:41:33] a full cache refresh took about 3s to load for me on ROBLOX HQ on desktop, ethernet gigabit connection [23:46:34] I'm not seeing any issues [23:46:43] maybe I should try on my potato [23:47:31] yeah, i cant reproduce it myself, but the way it was reported makes it sound like the image loading is throttling low end devices (mobiles particularly) [23:47:47] i wonder if putting the images behind a collapse would force mira to only load them when the user collapses it? [23:48:35] I checked the network tab on my computer and it wasn't loading any images that weren't onscreen [23:48:53] do mobiles handle lazy loading differently? :think# [23:48:58] i would hope not that seems very dumb [23:49:15] with safari who knows [23:49:54] when simulating mobile I'm still only loading about 10 images on page load [23:50:06] thonk [23:50:19] i guess all i can try is putting the images in collapses and see if the reports cease [23:50:22] thank you for the help [23:50:45] [1/2] although that's a lot of js this should be in gadgets frfr [23:50:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536884610519138364/image.png?ex=6a7d06d5&is=6a7bb555&hm=c364f2d211daf0475abfd0d0dac664184edab721b11782ee029b864ceabca6a8& [23:51:36] is there really any difference [23:52:15] [1/2] well you see a significant amount of does nothing [23:52:15] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1536884985905021028/image.png?ex=6a7d072e&is=6a7bb5ae&hm=c9d9e69068a689209dd76a32c799dcdc146bba1d879e665e18f1b838eaf66849& [23:52:29] ah well [23:52:39] it was used in our last sitenotice [23:52:45] which i only just replaced [23:52:47] and it seems like this is getting loaded on every page view [23:53:30] also gadgets as well as doing minifying also cache better [23:53:43] [1/2] its used in the CountdownNew template which is used in specific sitenotices, event countdowns on the sidebar and will eventually be used on the front page [23:53:43] [2/2] it was in use for months prior to this, i only just swapped the sitenotice over [23:54:11] either way the JS isnt an issue, the issue ive had reported is specifically on pages with high image counts [23:54:43] i dont like the idea of gadgets for JS thats used by the wiki itself, whats the point of MediaWiki:Skin.js then [23:54:53] MW should probably handle that better on its own [23:56:09] mediawiki:skin.js uses the same system as gadgets [23:56:16] mw.loader.load doesn't [23:57:13] eh [23:57:27] i was told to load scripts that way [23:57:41] again that seems like poor planning on MWs part [23:59:51] Hi chat I’m new here [23:59:58] https://cdn.discordapp.com/attachments/407537962553966603/1536886929088585773/1378CCA1-21D1-452C-9FF0-00407E521E3D.mov?ex=6a7d08fd&is=6a7bb77d&hm=fd0d8999a126329b8106e64117190519e1fa7e7240825da3d0274434b6ec3941&