MediaWiki:Gadget-toolbar-buttons.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
riordino pulsanti avvisivoci |
m me ne è sfuggito uno |
||
Riga 634:
}
return ret;
}▼
}▼
},▼
'Invertire': {▼
group: 'avvisivoci',▼
ns: [ 0, 4, 6, 10, 12 ],▼
hotkey: 'I',▼
icon: '//upload.wikimedia.org/wikipedia/commons/7/70/Button_fusion.png',▼
template: {▼
name: 'Spostare',▼
position: 'top',▼
params: {▼
motivo: {▼
type: 'textbox',▼
label: 'Motivazione'▼
},▼
nome: {▼
type: 'textbox',▼
label: 'Nuovo nome',▼
autocomplete: 'contribs'▼
}▼
},▼
format: function ( params ) {▼
return '|' + params.nome + '|' + params.motivo;▼
}
}
Riga 834 ⟶ 810:
icon: '//upload.wikimedia.org/wikipedia/commons/b/bd/Btn_plus.png',
text: { pre: '{{Senza fonte|', post: '}}' }
▲ },
▲ 'Invertire': {
▲ group: 'avvisivoci',
▲ ns: [ 0, 4, 6, 10, 12 ],
▲ hotkey: 'I',
▲ icon: '//upload.wikimedia.org/wikipedia/commons/7/70/Button_fusion.png',
▲ template: {
▲ name: 'Spostare',
▲ position: 'top',
▲ params: {
▲ motivo: {
▲ type: 'textbox',
▲ label: 'Motivazione'
▲ },
▲ nome: {
▲ type: 'textbox',
▲ label: 'Nuovo nome',
▲ autocomplete: 'contribs'
▲ }
▲ },
▲ format: function ( params ) {
▲ return '|' + params.nome + '|' + params.motivo;
▲ }
▲ }
},
'Tmp': {
|