User:Iritscen/vector.js: Difference between revisions

From OniGalore
(remove XEB customization, as XEB is obsolete now)
(removed old sidebar-modding code)
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
}
}


// Add handy links to my sidebar
/*[[Category:Userspace]]*/
// This code is disabled but left in place since it is referred to on [[MediaWiki:Common]]
/*$(function()
{
    ModifySidebar("sep", "navigation", "", "");
    ModifySidebar("add", "navigation", "Slaves of War", "http://wiki.oni2.net/Oni2:Slaves_of_War");
});*/

Latest revision as of 02:00, 25 April 2025

// Use test JS if we're on a test page
if (mw.config.get('wgPageName') === 'User:Iritscen/TestSpace' || mw.config.get('wgPageName') === 'User:Iritscen/TestSpace2')
{
   mw.loader.load('/w/index.php?title=User:Iritscen/TestSpace.js&action=raw&ctype=text/javascript');
}

/*[[Category:Userspace]]*/