Usuário(a):Itti/monobook.js

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.
$( function () {
	var url = mw.util.getUrl( 'Special:Export', { pages: mw.config.get('wgPageName'), dir: 'desc', limit: 5, wpDownload: '', history: 1 } );
	mw.util.addPortletLink( 'p-cactions', url, 'export' );
	mw.util.addPortletLink( 'p-namespaces', url, 'export' );
	mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl(), 'export');
} );