Content deleted Content added
Lwarrenwiki (talk | contribs) No edit summary |
Lwarrenwiki (talk | contribs) trying crathighlighter.js |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1:
// See also vector.js
// ------------------------------------------------------------------
// ADDITIONS (don't know where they'll manifest)
// ------------------------------------------------------------------
importScript('User:Ohconfucius/script/
importScript( 'User:Amorymeltzer/crathighlighter.js' ); // Backlink: [[User:Amorymeltzer/crathighlighter.js]]
// borrowed from [[:User:Amorymeltzer]]:
// DOESN'T WORK -- importScript("User:Amorymeltzer/seventabs.js");
// -----------------------------------------------------
Line 6 ⟶ 18:
// Customized version of User:Waldir/formatcitations.js
importScript("User:Lwarrenwiki/formatcitations.js");
// added 2018-05-01, edit tool for the Hamiltrash vandal whack-a-mole game:▼
// [[User:Lwarrenwiki/hamiltrash.js]] is a *customized* version of▼
▲importScript('User:Lwarrenwiki/hamiltrash.js');
▲// importScript('User:Kbh3rd/whackamole.js');
// Auto-ed function
Line 20 ⟶ 26:
// ADDITIONS TO LEFT SIDEBAR (TOOLBAR)
// -----------------------------------------------------
// Items that appear on both Read and Edit screens come first in the toolbar (after "Page Information"),
// in the order that they're added below:
// importScript('User:Ohconfucius/script/flagcruft.js');▼
// importScript('User:Ohconfucius/script/Sources.js');▼
▲importScript('User:Ohconfucius/script/Common Terms.js'); // [[User:Ohconfucius/script/Common Terms.js]]
// Tool to highlight duplicate links▼
// Add Checklinks launcher in the toolbox on left
Line 39 ⟶ 37:
)});
// reFill (formerly Reflinks tool)▼
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );▼
// Add Dab Solver launcher in the toolbox on left
$(function () {
Line 50 ⟶ 45:
)});
▲// Tool to highlight duplicate links
importScript('User:
// appears as "Highlight duplicate links"
▲// reFill (formerly Reflinks tool)
▲mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );
// appears as "reFill"
// Toolbar items that *only* appear on an Edit screen show up on the toolbar in a second group:
//
▲importScript('User:
importScript('User:Ohconfucius/script/Common Terms.js'); // [[User:Ohconfucius/script/Common Terms.js]]
importScript('User:Lwarrenwiki/script/LWW mosnum dates.js'); // based on [[User:Ohconfucius/script/MOSNUM dates.js]]
// [[User:Dr pda/prosesize]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADr+pda%2Fprosesize.js&action=raw&ctype=text/javascript');
// -----------------------------------------------------
// -----------------------------------------------------
Line 73 ⟶ 86:
// from [[User:Ohconfucius/script/EngvarB.js]]
// importScript('User:GregU/dashes.js');
// Deprecated 2019-05-24:
▲// [[User:Lwarrenwiki/hamiltrash.js]] is a *customized* version of [[User:Kbh3rd/whackamole.js]]
// importScript('User:Lwarrenwiki/hamiltrash.js');
|