MediaWiki:Gadget-toolbar-buttons.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nuovo accessorio |
m spostati problematico e vandalo in tab "Altro" |
||
Riga 595:
format: function ( params ) {
return '|giorno={{subst:CURRENTDAY}}|mese={{subst:CURRENTMONTHNAME}}|anno={{subst:CURRENTYEAR}}';
}▼
}▼
},▼
{▼
id: 'Problematico',▼
icon: '//upload.wikimedia.org/wikipedia/commons/e/e1/Button_problematic.png',▼
template: {▼
name: 'Problematico',▼
params: {▼
utente: {▼
type: 'textbox',▼
label: 'Utente'▼
}▼
},▼
format: function ( params ) {▼
return '|' + params.utente;▼
}▼
}▼
},▼
{▼
id: 'Vandalo',▼
icon: '//upload.wikimedia.org/wikipedia/commons/6/64/Wiki_vand.gif',▼
template: {▼
name: 'Vandalo',▼
params: {▼
utente: {▼
type: 'textbox',▼
label: 'Utente'▼
}▼
},▼
format: function ( params ) {▼
return '|' + params.utente;▼
}
}
Riga 1 040 ⟶ 1 008:
} );
return ret;
▲ }
▲ }
▲ },
▲ {
▲ id: 'Problematico',
▲ icon: '//upload.wikimedia.org/wikipedia/commons/e/e1/Button_problematic.png',
▲ template: {
▲ name: 'Problematico',
▲ params: {
▲ utente: {
▲ type: 'textbox',
▲ label: 'Utente'
▲ }
▲ },
▲ format: function ( params ) {
▲ return '|' + params.utente;
▲ }
▲ }
▲ },
▲ {
▲ id: 'Vandalo',
▲ icon: '//upload.wikimedia.org/wikipedia/commons/6/64/Wiki_vand.gif',
▲ template: {
▲ name: 'Vandalo',
▲ params: {
▲ utente: {
▲ type: 'textbox',
▲ label: 'Utente'
▲ }
▲ },
▲ format: function ( params ) {
▲ return '|' + params.utente;
}
}
|