Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

/* Any JavaScript here will be loaded for users using the mobile site */


// for backwards compatibility
var importScript = function (s) {
  mw.loader.load( '/w/index.php?title=' + encodeURIComponent(s) + '&action=raw&ctype=text/javascript' );
};
var importStylesheet = function (s) {
  mw.loader.load( '/w/index.php?title=' + encodeURIComponent(s) + '&action=raw&ctype=text/css', 'text/css' );
};


// page-specific css/js
// original idea was [[User:TheFearow]]'s
//
importStylesheet("MediaWiki:common.css/" + mw.config.get('wgPageName'));
importScript("MediaWiki:common.js/" + mw.config.get('wgPageName')); // lynchpin for [[Help:Dialog|dialog]] [[Category:Dialog javascript pages]]