[00:21:29] anybody here ? [00:22:40] can someone tell me where this file is processed https://github.com/DiscordFederation/oojs-ui/blob/dark-theme/src/themes/discord/icons-content.json in oojs-ui? [00:24:16] hi, anyone know a place with premade dpl userformat? (maybe something with files) [00:25:50] Wow, someone outside of us is using OOUI! [00:26:05] bawolff: Whoa! [00:30:07] daegontaven: I don't know much about ooui, but it seems to be part of the build process in Gruntfile.js [00:37:35] bawolff: i'm trying to write a theme and it's really hard to style the theme [00:37:51] :( [00:38:21] There might be a channel more dediated to ooui (or at least frontend stuff), but i'm not sure what it is. #wikimedia-design maybe? [00:38:36] Sorry, I'm a backend php person, don't really know about ooui [00:39:46] well i'm guessing ResourceLoaderImage.php is backend? [00:40:25] i'm pretty sure there is a parallel between client side ResourceLoader and the one on the backend [00:40:26] https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/441996/5/includes/resourceloader/ResourceLoaderImage.php [00:40:45] i'm trying to force the default color of SVGs [00:41:19] to be white..but it's a pain ಠ_ಠ [00:42:09] If nobody answers here, you can also try #wikimedia-editing [00:42:52] rip [00:43:47] well just in case i'll post here as well https://discourse-mediawiki.wmflabs.org/t/resourceloaderimage-defaultcolor-option-doesnt-change-color/1040 [00:44:35] Heh, I thought you were saying being white was a pain for a minute. [00:44:48] And I was like "not in many places!" [00:45:02] * daegontaven is not SJW [00:53:20] i need to get an irc bouncer [01:36:46] daegontaven: irccloud is pretty good [01:37:00] i am poor tho :( [01:37:18] it's free for 1 day of backlog or something isn't it? [01:37:40] nah it's a one hour i think [01:38:00] oh right. yeah that's no great. [01:38:05] plus irccloud means browsers, i prefer hexchat [01:38:19] less resource heavy ^_^ [01:38:27] it's got a client, but yeah it's not ideal [01:38:52] i used to have problems with it a lot on firefox, it would keep disconnecting .. [02:31:40] hello [02:33:19] does anyone know where i can edit the code to have a banner ad at the top and bottom of the mediawiki pages? [04:50:09] PrepsTexas yes there are places for those I think [04:50:24] docs will show [07:44:56] Hello. How can I set flags to new in api: https://www.mediawiki.org/wiki/API:Usercontribs [08:01:40] hello, I'm looking for help about the mediawiki API [08:02:35] is there any alternative end point to http://en.wikipedia.org/w/api.php [08:04:00] I am from Turkey and thanks to our damn goverment wikipedia is -still- blocked... [08:04:44] however they have blocked wikipedia.org but I can use mediawiki.org [08:05:14] am I the only one here??? [08:05:36] any body out there?? [08:08:39] spacemonkeyzero: Is it possible to use tor? [08:08:58] I used tor to crawl a website it was really usefull :-D [08:11:32] tor is okay [08:12:05] but I'm learning python and I want to write a bot for mediawiki API [08:12:12] spacemonkeyzero: so start the tor and add it's proxy to requests [08:13:54] spacemonkeyzero: https://stackoverflow.com/a/15661226/1951027 [08:13:55] but tor slows down the connection a little bit, doesn't it? [08:14:37] spacemonkeyzero: not very much. Howevery it is useful. I crawled a website users in about 5 days using tor :-D [08:15:17] spacemonkeyzero: after you write the code. time not matters anymore. just drink your coffee and watch [08:18:00] the tor I am using is portable, should I install the regular tor? [08:19:14] spacemonkeyzero: there's no other API, but we have dumps that are mirrored by other hosts and hopefully can get pass the Turkey block [08:19:38] see https://dumps.wikimedia.org/ and https://dumps.wikimedia.org/mirrors.html [08:21:20] you know what, there should be an international law about this, if wikipedia is blocked in your country you should have right to seek asylum. this will be the best solution [08:22:37] spacemonkeyzero: after you write the code. time not matters anymore. just drink your coffee and watch [08:22:53] **Excuse me** [08:24:00] spacemonkeyzero: I think we should just turn the filtering :-D [08:25:49] thank you fellas. [08:26:27] I have to leave now. [11:00:36] please enter your terminal identifier:a please login homebankla,homebanksf [11:04:31] herp [11:04:32] derp [13:11:24] As i see, Special:WantedPages will show link, lets say "test", if ill just use : {{#exists: test}}, that true or have i missed something? [13:47:54] Hi niso. [13:47:56] Yes, that's true. [13:48:13] {{#ifexist:}} has to track the page status somewhere. [13:48:30] So it re-uses the same database table that tracks regular links. [13:49:28] So, there is a way to track the pages which other templates which other pages try to include and they are missing? (without those being checked)? [13:49:53] So, there is a way to track the pages which other templates try to include and they are missing? (without those being checked)?* [14:04:11] damn been having issues with having a wiki with an alias location outside the webroot [15:44:19] So, there is a way to track the pages which other templates try to include and they are missing? (without those being checked)?* :) [17:55:19] My wiki is not defaulting to the main page when accessing wiki.example.com - Is there something in localsettings.php or somewhere I can define that as the main page for initial entry? It shows up when I click main page.... [17:56:00] where is it going by default? [17:56:38] glook: see above [17:57:14] if it's going to a different page than what you're expecting, the culprit is likely that the page [[MediaWiki:Mainpage]] is not set correctly, so go edit that page to point to the real main page [17:57:25] if it's not going anywhere, you may be missing some rewrite rules or something [17:58:59] * Skizzerz afks [17:59:05] okay. It's just going to a blank page, meaning... [18:00:03] it displays just blank under wiki.example.com , then I click main page and it goes to wiki.example.com/index.php?title=Main_Page [18:04:57] im going nuts also [18:05:16] moved frm subdomain.domain.com to domain.com/subfolder [18:05:31] trying to implement the subfolder outside the main root using an alias [18:06:00] Skizzerz: can you take a look at a config and see if you can help me fix it? [18:24:52] glook: --> if it's going to a different page than what you're expecting, the culprit is likely that the page [[MediaWiki:Mainpage]] is not set correctly, so go edit that page to point to the real main page [18:25:54] https://paste.pound-python.org/show/m5Ae98I6Yw5FUeSN7TCP/ [18:26:40] having so much issues :| [18:28:12] It's not that it's displaying another page, it's just displaying like a blank template, without redirecting to the index.php?title=Main_Page [18:28:30] the random page link seems to do the same thing displaying a flat blank template-y page... :) [18:32:27] glook: What does "blank template" mean [18:32:46] Like you get the logo, sidebar and stuff, but not the contents of the page? something else? [18:33:48] yes, just plain content, like logo and all links on left [18:33:55] It may be displaying a page called "Main Page" that has no contents, but you placed your page at "Another page"... [18:34:01] okay [18:34:10] glook: If you go to the page Special:Version [18:34:19] do you get the same thing, or does it show version info [18:46:32] hello. If a user interface expert is around, may one help me with class="collapsibleheader"? [18:49:00] First, can’t find where is it defined. Second, how dows the widget acquire its function to show content? [18:52:13] Can anyone try this in their api: {{Duration|1=27:43}} [18:52:17] its giving me this error: [18:52:48] QString:: "{"parse":{"title":"API","pageid":0,"text":{"*":"

Expression error: Unrecognized punctuation character ":". [18:55:53] That's obviously going to depend on the templates available on your wiki [18:56:29] bawolff: Duration has been imported from wikipedia [18:56:54] I would not know what to import to... have : be recognized. [18:57:21] qq[IrcCity]: Maybe https://www.mediawiki.org/wiki/Manual:Collapsible_elements is related to what you are looking for [18:57:57] oh, maybe I need to look at its source. [19:00:46] oh I think I got it [19:01:34] hmmmm maybe not [23:21:18] Anyone know how to add a template called color box in mediawiki? [23:26:56] !wptemplates [23:26:57] To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension, Scribunto extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css. You'll also need a lot of... [23:27:09] prepstexas: You can make a page at "Template:Color box" to do that. [23:28:30] ok [23:28:45] after i create the page what do i do? [23:29:03] You can call/use the template by inserting the markup "{{color box}}" on a page. [23:29:18] ok [23:29:21] https://www.mediawiki.org/wiki/Help:Templates has documentation. [23:35:06] I did this and get: Template loop detected: [23:36:13] @Haley [23:40:05] prepstexas: Is your wiki public? [23:40:45] yes [23:40:55] prepstexas: Can you link to the page? [23:41:36] https://history.txhsfbgameday.com/index.php/Template:Color_box [23:44:07] prepstexas: Right, you're missing the template code. [23:44:19] prepstexas: Are you trying to copy this template from another wiki? [23:44:31] yes [23:44:37] Link? [23:44:37] wikkipedia [23:44:57] https://en.wikipedia.org/w/index.php?title=Template:Color_box&action=edit [23:45:01] That's the template code. [23:45:02] You don't have that. [23:45:15] oh ok [23:49:33] its working but now i get code inside the box https://history.txhsfbgameday.com/index.php/Blank_School#Team_Information