/* Any JavaScript here will be loaded for users using the MonoBook skin */
/** * Topbar content fix with sitenotice and CentralNotice * * Description: This fixes the location of topbar content (e.g., featured * content star) when the sitenotice or CentralNotice is active. * Maintainers: [[User:TheDJ]], [[User:MZMcBride]] */ // Only when editing/previewing a page if ( mw.config.get( 'wgAction' ) == 'submit' || mw.config.get( 'wgAction' ) == 'view' ) { $( function() { // If there is a dismissible sitenotice or an (expanded) centralnotice if ( $( '#mw-dismissible-notice' ).length || $( '#centralNotice' ).hasClass('expanded') ) { mw.util.addCSS( '#bodyContent { position: relative; } #coordinates { position: absolute; top: 1px !important; }' ); } } ); }
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).