Saltar para o conteúdo

Usuário:BraunOBruno/RetornarFastButtons.js

Origem: Wikipédia, a enciclopédia livre.

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
$.when( mw.loader.using( 'mediawiki.util' ), $.ready ).then( function () {
    // Add the new button to the navigation panel
    mw.util.addPortletLink(
        'p-navigation',              // Portlet ID where the link will be added (e.g., 'p-navigation')
        '#',                         // href - the URL or action link
        'FastButtons (exibir)',      // text - the link text
        'ca-fastbHideButton',        // id - the id of the new list item
        'Exibe/Esconde os botões do FastButtons', // tooltip - the tooltip text
        '',                          // accesskey - leave empty if no accesskey
        ''                           // nextnode - leave empty to append at the end
    );
});