Utente:Valcio/Script/AvvisoRiduzioneBozza.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
fix
Arb -> Asb
 
Riga 56:
function buildForm( username, title, reason ) {
var fieldset = new OO.ui.FieldsetLayout( {
label: $( '<span>Aggiungi ' + getLinkTpl( 'ArbAsb' ) + ' nella talk dell\'utente '+username+'</span>' ),
classes: [ 'gb-container' ]
} );
Riga 68:
classes: [ 'gb-container-button' ]
} ).on( 'click', function () {
newSection( 'Discussioni utente:' + username, '{{ArbAsb|voce='+title+'|motivo='+reason+'|arg1=|arg2=}} --~~~~', 'preferences', function () {
OO.ui.alert( 'Avviso aggiunto con successo.' );
} );