Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
mw.loader.load('//en.wikisource.org/w/index.php?title=User:Inductiveload/jump to file/load.js&action=raw&ctype=text/javascript');

// First wait for mediawiki.util to load, and the page to be ready. Then, add link to toolbar.
$.when( mw.loader.using( 'mediawiki.util' ), $.ready ).then( function () {
	const title = mw.config.get( 'wgPageName' );
	mw.util.addPortletLink(
		'p-tb', /* portletId */
		'https://es.wikisource.org/wiki/Especial:PáginasPorPrefijo/' + title, /* href */
		'Páginas con prefijo', /* text */
		't-prefixindex', /* id */
		'Una lista de todas las páginas con este prefijo [⌃⌥i]', /* tooltip */
		'i' /* accesskey */
		/* '#t-recentchangeslinked' nextnode */
	);
} );