Utente:Senpai/monobook/recent2.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m aggiornamento alla versione 1212062020
m top: Sostituisco tag font con span, replaced: <font color="#777">'; window.feedFailed=function(x,bundle) { try { bundle.status.innerHTML+=greyFont+'failed: '+x.statusText + '</font> → <span style="color:#777">'; window.feedFailed=function(x,b...
 
(10 versioni intermedie di 4 utenti non mostrate)
Riga 1:
/*
 
Importato da [[:en:User:Lupin/recent2.js]] alla versione del 26 giugno 2006:
http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js&oldid=60650074
 
This tool hits the RSS feed for recent changes every 30 seconds or so
Riga 194 ⟶ 197:
}
 
var greyFont='<fontspan colorstyle="color:#777">';
 
window.feedFailed=function(x,bundle) {
try { bundle.status.innerHTML+=greyFont+'failed: '+x.statusText + '</fontspan>'; }
catch (err) { bundle.status.innerHTML+=greyFont+'failed badly: '+err+'</font>'; }
return true;
Riga 466 ⟶ 469:
linkmaker(wikiBase + 'Discussioni utente:' + bundle.editor, 'discussioni') + ' | ' +
linkmaker(wikiBase + 'Discussioni utente:' + bundle.editor + '?action=edit' +
'&autoedit=s#$#\\n{{sub'+'st:test1-ntest|voce=' + bundle.articleTitle +
'}}%20~~' + '~~#&autosummary=YourI%20recent20tuoi%20edits20ultimi%20edit',
'avvisa') + ' | ' +
linkmaker(wikiBase + 'Speciale:Contributions/' + bundle.editor, 'contributi') + ' | ' +
Riga 719 ⟶ 722:
var line=function(a,b,c,d){ recent2.newCheckbox(a,b,c,d); recent2.controls.newline(); }
 
line('IgnoreIgnora talkle pagespagine di discussione', !recent2.show_talkpages,
function() { recent2.show_talkpages=!this.checked; }, 'talk');
line('IgnoreIgnora pagesle outsidepagine thenon articleappartenenti al namespace principale', false,
function() { recent2.hideNonArticles = this.checked; }, 'hidenonarticles');
line('AutomaticallyEspandi expandautomaticamente newgli contentaggiornamenti', recent2.autoexpand,
function() { recent2.autoexpand = this.checked; }, 'autoexpand');
line('OnlyVisualizza showsolo editsle unchangedmodifiche afterimmutate fourdopo updates4 aggiornamenti', false,
function() { recent2.delay = (this.checked) ? 4 : 0; }, 'delayby4');
line('UseUsa non-adminil rollback per i non amministratori', false,
function() { recent2.non_admin_rollback = this.checked; }, 'nonadminrollback');
line('IgnoreIgnora myle editsmie modifiche', false,
function() { recent2.ignore_my_edits = this.checked; }, 'ignoremyedits');
line('IgnoreIgnora safele pagespagine sicure', false,
function() { recent2.ignore_safe_pages = this.checked; }, 'ignoresafepages');
// line('Only show output when I ask for it', false,
Riga 741 ⟶ 744:
var b=document.createElement('input');
b.type='button';
b.value='pauseinterrompi updatesaggiornamenti';
b.onclick=function(){
b.value=(recent2.paused)?'pauseinterrompi updatesaggiornamenti':'resumeriprendi updatesaggiornamenti';
recent2.togglePaused();
}
Riga 788 ⟶ 791:
}
// re-render the title and accesskeys from existing code in wikibits.js
//akeytt(); //rimosso, non funziona più
return li;
}