Cambios

Busca en cnbGuatemala con Google

Página creada con «( function ( window, document, $, mw, gt ) { if (mw.cookie.get('registro_tour')){ return; } var pageName = 'Especial:SemanticSignup',...»
( function ( window, document, $, mw, gt ) {


if (mw.cookie.get('registro_tour')){
return;
}


var pageName = 'Especial:SemanticSignup',
tour;
tour = new gt.TourBuilder( {
name: 'registroprelude'
} );

tour.firstStep( {
name: 'registro',
title: 'Regístrate en el sitio. ¡Te dará beneficios adicionales!',
description: 'Selecciona el vínculo "Crear una cuenta". Podrás guardar tus páginas favoritas y sugerir recursos educativos digitales. ¡Formarás parte de la comunidad del CNB en Línea!',
attachTo: '#pt-createaccount',
position: 'topRight',
closeOnClickOutside: false,
overlay: false
} );


} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );