Babel user information | ||||||
---|---|---|---|---|---|---|
| ||||||
Users by language |
I am an admin on en-wiki & Commons, and an active participant (but not an admin) here on Wikidata.
SPARQLEdit
# Seattle items without images SELECT ?item ?itemLabel WHERE { ?item wdt:P131 wd:Q5083. FILTER NOT EXISTS {?item wdt:P18 []} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }