Utente:Superpes15/LiveRCparam.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC |
LiveRC : Personalizzazione per LiveRC |
||
Riga 19:
try{
defineCustomWarningTemplates([
{ 'template' : 'Test' , 'string' : 'Test' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Vandalismo' , 'string' : 'Vandalismo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
Riga 54:
{ 'template' : 'Non enciclopedico' , 'string' : 'Non enciclopedico' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Avviso evento futuro' , 'string' : 'Evento futuro' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true }
]);
}catch(e){ }
Riga 63:
LiveRC_Config['UsedLiveRCExtensions'] = [
'ToolbarExtension', // Aggiunge una toolbar durante la modifica.
'InserisciTemplate' // Inserisce un template di avviso in cima alla voce
];
|