Ettorre
Contenuto cancellato Contenuto aggiunto
→Wikidata weekly summary #209: nuova sezione |
→Wikidata weekly summary #210: nuova sezione |
||
Riga 5 236:
</div>
<!-- Messaggio inviato da User:Lydia Pintscher (WMDE)@metawiki usando l'elenco su https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikidata&oldid=15600582 -->
== Wikidata weekly summary #210 ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
[[File:Wikidata-logo-en.svg|150px|right]]
<div style="margin-top:10px; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;">''Here's your quick overview of what has been happening around Wikidata over the last week.''</div>
<div style="-moz-column-count:2; -webkit-column-count:2; column-count:2; -webkit-column-width: 400px; -moz-column-width: 400px; column-width: 400px;">
* Discussions
** Discussions about [[d:Wikidata:Property proposal/Sister projects#Wikivoyage|missing properties for Wikivoyage listings]] are progressing as enhancements are suggested
* Events/Blogs/Press
** [http://blog.johl.io/blog/2016/05/22/pokemon-prime/ Gotta catch 'em all if they are prime]
** Paper: [http://www.dhbenelux.org/wp-content/uploads/2016/05/51_Navarrete_FinalAbstract_DHBenelux2016_long.pdf Are Superstar Artworks also Digital Superstars? Online Popularity of Worldfamous Artworks]
** Upcoming: [[m:WikiCite 2016|Wikicite]] ([[m:WikiCite 2016/Proposals|session proposals]])
* Other Noteworthy Stuff
** [https://lists.wikimedia.org/pipermail/wikidata/2016-May/008765.html In about 2 weeks we will get the ArticlePlaceholder to more Wikipedias. Let us know if yours wants to be in.]
* Did you know?
** Newest [[d:Special:ListProperties|properties]]: [[:d:Property:P2849|produced by]], [[:d:Property:P2848|Wi-Fi]], [[:d:Property:P2847|Google+]], [[:d:Property:P2846|wheelchair accessibility]], [[:d:Property:P2845|RAN ID]], [[:d:Property:P2844|incidence]], [[:d:Property:P2843|Benezit ID]], [[:d:Property:P2842|place of marriage]], [[:d:Property:P2841|age of onset]], [[:d:Property:P2840|NSC number]], [[:d:Property:P2839|gait]]
** Query examples: [https://query.wikidata.org/#SELECT%20%3Fname%20(COUNT(%3FotherName)%20AS%20%3Fcount)%0AWHERE%0A%7B%0A%20%20%3Fname%20wdt%3AP31%20wd%3AQ202444%3B%0A%20%20%20%20%20%20%20%20wdt%3AP460%20%3FotherName.%0A%7D%0AGROUP%20BY%20%3Fname%0AORDER%20BY%20DESC(%3Fcount)%0ALIMIT%2010 given names with most variations] ([https://twitter.com/WikidataFacts/status/733060603787481088 source with links to graphs]), [https://query.wikidata.org/#%23papers%20about%20Wikidata%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%3Fitem%20(wdt%3AP31%2Fwdt%3AP279*)%20wd%3AQ191067.%0A%20%20%3Fitem%20wdt%3AP921%20wd%3AQ2013.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D papers about Wikidata] ([https://twitter.com/nightrose/status/733300656522571776 source]), [https://query.wikidata.org/#SELECT%20%3Fmeme%20%3FmemeLabel%0AWHERE%0A%7B%0A%20%20%3Fmeme%20wdt%3AP31%2Fwdt%3AP279*%20wd%3AQ978.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D memes] ([https://twitter.com/WikidataFacts/status/733371087891881984 source]), [https://query.wikidata.org/#SELECT%20%3Fitem%20%3FitemLabel%20%3FplaceLabel%20%3Fcoords%20%3Fimage%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ2977%20.%0A%20%20%3Fitem%20wdt%3AP131%20%3Fplace%20.%0A%20%20%3Fplace%20wdt%3AP131%20wd%3AQ90%20.%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP625%20%3Fcoords%20.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP18%20%3Fimage%20.%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22fr%22%20.%20%7D%0A%7D%20ORDER%20BY%20%3FplaceLabel%20%3FitemLabel cathedrals in Paris] ([https://twitter.com/PoulpyWP/status/734445120511217664 source]), [https://query.wikidata.org/#%23Mountains%20over%208000%20elevation%0ASELECT%20%3Fsubj%20%3Flabel%20%3Fcoord%20%3Felev%20%0AWHERE%0A%7B%0A%09%3Fsubj%20wdt%3AP2044%20%3Felev%09filter(%3Felev%20%3E%208000)%20.%0A%09%3Fsubj%20wdt%3AP625%20%3Fcoord%20.%0A%09SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Czh%22%20.%20%3Fsubj%20rdfs%3Alabel%20%3Flabel%20%7D%20%0A%7D highest mountains in the universe] ([https://twitter.com/JonasTheDove/status/733741452220596224 source]), [https://query.wikidata.org/#%23%20All%20Law%20%26%20Order%20episodes%20on%20Wikidata.%0A%23%20According%20to%20enwp%2C%20%E2%80%9C%5Ba%5D%20total%20of%20456%20original%20episodes%E2%80%A6%20aired%20before%20cancellation%E2%80%9D%20%28https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FList_of_Law_%2526_Order_episodes%29.%0A%23%20As%20of%20this%20writing%2C%20the%20query%20returns%20440%20results%2C%20so%20some%20episodes%20are%20missing%20%28either%20without%20item%20or%20lacking%20the%20necessary%20statements%20to%20match%20this%20query%29.%0A%0ASELECT%20%28SAMPLE%28%3FseasonNumber%29%20AS%20%3FseasonNumber%29%20%28SAMPLE%28%3FepisodeNumber%29%20AS%20%3FepisodeNumber%29%20%28SAMPLE%28%3Ftitle%29%20AS%20%3Ftitle%29%20%28MIN%28%3FpubDate%29%20AS%20%3FpubDate%29%20%3Fepisode%0AWHERE%0A%7B%0A%20%20%23%20All%20episodes%20should%20be%20instance%20of%20episode%20with%20series%20Law%20%26%20Order.%0A%20%20%3Fepisode%20wdt%3AP31%20wd%3AQ1983062%3B%0A%20%20%20%20%20%20%20%20%20%20%20wdt%3AP179%20wd%3AQ321423.%0A%20%20%23%20Many%20of%20them%20also%20have%20the%20season%20as%20series%2C%20so%20we%20can%20get%20episode%20and%20season%20number%20from%20qualifiers%20there.%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3Fepisode%20p%3AP179%20%5B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ps%3AP179%20%5B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%23%20the%20season%20also%20has%20series%20Law%20%26%20Order%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20p%3AP179%20%5B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ps%3AP179%20wd%3AQ321423%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20pq%3AP1545%20%3FseasonNumber%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20pq%3AP1545%20%3FepisodeNumber%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%5D.%0A%20%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fepisode%20wdt%3AP1476%20%3Ftitle.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fepisode%20wdt%3AP577%20%3FpubDate.%20%7D%0A%7D%0AGROUP%20BY%20%3Fepisode%20%23%20make%20sure%20we%20return%20each%20episode%20only%20once%20%E2%80%93%20a%20few%20have%20multiple%20publication%20dates%2C%20for%20example%0AORDER%20BY%20IF%28BOUND%28%3FseasonNumber%29%2Cxsd%3Ainteger%28%3FseasonNumber%29%2C1000%29%20xsd%3Ainteger%28%3FepisodeNumber%29%20%3Ftitle Law & Order episodes] ([https://twitter.com/WikidataFacts/status/734481717621362693 source]), [https://query.wikidata.org/#SELECT%20%3Fparent%20%3FparentLabel%20%3Fcount%0AWHERE%0A%7B%0A%20%20%7B%0A%20%20%20%20SELECT%20%3Fparent%20(COUNT(%3Fchild)%20AS%20%3Fcount)%0A%20%20%20%20WHERE%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%3Fparent%20wdt%3AP40%20%3Fchild.%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Fparent%0A%20%20%20%20ORDER%20BY%20DESC(%3Fcount)%0A%20%20%20%20LIMIT%2010%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D%0AORDER%20BY%20DESC(%3Fcount)%0ALIMIT%2010 things/people with most children] ([https://twitter.com/WikidataFacts/status/732258844185927680 source])
* Development
** Performance improvements in query service map display.
** Fixed a focus issue in the suggester ([[phabricator:T135008]])
** Further groundwork on Commons support
** Fixed first issues that popped up after ArticlePlaceholder deployment based on feedback
** Investigated and prepared fix for issue where files on Commons couldn't be deleted ([[phabricator:T135485]])
** Finished work on language fallback in main part of header ([[phabricator:T98014]])
* Monthly Tasks
** Hack on one of [[phab:maniphest/query/R8GRzX1eH0tb/#R|these]].
** Help develop the next summary [[d:Wikidata:Status updates/Next|here!]]
** Contribute to a [[d:Wikidata:Showcase items|Showcase item]]
** Help [[d:Special:LanguageStats|translate]] or proofread pages in your own language!
** Add labels, in your own language(s), for the new properties listed above.
</div>
<div style="margin-top:10px; font-size:90%; padding-left:5px; font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;">'''[[:d:Special:MyLanguage/Wikidata:Status updates/2016 05 21|Read the full report]]''' · [[m:Global message delivery/Targets/Wikidata|Unsubscribe]] · [[:d:User:Lydia Pintscher (WMDE)|Lydia Pintscher (WMDE)]] 16:50, 23 mag 2016 (CEST)
</div>
</div>
<!-- Messaggio inviato da User:Lydia Pintscher (WMDE)@metawiki usando l'elenco su https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikidata&oldid=15644295 -->
|