Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wikidata Gadgets - good to use #123

Open
salgo60 opened this issue Apr 24, 2023 · 9 comments
Open

Wikidata Gadgets - good to use #123

salgo60 opened this issue Apr 24, 2023 · 9 comments

Comments

@salgo60
Copy link
Owner

salgo60 commented Apr 24, 2023

@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)

image

image

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
    image
@salgo60
Copy link
Owner Author

salgo60 commented Apr 29, 2023

image

@salgo60
Copy link
Owner Author

salgo60 commented Apr 29, 2023

Tool to connect external sources Mix-and-Match - manual - video

image

image

@salgo60
Copy link
Owner Author

salgo60 commented Apr 29, 2023

image

image

image

image

@salgo60
Copy link
Owner Author

salgo60 commented Apr 29, 2023

Get pictures associated with the article subject shown in WIkipedia/Wikidata ....

image

@salgo60
Copy link
Owner Author

salgo60 commented Apr 29, 2023

Example of adding tab Scholia

image

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' );

  1. The file User:Salgo60/scholia.js
    1. adds the tab Scholia
    2. creates the link SCHOLIA_URL + qNumber

@salgo60
Copy link
Owner Author

salgo60 commented May 3, 2023

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

image

@salgo60
Copy link
Owner Author

salgo60 commented May 8, 2023

Summarize errors in the Wikidata object below Q6206835

image

image

@salgo60
Copy link
Owner Author

salgo60 commented May 23, 2023

Gadget i Wikidata för att splitta namn till olika namn objekt länk

importScript( 'User:Bargioni/quickNames.js' );

Exempel hur det ser ut

image

@salgo60
Copy link
Owner Author

salgo60 commented Oct 10, 2023

Another drag and drop video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant