Jump to content

MediaWiki:Common.js: Difference between revisions

From Bradshaw, the companion guide to On Our Lines
m Category tree is a useful addition
m query breaking
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */


function CustomizeModificationsOfSidebar() {
// adds [[Special:CategoryTree|Special:CategoryTree]] to toolbox
ModifySidebar( 'add', 'toolbox', 'CategoryTree', 'https://bradshaw.onourlines.co.uk/wiki/Special:CategoryTree' );
// removes [[Special:Upload|Special:Upload]] from toolbox
ModifySidebar( 'remove', 'toolbox', 'Upload file', 'https://bradshaw.onourlines.co.uk/wiki/Special:Upload' );
}
jQuery( CustomizeModificationsOfSidebar );

Latest revision as of 18:44, 7 March 2021

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.