//<pre>
var myButtons = new Array(,,]\n|}','align center',0,''],','Polo FI',0,''],','sito ufficiale',0,''],, (testi concessi in ]).\n','Paolini',0,''],,);
//</pre>
/* 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: ], ]
*/
// Only when editing/previewing a page
if ( mw.config.get( 'wgAction' ) == 'submit' || mw.config.get( 'wgAction' ) == 'view' ) {
jQuery( function( $ ) {
var $cNote = $( '#centralNotice' );
// If there is no dismissible sitenotice and no expanded centralnotice:
if ( !$( '#mw-dismissible-notice' ).length && !( $cNote.length && $cNote.hasClass('expanded') ) ) {
return;
}
// Otherwise:
mw.util.addCSS( '#bodyContent { position: relative; } #coordinates { position: absolute; top: 1px !important; }' );
} );
}
//Temporary fix for missing wikidata sidebar links, pending ] resolution
mw.loader.using(, function () {
if (mw.config.get('wgWikibaseItemId')) {
mw.util.addPortletLink(
'p-tb',
'https://www.wikidata.orghttps://wikines.com/it/' + mw.config.get('wgWikibaseItemId'),
'Wikidata item',
't-wikidata',
'Structured data on this page hosted by Wikidata',
null,
'#t-cite'
);
};
});