[00:00:55] this is interesting but its not exactly what i need [00:00:57] https://en.wiktionary.org/w/api.php?action=query&list=search&srsearch=sein&format=json [00:26:31] this is like a tarpit [00:26:57] i go looking for a perfect api its not around [00:32:17] so make one [00:33:21] that would be like me saying wow there is not good air travel from coast to coast ... so make an airplane or better an airline [13:58:59] Is there one editor for templates, that marks up the file? [14:04:54] kh0ver, What are you trying to do? [14:06:36] I try to make sense of a template, and remove stuff of it, but the standard edit field in mediawiki is not coloured at all [14:07:40] kh0ver, I don't think there's any other editor. Visual editor might help slightly if it's a basic template. Can you tell us which template? [14:12:46] I use the template copied from https://nl.wikipedia.org/wiki/Sjabloon:Infobox_artiest for my own wiki, and remove some stuff of it [14:15:04] kh0ver, and your wiki is.. [14:15:35] A local one [14:16:18] kh0ver, Okay, what don't you understand about it? [14:18:07] what #property:PXYZ does [14:19:57] kh0ver, I can't find that on the page where abouts is it [14:22:05] https://nl.wikipedia.org/wiki/Sjabloon:Infobox_artiest linked before has {{#property}} [14:23:17] https://www.wikidata.org/wiki/Wikidata:How_to_use_data_on_Wikimedia_projects#Raw_value [14:26:45] Thanks andre__, I read that as looking for a Pxyz property for some reason - also I've updated T222533 andre__, don't know whether it was cache or slow server or what which is why I've left it open [14:26:46] T222533: Watchlist clearing fails with too many pages - https://phabricator.wikimedia.org/T222533 [14:27:05] * andre__ shrugs [14:28:08] You're supposed to be the guy to ask when you're not sure what to do with tickets aren't you [14:28:27] * RhinosF1 will just let it sit there and hope someone deals with it in time [14:28:34] andre__, ^ [14:33:03] RhinosF1: And what's "not sure what to do"? [14:33:19] Yes, you're free to ask about specific tickets in specific tickets, unless they are urgent. :) [14:34:34] andre__, what to tag, whether it's a bug, who's best to ask, anything where you're not sure about filing something on phab. [14:35:17] I imagine the fact it's now clear means it's a completely diffrent issue that has something to do with cache of the software [14:35:26] RhinosF1: Nothing to tag because if there is something to tag someone will tag something; if stuff isn't working as expected that is the very definition of bug; who to ask what exactly? [14:36:31] andree_, about issues or if you need something doing quicker etc... (this is now about your job description strangely) [14:36:42] Can you be more specific please? [14:37:02] What is "about issues" or "something"? [14:37:23] I don't understand what's the question. Or what's unclear. Or what we're discussing. [14:37:29] andre__, Not really as this is hypothetical [14:38:06] We were discussing whether it's worth changing T222533 as the issue is probably completely diffrent [14:38:06] T222533: Watchlist clearing fails with too many pages - https://phabricator.wikimedia.org/T222533 [14:38:21] but now it seems to be about your job description [14:38:41] "Changing" what? [14:38:57] to what? [14:39:29] andree_, well the watchlist is now empty it just took a while to update in Special:Watchlist with the changes [14:39:35] andre__ [14:39:51] RhinosF1: Yeah, and you wrote that already in the task? So what's there to discuss? [14:40:16] ...or what's unclear and cannot be discussed in the task instead? [14:40:24] Is it worth changing the task description and title etc as they don't match the issue anymore [14:40:51] Feel free to update it if you think it's relevant, sure. [14:41:00] Okay [14:41:10] thanks :) [14:44:41] andre__, I think that sounds better [14:45:24] * andre__ shrugs :) [14:55:10] hi [15:42:31] How does one append an image to popups? I already have PageImages extension and the page linked to does contain an image. [15:48:59] kh0ver: https://www.mediawiki.org/wiki/Extension:PageImages#How_does_it_select_images? [16:09:26] If I do ?action=info to my page it shows the image I wanted, but nothing in popup [16:12:51] kh0ver, what does the console of your web browser's developer tools show? [16:15:07] You mean when I hover? [16:16:33] an http request w/ this: MYURL/api.php?action=query&format=json&prop=info%7Cextracts%7Cpageimages%7Crevisions%7Cinfo&formatversion=2&redirects=true&exintro=true&exchars=525&explaintext=true&piprop=thumbnail&pithumbsize=320&pilicense=any&rvprop=timestamp&inprop=url&titles=MYPAGE&smaxage=300&maxage=300&uselang=content [16:17:31] is there any error in the console? [16:18:30] CSS, but further, no [16:18:42] What is $wgPageImagesLeadSectionOnly set to? [16:19:49] nothing [16:20:34] I have turned it to false now [16:48:54] (still doesn't work) [17:04:37] popups as in Extension:Popups? [17:05:53] Yes [17:09:57] doesn't that use some external service these days? [17:10:34] https://www.mediawiki.org/wiki/Extension:Popups#Page_previews_API [17:49:31] So what you're saying is that somethings whrong in the API, and that if for example in an other world the thumbnail.uri JSON key is called thumbnail.source mediawiki and the extension will fail, and the image will never be displayed? [20:37:06] kh0ver: I'm saying that API is not part of MediaWiki [20:37:29] it's a nodejs service that needs to be installed separately [20:38:54] To let the extension work?