User:Frank C. Müller/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// Ancestry viewer by Ch1902
ancestry_opts = {
   lang: 'de',  // display language falls back to en
   levels: 6,  // number of generations to show, minimum 2, maximum 6
   boxsize: 200,  // width of person cells
   truncate: 40  // truncate names longer than this
};
mw.loader.load('//www.wikidata.org/w/index.php?title=User:Ch1902/ancestry.js&action=raw&ctype=text/javascript');
// end of Ancestry viewer by Ch1902

// Wikidata lookup"> Commons cat -> Wikidata lookup by TheDJ
importScript('User:Jheald/wdcat.js');
// end of Wikidata lookup"> Commons cat -> Wikidata lookup by TheDJ

// Consistency check by Magnus Manske forked by JonnyJD
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:JonnyJD/consistency_check.js&action=raw&ctype=text/javascript' ); // [[User:JonnyJD/consistency_check.js]]
// end of Consistency check by Magnus Manske forked by JonnyJD

// Constraint Summary
mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Teester/ConstraintSummary.js&action=raw&ctype=text/javascript' ); // [[User:Teester/ConstraintSummary.js]]
// end of Constraint Summary

// DiffLists
// mw.loader.load( '//www.wikidata.org/w/index.php?title=User:Yair_rand/DiffLists.js&action=raw&ctype=text/javascript' ); // [[User:Yair rand/DiffLists.js]]
// end of DiffLists

// quickpresets
// mw.loader.load( '//www.wikidata.org/w/index.php?title=User:MichaelSchoenitzer/quickpresets.js&action=raw&ctype=text/javascript' ); // [[User:MichaelSchoenitzer/quickpresets.js]]
// end of quickpresets