/* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.using( ['mediawiki.util', 'mediawiki.notify', 'jquery.client'], function () {/* Begin of mw.loader.using callback */
/* set up the words in your language */
var NavigationBarHide = '[' + collapseCaption + ']';
$( createNavigationBarToggleButton );
/* End of mw.loader.using callback */
} );
/* DO NOT ADD CODE BELOW THIS LINE */