« MediaWiki:Common.js » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révoqué
Ligne 7 : Ligne 7 :
// Example: Add a link to mediawiki.org to the Tools area, above the "Special pages" link.
// Example: Add a link to mediawiki.org to the Tools area, above the "Special pages" link.
var newElement = mw.util.addPortletLink(
var newElement = mw.util.addPortletLink(
'p-navigation',
'p-Parties Planeurs',
'https://www.mediawiki.org/',
'https://www.mediawiki.org/',
'Link to mediawiki.org',
'Link to mediawiki.org',
Ligne 29 : Ligne 29 :
} );
} );


 
/**
$wgHooks['BeforePageDisplay'][] = function( $out, $skin ) {
$wgHooks['BeforePageDisplay'][] = function( $out, $skin ) {
$title = Title::newFromText( 'SidebarTree', NS_MEDIAWIKI );
$title = Title::newFromText( 'SidebarTree', NS_MEDIAWIKI );
Ligne 37 : Ligne 37 :
return true;
return true;
};
};
/**
 
$(document).ready( function() {
$(document).ready( function() {
   let tree = $('#wikitext-sidebar');
   let tree = $('#wikitext-sidebar');