[00:25:51] Wow, slow request day [00:25:58] I just got the first request in 8 hours [00:28:12] Hello, how can I know the numbers of the namespaces? [00:30:32] do an API call `api.php?action=query&meta=siteinfo&siprop=namespaces&formatversion=2` [00:43:13] Thank you very much [00:44:13] And how can I configure that a space has a certain number? [01:09:55] Manually use `Special:ManageWiki/namespaces/` to create the namespace on a specific number, otherwise it just starts at 3000 and goes from there. Be careful you don't interfere with another extension or something though or you may cause some issues. [01:38:17] Thank you very much again [03:37:47] How do I make the desktop and mobile site have its own skin? [03:39:01] If MobileFrontend is enabled, use $wgDefaultMobileSkin in Special:ManageWiki/settings. [03:39:27] To change the mobile skin. [03:39:33] If I understood correctly [03:39:39] So [03:40:19] if there's a issue with my account skin preferences which makes me see only a few skins, which means I can't see my chosen skin for my private wiki, what is the solution here? [03:41:21] The skins must be enabled in Special:ManageWiki/extensions, and not in $wgSkipSkins in Special:ManageWiki/settings on the wiki. [03:43:35] Anyways I gotta go for now. [03:46:06] Miraheze does not work on mobile? [03:46:29] Well I used my phone since to look up wikis [03:46:43] So why it doesn’t work anymore [03:46:49] It does... [03:47:15] I am mobile right now and works fine. [03:51:44] it works fine for me too [04:01:11] Okay it was my bad. that the old wikis did not work [04:02:14] yeah I know but how do i make myself see the entire thing with my selected preference interfering. [04:04:34] Just change your preferences back to the skin that says default? Or if you have global preferences tick the Set a local exception for this "global preference." box then change it. [04:05:30] Or you can preview specific skins by appending `?useskin=` to the URL or clicking the preview skin button in Special:Preferences. [04:11:35] did, it was nostalgia and it was heinous. [04:12:30] So you got it now? [04:12:43] oh okay so like ?useskin= ? [04:13:16] To just preview it if you dont want to change your preferences [04:13:45] oh nvm i just did the useskin thing, thank you. [04:14:14] That will only change it for the current page load though. [04:53:54] Does anyone here know how to verify what special pages appear on Special:SpecialPages if I'm not a member of any usergroups with access to them? I tried to figure it out by checking the GitHub repositories, but my ability to understand the repository code isn't good enough. [04:54:43] Apart from using another account, there's no way via the API or UI afaik [04:55:04] Obviously, bolded entries are only visible to administrators but that's about as much indication as the software tells you [04:55:16] Yeah, I know that much. [04:56:23] I wanted to verify whether the Special:DeleteBatch, Special:EditAccount, and Special:SemanticMediaWiki pages were among them. [04:57:27] Though Special:DeleteBatch isn't available on Miraheze and Special:SemanticMediaWiki is part of a restricted extension. [04:58:01] EditAccount isn't either [04:59:20] You're right. It isn't. I couldn't remember if it did or didn't off the top of my head. [05:02:03] Quickly glancing at the code, both DeleteBatch and EditAccount appear for all users [05:04:25] That's not possible. [05:04:47] If either of them appear on Special:SpecialPages at least. [05:05:11] Since only certain usergroups can access those pages by default. [05:10:19] Looking at code: for Special:DeleteBatch, it will only appear for users who have the `deletebatch` right. For Special:EditAccount, it requires the `editaccount` right. I don't think Special:SemanticMediaWiki even exists? I can not find that one in the repo, and don't remember it when doing a security review for SemanticMediaWiki or during my contributions to its code... [05:10:26] @C.Syde65 [05:15:32] Yeah, Special:SemanticMediaWiki doesn't seem to exist in Fandom's severely outdated fork either... [05:28:59] Which extensions/information should I learn for creating a sortable table of pages by information within them? [05:30:15] ie A, B, and C have Creation Date data in them, I want a page like my_index with a table of A, B, C to sort by date or other parameters [05:40:41] [1/3] Really? This link seems to say otherwise. [05:40:41] [2/3] redirects to it, which does appear on Special:SpecialPages. Though I don't remember how I figured out that Special:SMWAdmin appears there. [05:40:42] [3/3] Fandom shouldn't be that outdated anymore, since they are doing roughly one migration each year. [05:41:05] They do use forked versions of certain extensions, such as ProtectSite. [05:41:15] SMWAdmin exists and requires the smw-admin right [05:41:25] Yeah. [05:41:29] You said Special:SemanticMediaWiki not Special:SMWAdmin [05:41:38] I know. [05:41:39] oh [05:41:46] I missed the first link [05:41:48] huh [05:42:07] Maybe the have a closed source fork, their open sourced fork on Github doesnt have it either. [05:42:35] Oh Special:SemanticMediaWiki and Special:SMWAdmin are the same thing? [05:42:41] Yeah. [05:42:56] Then yeah, it requires the smw-admin right [05:43:02] Their open source repository is severely outdated. [05:44:02] It dates from when Fandom was still on 1.19.24. [05:44:58] Yes, Special:SemanticMediaWiki exists as an alias of Special:SMWAdmin (had to check the aliases file lol) [05:45:20] While they did say they would make at least some of their closed source repository public, it unfortunately isn't a high priority. [05:45:21] [05:58:52] Pretty sure Special:SemanticMediaWiki won't appear on Special:SpecialPages if Special:SMWAdmin does. [06:09:33] [1/2] as far as I know `sortable` class is available for all MW wikis by default [06:09:33] [2/2] https://en.wikipedia.org/wiki/Help:Sortable_tables [06:10:07] [1/2] shorter MW guide [06:10:07] [2/2] https://mediawiki.org/wiki/Help:Sorting [07:11:43] another week, another log out ... [08:28:55] uhm [08:29:16] test [08:29:34] okay [08:29:42] Huh? [16:39:28] Hi [16:39:31] A question [16:39:46] What is the resolution for a wiki logo in vector skin? [16:39:57] Sorry for my english XD [16:41:23] [1/2] your English is ok lol [16:41:23] [2/2] 135x135 px is preferred logo size [16:41:41] XD [16:41:46] Well, thank u [16:41:49] 🙂 [17:23:09] Is there a way to make the iconified links in the footer open in a new tab/page? [17:27:14] my first guess is via JS but I'm not sure what you mean by iconified footer links [17:38:35] she means the Hosted by Miraheze, Powered by MediaWiki, and the CC images with links [18:19:40] <_AR1A#9993> How do I change the color of table headings in css [18:36:42] [1/2] create class in css w/ `background: `color`;` [18:36:42] [2/2] then use that class in heading rows [18:37:51] [1/4] for example [18:37:52] [2/4] `.redheader { background: red; }` [18:37:52] [3/4] in table [18:37:52] [4/4] `! class="redheader" | Name`