User:Crazy1880
Jump to navigation
Jump to search
Babel user information | ||||
---|---|---|---|---|
| ||||
Users by language |
Moin Moin. Besucht mich in der deutschen Wikipedia. --Crazy1880 (talk) 17:14, 8 July 2013 (UTC)
Wikidata statistics | ||
---|---|---|
![]() | ||
Number of pages | 103,336,766 | |
User total | 5,585,077 | |
Active users list | 23,272 | |
Administrators | 63 | |
Users/administrator | 369 |
JavaSkripte[edit]
Tools[edit]
Query[edit]
- Try it!
SELECT ?item ?en_description { ?item wdt:P31 wd:Q13442814; schema:description ?en_description . FILTER( LANG( ?en_description ) = 'en' ) . OPTIONAL { ?item schema:description ?de_description . FILTER( LANG( ?de_description ) = 'de' ) . } . FILTER( !BOUND( ?de_description ) ) . } LIMIT 100