-
```
>>> wptools.page(u'松下奈緒', lang='zh', variant='zh-cn').get_wikidata()
松下奈緒 (zh/zh-cn)
{
lang: zh
title: 松下奈緒
variant: zh-cn
}
www.wikidata.org (wikidata) 松下奈緒
Traceback (most re…
-
I'm using `p = wptools.page(wikibase='Q5094115', lang='zh').get()` to get the chinese content of the page, but the content I get from `p.extract` is traditional Chinese
```
>>> print p.extract
林一峰(英文…
-
timeout seems not working here
```
>>> wptools.page(wikibase='Q312559', lang='zh').get(proxy=DOUBAN_PROXY, timeout=2)
Q312559 (zh)
{
lang: zh
wikibase: Q312559
}
www.wikidata.org (wikidata…
-
The following comment was originally made by @matt-wallis in issue #23:
> I have a question about the conversion of the flat taxonomy into a tree structure for menus. Apologies if this has already be…
-
@keikreutler I hope, this here is the right place and right way to adress that issue / feedback or general information on the development of the map viewer.
Currently the Sub-Categories just open, an…
-
Example: http://queryr.wmflabs.org/api/items/Q64
## id
Type: map
Always present and contains at least "wikidata", with the Wikidata.org item id.
Can contain "en.wikipedia" and "$lang.wikipedia", wh…
-
I'm trying to utilise the datamodel package from the Wikidata-Toolkit to create Entities (Items and Properties) that I would like to add to a Wikibase instance via the MediaWiki HTTP API (https://gith…
-
This will be needed by the ResultBuilder class in Wikibase for API XML output.
-
### Definition
The understanding is that a "Distributed Semantic MediaWiki" is to reroute storage and query computation of property/values to a separated system which is physical or logical different…
-
There should be a component for accessing the functions of the Wikibase Web API. Initially, this component should only support some of the basic reading operations; other operations will be added late…