( function ( mw ) { var iconPath; if ( mw.toolbar ) { iconPath = mw.config.get( 'wgExtensionAssetsPath' ) + '/Math/images/'; mw.toolbar.addButton( { imageFile: iconPath + 'button_math.png', speedTip: mw.msg( 'math_tip' ), tagOpen: '', tagClose: '', sampleText: mw.msg( 'math_sample' ), imageId: 'mw-editbutton-math' } ); } }( mediaWiki ) );