James Hare
James Hare
- wikibase-cli version: 1. Configure the Wikibase CLI to use a Wikibase that uses federated properties such as https://wikipediacitations.wiki.opencura.com/wiki/ 2. Try to create an item. Example command: `wb create-entity \'{"type":"item","labels":...
Wikidata is a sister project of Wikipedia dedicated to describing the world in terms of structured data. It is located at https://www.wikidata.org. For those YAML files that have fields for...
The run pages already are in table format, so why not make it into a proper table with sortable columns
Will work on a full list later. In the meantime, this is the most egregious example: a journal that includes identifiers for several articles. https://w3id.org/oc/corpus/br/160420.html
The function signature of getRegistry only allows you to specify a datakey, with the public key derived from the user's seed. Let's say I want to look up data uploaded...
Test case: ```python import mwparserfromhell wikitext = """ {{cite news | first=109th Congress, 1st Session | last=U.S. Senate | title= S. 1033, Secure America and Orderly Immigration Act | date=[[May...
To reproduce: ```python import mwparserfromhell import requests obama = requests.get("https://en.wikipedia.org/wiki/Barack_Obama?action=raw").text parsed = mwparserfromhell.parse(obama) sections = parsed.get_sections(levels=[2]) for section in sections: print(section.filter_headings()) ``` This results in: ``` ['==Early life and career==',...