[05:05:44] how do I get the ticker symbol of a company in specfic stock market? [05:06:22] {{#invoke:Wikidata|claim|P414|qualifier=P249}} for Nokia will return NOK (Net York Stock Exchange), but what if I want the symbol in Frankfurt stock exchange? [05:45:50] hmm [05:46:52] eranroz: whatever lua module you're using needs some advanced filtering? [05:49:26] legoktm: (I'm using [[:en:Template:Wikidata]]) well I can add filtering, I just wonder if no one have already wrote it. I don't like Lua [05:49:27] 10[2] 04https://www.wikidata.org/wiki/:en:Template:Wikidata [05:50:18] you mean Module:Wikidata? [05:50:20] (hope cscott will add JS support for modules) [05:50:31] yes [11:33:47] how to include quantity unit with specific unit? {{property:P...|unit=km}}? [11:33:49] 10[3] 04https://www.wikidata.org/wiki/Template:property:P..%2E [15:01:03] DanielK_WMDE_: https://gerrit.wikimedia.org/r/#/c/246280/ [15:28:30] hi [15:28:49] I got a strange result in this query: [15:28:50] https://query.wikidata.org/#PREFIX%20bd%3A%20%3Chttp%3A%2F%2Fwww.bigdata.com%2Frdf%23%3E%20%0APREFIX%20wikibase%3A%20%3Chttp%3A%2F%2Fwikiba.se%2Fontology%23%3E%20%0APREFIX%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%20%0APREFIX%20wd%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fentity%2F%3E%20%0APREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fprop%2Fdirect%2F%3E%20%0Aselect%20%3Fgender%20%28count%20%2 [15:28:50] 8distinct%20%3Fhumain%29%20as%20%3Fnb%29%0Awhere%20{%0A%20%20%20%20%20%20%20%20%3Fhumain%20wdt%3AP31%20wd%3AQ5%20.%0A%20%20%20%20%20%20%20%3Fhumain%20wdt%3AP106%2Fwdt%3AP279*%20wd%3AQ901%20.%0A%20%20%20%3Fhumain%20wdt%3AP21%20%3Fgender%20.%0A%20%20%20%20%20%20SERVICE%20wikibase%3Alabel%20{%0A%20%20%20%20%20%20%20%20bd%3AserviceParam%20wikibase%3Alanguage%20%22fr%2Cen%22%20.%0A%20%20%20%20%20%20%20%20}%0A}%20group%20by%20%3Fge [15:28:52] nder%0ALIMIT%2010 [15:29:02] oops [15:29:03] http://tinyurl.com/nea96nk [15:29:31] this should return only elements but I get a blank node t196822908 [15:49:39] SMalyshev: care to have a look at Sylvain_WMFr? I don't know much about this stuff [15:49:50] I found it [15:49:58] it's https://www.wikidata.org/wiki/Q3457276 [17:27:25] yes, it returns blank node [17:27:34] not sure why it is strange [18:56:03] DanielK_WMDE_: i rebased https://gerrit.wikimedia.org/r/#/c/246280/ [19:27:25] multichill: A lot of these bot errors on nlwiki... https://www.wikidata.org/w/index.php?title=Q2859323&type=revision&diff=258933168&oldid=150997161 [19:34:59] sjoerddebruin: That sucks, did you ask the operator about it? [19:35:21] https://www.wikidata.org/wiki/Special:Contributions/GPUBot explains a lot I think. [19:38:05] multichill: No wonder your bot didn't understand this. https://nl.wikipedia.org/w/index.php?title=Harry_Dolph&type=revision&diff=45118099&oldid=31806662 [19:39:19] hmmm [19:40:12] Bringing the number slowly down. :) [19:41:43] hey multichill :D [19:41:58] I see you talked Japan nikki :-) [19:42:05] I had trouble getting the script to work with the generator stuff, but eventually I figured out I needed to pass a site to it [19:42:17] dunno if that's just the way I have things set up or what, but it's working now :D [19:44:01] Lydia_WMDE: I see you merged https://phabricator.wikimedia.org/T115644 . You should have copied the text. The other bug is impossible to find and a very poor description of the problem [19:44:47] The search engine of Phab is also not the greatest... [19:46:06] It sucks if you take the time to properly describe a problem and it gets merged without bothering to copy the text [19:46:38] Good way to discourage filing bugs :@ [19:59:11] jzerebecki: hey! could you explain about that npm stuff? I am good with testing JS just want to understand what exactly it does [20:01:15] isN#t that just a code sniffer? [20:02:15] SMalyshev: it implements https://www.mediawiki.org/wiki/Continuous_integration/Entry_points#JavaScript while excluding all currently existing js files, so as to not vote -1 when I enable it to run in the CI [20:02:57] SMalyshev: it runs jshint: [20:03:12] jscs and jsonlint [20:03:40] configuration for jshint and jscs is in the other patch [20:05:01] jzerebecki: ok, can we ensure JS lints run before the main build? [20:05:24] because main build unpacks .wars, etc. which may produce more js files that we don't want to check [20:05:57] SMalyshev: they run in different workspaces in paralell, so that doesn't interfere [20:06:07] ah, ok then [20:06:22] jzerebecki: see my notes on the patch, needs some light adjustments [20:19:49] SMalyshev: should I use the version from the pom in the npm version field even so its not gonna be used? [20:22:26] jzerebecki: I think it'd better to use the same version there, for consistency sake