[04:46:13] Doors Wikipedia use semantic MediaWiki? [04:46:22] Does* [04:53:23] no [04:53:56] GeorgiosMavropal, you can browse to Special:Version to see what extensions are installed [06:49:13] is there a way to set userrights to /inherit/ a group in localsettings.php? I.e. Stewards inherit all the rights of ['sysop', 'bureaucrat]? [06:49:21] like $wgGroupPermissions['steward'] = $wgGroupPermissions ['sysop']; [09:19:01] Dusti: did you try it? I don't see why it wouldn't work [09:19:22] as long as the sysop one is defined before [09:19:30] steward [09:22:21] I finally figured it out - but if you do it as I wrote above it literally makes a steward the same as a sysop - you have to do an merge array - $wgGroupPermissions['bureaucrat'] = array_merge($wgGroupPermissions['bureaucrat'], $wgGroupPermissions['bot'], $wgGroupPermissions['sysop']); [09:23:08] the only issue I found is when I did the steward merge... It read my userrights=false for 'crat and applied it to steward. [10:19:40] oh [10:20:06] I didn't understand that you wanted to combine multiple :) [12:22:03] heya, is there a way to provide a high-res wiki logo that won't be blurred on high-dpi displays? [12:33:34] taylan: try https://www.mediawiki.org/wiki/Manual:$wgLogoHD [12:38:05] ashley: cheers! [12:38:20] :) [16:25:59] Hi, there is easy option to find where in a page there is duplicate params? [16:26:04] (to template ofc) [16:28:53] Not really... [16:29:02] I think you'd have to extract the template, and break it down into parts [16:30:47] ty [16:55:45] There is any tips for creating "random page from category preview"? any extension about that or any references for this [20:03:44] I would like to write a user script that resizes the edit box so that the 'save changes' button is visible without scrolling. [20:03:51] Or a user css. [20:07:25] why? [20:21:36] harmaahylje, this scrolling kills my time. [20:33:27] are there any shortcut buttons? just wondering [20:33:58] harmaahylje: perhaps, but then if i'm not seeing the last few lines in the edit box, i still need to scroll [20:34:18] i've figured out the offset, but not sure how to alter the height of the edit box, i'm still working on that [20:42:56] I seem to get away with http://dpaste.com/1CRTGGQ.txt [20:49:38] http://dpaste.com/2E24MH6.txt v2 [20:51:29] seems a bit hackish [20:51:52] but I don't know what the edit box looks like and so on [20:54:01] you can check what it looks like here: https://www.mediawiki.org/wiki/Special:MyPage?action=edit [21:05:05] I see, now this makes more sense [21:11:22] :-) [22:44:09] Sveta: are you avare that Ctrl-Alt-S saves? [22:44:27] or whatever your browsers key combo is for the S hotkey [22:45:37] (or you can press tab to move focus to the summary field, and enter there submits the form) [22:46:09] seems like a more reasonable approach than making the edit box so tiny that you have to scroll all the time just to see anything in it :) [23:00:59] is there a way got use the wiktionary dumps to recover the meaning of say a word like 'sein' [23:01:32] i have using a webscraper like beautiful soup but if you had the data directly that would be better [23:05:13] black_13: https://en.wiktionary.org/api/rest_v1/page/definition/sein ? [23:06:16] json? [23:07:55] should be easier than web scraping... [23:08:55] tgr i dumped into ipython and it looks like a dictionary [23:09:29] tgr: is that defined someplace [23:09:57] the date format and i have just not been doing my work on the data scheme [23:12:29] not sure if there's a spec [23:12:39] where did you read about [23:13:21] it's one of the mobile-oriented APIs, https://www.mediawiki.org/wiki/Wikimedia_Apps/Team/RESTBase_services_for_apps has a list [23:13:50] you could also try Wikidata, not sure how much Wiktionary data has been copied there so far, though [23:13:57] e.g. https://www.wikidata.org/wiki/Lexeme:L1761 [23:14:25] dictionary data in Wikidata is a very work-in-progress thing [23:16:34] took the return python dictionary and then found that sein is a german verb [23:17:01] but didn't find out how to conjugate or retrieve a conjagation table [23:21:58] https://en.wikipedia.org/api/rest_v1/#/Page%20content [23:29:16] trg any idea? [23:39:53] tgr: I wasn't aware of the shortcut, but i also wanted to be able to see the entirety of the edit box without scrolling as well; my screen height is around 780px, and most of the time i need to scroll [23:40:06] tgr, thanks for sharing the shortcut as well, handy to know :-) [23:41:05] tgr, also seeing the edit summary box without scrolling is a plus. as you saw i already have a user script for this. just now trying to work out how to change the page layout in the case of preview