[02:59:54] [Q] How to list all existing namespaces in a given MediaWiki instance? I'm asking this because I want to compare the existing namespaces between es.wikibooks.org and en.wikibooks.org [03:47:18] rdrg109: API is probably your best bet, see https://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&formatversion=2 vs https://es.wikibooks.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&formatversion=2 [03:47:37] (add &format=json if you're trying to get a machine-readable response, those links are meant more for human consumption) [04:05:53] moonmoon: Thanks! [04:27:19] Why is `logentry-newusers-create` a gender? [07:47:04] Naleksuh: some languages need gendering in it, so it's in the english message too to let translators and twn know it's supported [08:41:08] ahh, just learned about :is() in CSS, that will make some selectors I'm using so much nicer [15:51:22] god, creating a really thorough dark theme is a proper chore. so many UI elements you have to take into consideration... I thought I was about 90% done but then visited a couple random Special: pages and noticed there's a bunch more UI elements I still have to style ;_; [15:54:13] still, got pretty far already and I think it looks great: https://bg3.wiki/ [15:54:27] I'm trying to upload the CSS to a pastebin to show those curious, but it gets detected as spam, hahahah [15:54:34] probably because it contains so much repetition [15:55:49] why do I even try to pastebin when I have a VPS running a web server... here it is: https://tkammer.de/dark-grey.css [17:09:54] also feel free to submit patches up to improve those special pages if it would make it easier to skin those for other skins as well ;) [18:40:43] taylan: lookin' good! codesearch (https://codesearch.wmcloud.org/) suggests that the .imeselector class is from the jquery.ime library from the UniversalLanguageSelector (ULS) extension; also a code style matter: the MW code style prefers to have the opening brace on the same line as the last rule, so e.g. #foo { and not #foo\n{ and some selectors using > could do with spaces around that character (e.g. .mw-rcfilters-ui-watchlistTopSectionWidget>.mw-rcfilte [18:40:43] rs-ui-watchlistTopSectionWidget-separator would become .mw-rcfilters-ui-watchlistTopSectionWidget > .mw-rcfilters-ui-watchlistTopSectionWidget-separator) [18:42:00] p858snake|L: I do love your optimism :> [23:45:28] ashley: the things i say at 2am, don't always make sense ;)