[15:17:23] Hello [15:19:01] Hey y'all, I'm having some kind of problem with MediaWiki core. It says "ResourceLoaderSkinModule" not found. You can see the backtrace in the Phabricator file. Thanks for the help in advance. [15:19:02] [15:19:03] https://phabricator.wikimedia.org/T356563 [15:33:46] I've fixed this, thank you. (re @doguabaris: Hey y'all, I'm having some kind of problem with MediaWiki core. It says "ResourceLoaderSkinModule" not found. You can see the ba...) [15:37:57] FYI - https://www.mediawiki.org/wiki/MediaWiki_Users_and_Developers_Conference_2024 [18:09:38] TIL that you can't have more than 500 parser functions in a page. Adding more lines here breaks the functionality! https://commons.wikimedia.org/wiki/Commons:WikiProject_Subtitling_Ikusgela [19:05:20] if you want the same functionality, you could just do it without the `{{#ifexist:}}`. Just use blue/red links instead, and if you want it to look fancy you can use templatestyles to format blue/red links the way you want (re @Galder: TIL that you can't have more than 500 parser functions in a page. Adding more lines here breaks the functionality! https://commo...) [19:05:41] mmm... that's a good idea [19:10:43] `table td a::before { content: "✅"; font-size: initial; } [19:10:44] table td a.new::before { content: "❌"; font-size: initial; } [19:10:45] table td a { font-size: 0; } [19:10:47] [19:10:48] `That should give roughly the same look as you have now [19:21:23] no, because the file name itself is also replaced [19:26:40] solved adding a class to the cells [19:46:45] yeah, i forgot to mention this would need changing the table headers/row headers to instead of