Wikibooks:Monobook.js/recent2.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m aggiornamento alla versione 1212062020
m traduzione
Riga 719:
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,