User:Dexxor/common.js

From Wikidata
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// Adds arrows for navigation
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Dexxor/updown.js&action=raw&ctype=text/javascript' );
// Adds option to provide edit summary
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Lockal/EditSum.js&action=raw&ctype=text/javascript' ); // [[User:Lockal/EditSum.js]]
// Strips URLs to the identifier when adding an identifier property
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:1Veertje/identifierInput.js&action=raw&ctype=text/javascript' ); // [[User:1Veertje/identifierInput]]
// Adds arrow to make label lowercase
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Base/Scripts/HaveWikibaseLabelLowercased.js&action=raw&ctype=text/javascript' ); // [[User:Base/Scripts/HaveWikibaseLabelLowercased.js]]
// Quickly add reference with reference URL (P854) pre-added
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Sanqui/referenceurl.js&action=raw&ctype=text/javascript' ); // [[User:Sanqui/referenceurl.js]]
// Split watchlist in Wikibase (item/property) edits and regular edits
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Lectrician1/SplitWatchlist.js&action=raw&ctype=text/javascript' ); // [[User:Lectrician1/SplitWatchlist.js]]