function addLink(where, url, name, id, title, key, after){
//* where is the id of the toolbar where the button should be added;
// i.e. one of "p-cactions", "p-personal", "p-navigation", or "p-tb".
//
//* url is the URL which will be called when the button is clicked.
// javascript: urls can be used to do more complex things.
//
//* name is what will appear as the name of the button.
//
//* id is the id of the button; it's best to define one.
// Use a prefix to make sure its unique. Optional.
//
//* title is the tooltip title that gives a longer description
// of the button; if you define a accesskey, mention it here. Optional.
//
//* key is the char you want for the accesskey. Optional.
//
//* after is the id of the button you want to follow this one. Optional.
//
var na = document.createElement('a');
na.href = url;
na.appendChild(document.createTextNode(name));
var li = document.createElement('li');
if(id) li.id = id;
li.appendChild(na);
var tabs = document.getElementById(where).getElementsByTagName('ul');
if(after) {
tabs.insertBefore(li,document.getElementById(after));
} else {
tabs.appendChild(li);
}
if(id) {
if(key && title) { ta = ; }
else if(key) { ta = ; }
else if(title) { ta = ;}
}
// re-render the title and accesskeys from existing code in wikibits.js
akeytt();
return li;
}
//
importScript('User:Lifebaka/closedrv.js')
importScript('User:Svick/hideClosedXfd.js');
importScript('User:Ale_jrb/Scripts/contreverse.js');
importScript('User:TheDJ/qui.js');
importScript('User:Shubinator/DYKcheck.js');
importScript('User:Tim Song/spihelper.js');
importScript('User:NuclearWarfare/Mark-blocked script.js');
importScript('User:Jujutacular/closeFPC.js');
importScript( 'User:Andy M. Wang/closeRM.js' ); // Backlink: ]
mw.loader.load( '/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript' ); // Backlink: ]