Menú alternativo
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Your voice matters, elections are happening now!
From November 7 to 17, you will have the opportunity to select the members of the group who will serve on the Board of Directors for the 2024-2030 term.

You’ve got until December 7 to vote on whether to go with the recommendation for the new General Coordinator.


Board of Directors election: Just log in if you haven't done it yet and cast your vote using this link!
Recommendation of the new General Coordinator: Read the proposal and cast your vote!

MediaWiki:Common.js

Página de la interfaz de MediaWiki

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.
// ocultar mw-pt-translate-header para los anónimos

mw.loader.using( [ 'mediawiki.user' ], function ( ) {
	if ( mw.user.isAnon() == 1 ) {
		mw.util.addCSS( '.mw-pt-translate-header {display:none}' );
	}
} );

// barra de progreso
if ( mw.config.get( 'wgPageName' ) === 'Usuario:Hasley/sandbox2' ) {
	$.when( $.ready, mw.loader.using( [ 'oojs-ui' ] ) ).then( function () {	

		var number = $( '#progress-bar' ).text();

		var progressBar = new OO.ui.ProgressBarWidget( {
			progress: number
		} );

		if ( progressBar.progress < 100 ) {
		    progressBar.pushPending();
		}

		$( '#progress-bar' ).append( progressBar.$element );
	} );
}