Wikipédia-vita:Wikitalálkozók/Budapest, 2017. április 22.
Új téma nyitásaWelcome to WMF etherpad installation. Please keep in mind all current as well as past content in any pad is public. Removing content from a pad does not mean it is deleted. Keep in mind as well that there is no guarantee that a pad's contents will always be available. A pad may be corrupted, deleted or similar. Please keep a copy of important data somewhere else as well
Prezentációk
[szerkesztés]- A Wikipédia fejlesztői szemmel
- Wikipédia API-k
- Wikipédia és a térképek
Kérdések
[szerkesztés]- catgraph példa: https://de.wikipedia.org/wiki/Hilfe:Suche/Deepcat (JS script kicseréli a depcat:Foo stringet egy szócikk-ID-listára, mielőtt elküldené a keresést a standard szervereknek)
- Wikidata elemek hivatkozása wikikódból:
#property https://meta.wikimedia.org/wiki/Wikidata/Notes/Inclusion_syntax_v0.4 #statements https://de.wikipedia.beta.wmflabs.org/wiki/Statements Lua - https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua
- (very limited) free-form text interface to Wikidata: https://askplatyp.us/
Próbaszerkesztésekre használhatjátok a https://test.wikidata.org/ és https://test.wikipedia.org/ oldalakat.
Blockly + SPARQL: http://sparqlblocks.org/
Wikidata+OpenStreetMap
- Describing Wikidata items with OpenStreetMap tags http://www.openstreetmap.org/user/PlaneMad/diary/40537
- WIkidata + OSM kulcsok párosítása: https://query.wikidata.org/embed.html#SELECT%20%3Fclass%20%3FclassLabel%20%3Fany%20WHERE%20%7B%0A%20%20%3Fclass%20wdt%3AP1282%20%3Fany%20.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20%7D%0A%7D%0AGROUP%20BY%20%3Fclass%20%3FclassLabel%20%3Fany
- Wikidata-OSM Distance Visualizer https://osmlab.github.io/wikidata-osm/#4.78/46.290/15.372 és https://github.com/osmlab/wikidata-osm
Some Wikidata query examples
[szerkesztés]https://query.wikidata.org/#%23 Streets in Hungary on Wikidata%2C that are linked to the item they are named after%0ASELECT %3Fitem %3FitemLabel %3FnamedAfter %3FnamedAfterLabel %3Fcoord%0AWHERE%0A{%0A %3Fitem wdt%3AP31 wd%3AQ79007 .%0A %3Fitem wdt%3AP17 wd%3AQ28 .%0A %3Fitem wdt%3AP138 %3FnamedAfter .%0A %0A %23 Coordinates just for the map%0A OPTIONAL { %3Fitem wdt%3AP625 %3Fcoord }%0A%0A%09SERVICE wikibase%3Alabel { %0A bd%3AserviceParam wikibase%3Alanguage "hu" }%0A}