Wikidata Gadgets - good to use
Opened this issue · 9 comments
@BobBorges FYI I use gadget "DuplicateReferences: Adds a link to copy references and add them to other statements on the same item." if you are logged in you activate it on your page Special:Preferences#mw-prefsection-gadgets)
- also Easy query is nice to visualize linked data see my description for people working at Skansen
- currentDate good when adding dates...
Everyone can write user scripts I have some more activated see my common.js on WIkidata your is on Special:MyPage/common.js if you are logged in
The one I have in common,js see also Wikidata:Tools/Enhance_user_interface
- duplicate_item.js - does a copy of an object - good if you should add new ones that are "identical"
- DragNDrop.js - its often more info in the Wikipedia article this script allows you drag an item to WIkidata, exampe death location seems to be more often in an article than in WIkidata....
- ShowQsAndPs.js - shows the Qnumber next to an Wikidata fact extremely useful as textstrings are often not unique
- WikidataTrust.js - shows who has edit a fact.... some bots/user has less trust 😭 and it could be good to see that info
- authority_control.js - adds a menu option that checks VIAF if the person is in there and with a click you can add those refs to Wikidata
- overpass.js - adds an iframe if an Open Street Map object has an reference same as Wikidata see below Q252312 same as OSM relation/14869678
- gadget User:Inductiveload/scripts/ShowQsAndPs.js to show Q numbers add it to your Special:MyPage/common.js see my common.js on Wikidata
Tool to connect external sources Mix-and-Match - manual - video
-
gadget User:Magnus_Manske/mixnmatch_gadget.js to show Mix-and. match items on the wd object add it to your Special:MyPage/common.js see my common.js on Wikidata
-
how it looks on Q6253724
Example of adding tab Scholia
1 . update Special:MyPage/global.js (see meta.wikimedia.org/wiki/User:Salgo60/global.js)
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Salgo60/scholia.js&action=raw&ctype=text/javascript' );
- The file User:Salgo60/scholia.js
- adds the tab Scholia
- creates the link SCHOLIA_URL + qNumber
authority_control.js - adds a menu option that checks VIAF if the person is in there and with a click you can add those refs to Wikidata - video TBA
Another drag and drop video