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

Contenuto cancellato Contenuto aggiunto
m correzioni
traduzione
Riga 433:
' (' + linkmaker(bundle.article+'?action=history', 'hist') + ')' +
' ' + linkmaker(bundle.article, bundle.articleTitle) +
( bundle.badWord ? ' matchedtrovata <b>' + bundle.badWord + '</b> . . ' : ' . . ') +
linkmaker(wikiBase + 'Utente:' + bundle.editor, bundle.editor) + ' (' +
linkmaker(wikiBase + 'Discussione utente:' + bundle.editor, 'talk') + ' | ' +
Riga 618:
var bundle=window.bundles[id];
if (!div.innerHTML) div.innerHTML= ( bundle.badDiffFragment ? bundle.badDiffFragment:'') + bundle.diff;
if ((force && state==true) || (!force && div.style.display=='none')) { div.style.display='inline'; lk.innerHTML='hidenascondi detailsdettagli'; }
else { div.style.display='none'; lk.innerHTML='showmostra detailsdettagli'; }
 
}