query-d43d39e6896865db1d98cd75933679b0
Bug with Flow are weirdly automatically added and there is no link to query.wikidata.org... nowiki. User talk:VIGNERON: it seems this template has a bug on Flow talk pages. See my page for example : Jheald, TomT0m@ ]reply[10:42, 17 May 2016 (UTC)) talk (VIGNERONCdlt, This is how this template usualy appears : ,Trizek (WMF)Hi ]reply[15:19, 18 May 2016 (UTC)) talk (Trizek (WMF)Thanks, Can you describe the expected behavior? I can't edit the post to check it because I'm not autopatrolled on WikiData. Hi :VIGNERON, Jheald, TomT0m@ ]reply[16:25, 17 May 2016 (UTC) pagetalk / TomT0m author : I confirm this bug. It seems Flow or parsoid automatically thinks the "{" must be escaped, but a single one has no meaning in Wikitext. Is it known ? Can you upstream this with Flow or parsoid devs ? Trizek (WMF)@
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?coord WHERE {
?item wdt:P131+ wd:Q3357 ; wdt:P625 ?coord .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}