Content deleted Content added
Lwarrenwiki (talk | contribs) No edit summary |
Lwarrenwiki (talk | contribs) No edit summary |
||
Line 30:
// Tool to highlight duplicate links
importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]
// Add Dab Solver launcher in the toolbox on left▼
$(function () {▼
mw.util.addPortletLink(▼
"p-tb",▼
"http://dispenser.homenet.org/~dispenser/cgi-bin/dab_solver.py?page="+mw.config.get('wgContentLanguage')+":"+encodeURIComponent(mw.config.get('wgPageName')),▼
"A Dab Solver"▼
)});▼
// Add Checklinks launcher in the toolbox on left
Line 41 ⟶ 49:
// 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 () {
▲ mw.util.addPortletLink(
▲ "p-tb",
▲ "http://dispenser.homenet.org/~dispenser/cgi-bin/dab_solver.py?page="+mw.config.get('wgContentLanguage')+":"+encodeURIComponent(mw.config.get('wgPageName')),
▲ "A Dab Solver"
▲)});
// Only appears if editing
|