[13:37:38] Hello! Could somebody please give me a hint here - I'm struggling with action=query API request [13:47:43] !ask | scythargon [13:47:43] scythargon: Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [13:52:40] Right, thanks. As it shown here - http://storage1.static.itmages.com/i/18/0119/h_1516369865_1845578_f69de584ab.png http://storage3.static.itmages.com/i/18/0119/h_1516369878_7417288_652a6e2054.png - the number of the redirect objects in the response depends on number of page IDs requested. How do I deal with it? [15:23:38] Hello, im using bluehost and i cant get mediawiki to send outgoing emails [15:36:07] kevindank: https://www.mediawiki.org/wiki/Topic:Tu8xz7ovdjenat1u ? [19:26:58] andre__: Do you want to add a link to the Discourse instance in the channel topic? I feel bad for folks who wait and wait and leave without an answer. [19:27:13] I don't think I have the rights to edit that. [19:29:02] I don't see a point in doing that [19:29:14] nobody ever reads the topic anyway [19:29:26] heh. While I wonder if I have such rights even... [19:29:40] I have the ability to do it, if consensus says yes [19:30:48] anyway the topic is currently 336 characters, out of the freenode limit of 390 [19:30:56] we could fit like one more thing in it, but that'd be about it [19:30:57] I think it's worth a try. On the other hand the topic has already a lot of stuff to read [19:31:00] yeah [19:31:13] Skizzerz: Stick it up after the FAQ. [19:31:25] https://discourse-mediawiki.wmflabs.org is the link. [19:31:40] I'd put it just before the channel logs personally [19:31:47] things like "current stable release" seem more important [19:32:29] I'll let andre__ decide. [19:32:57] that's a really long url :< [19:33:48] I'd remove https://bugs.mediawiki.org [19:34:01] *replace [19:34:25] I was thinking "No answer? Try https://discourse-mediawiki.wmflabs.org" [19:34:32] Yeah, that sounds good [19:34:47] thanks [19:34:50] andre__: which leaves where to put it :) [19:34:59] or are you saying in the spot where bugs.mw.o currently is [19:35:27] I'd put it behind the releases [19:35:50] k [19:35:54] let the bikeshedding commence [19:36:44] andre__: Niharika: done [19:48:07] Skizzerz, thanks! [19:49:58] Thanks Skizzerz. [22:54:47] hello. where can I edit [22:54:57] "You might want to create a documentation page for this Scribunto module." message on top of every scribuntu module page? [22:55:10] or better speaking I want to remove this message [22:55:30] it is creating links that are shown in Special:wantedpages [22:56:15] avar: if you append ?uselang=qqx to the page url it will show you the relevant message name [22:56:49] p858snake: I tried that but it didn't show me this message name [22:58:06] p858snake: thanks [23:39:08] Is there a way (common.js/minerva.js or whatever) to change your mobile skin (and only for mobile!) from minerva to timeless? [23:39:25] I’d like to have it on my smartphone, but want to stay on monobook on my desktop [23:40:25] But I only found the possibility to change the skin for everything or only desktop [23:43:07] kpfc: in theory you can change the script per page by appending a ?skin=vector for example to the URL. in theory an add-on would be able to do that, I guess [23:44:58] ok, I’ll try this one [23:45:05] thanks [23:45:41] kpfc: if the url contains "/w/index.php?title" instead of "/wiki/pagename", then make sure, it's &skin=vector instead of ?skin [23:46:52] (not sure if there is a better solution, but that's one I can imagine) [23:47:13] kpfc: you would need to set it on every page, it will disappear each time you click on a link [23:49:08] originally I had the idea to make a common.js skript that changes my skin in the preference each time I use a device with a display width of a smartphone and changes back when I have a normal width again [23:49:33] but I didn’t find how to get the display width [23:54:12] I think the word you want viewport [23:55:23] did you check window.innerWidth ?