Skip to content

Tool to make adding references on Wikidata easier (using citoid)

Notifications You must be signed in to change notification settings

filbertkm/wikidata-citetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikidata Reference Tool

Tool for making it easier to add references on Wikidata, with help of the Citoid service.

Install

The tool works currently as a user script on-wiki. To enable the script, add something like the following to your user's common.js page (e.g. "User:ExampleUser/common.js") on the wiki:

mw.loader.using(['wikibase'], function() {
	$.getScript( 'https://www.wikidata.org/w/index.php?title=User:Aude/CiteTool.js&action=raw&ctype=text/javascript', function() {
		var citeTool = new wb.CiteTool( 'https://www.wikidata.org/w/index.php?title=User:Aude/CiteProperties.json&action=raw&ctype=application/json' );
		citeTool.init();
	});
});

License

Code includes Sparql.js from wikidata query gui, which is under Apache license:

https://github.com/wikimedia/wikidata-query-gui/blob/master/LICENSE

About

Tool to make adding references on Wikidata easier (using citoid)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published