Utente:Superpes15/LiveRCparam.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC
LiveRC : Personalizzazione per LiveRC
Riga 19:
 
try{
Custom_lstAverto = [
defineCustomWarningTemplates([
{ 'template' : 'Test' , 'string' : 'Test' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Vandalismo' , 'string' : 'Vandalismo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
Riga 55:
{ 'template' : 'Avviso evento futuro' , 'string' : 'Evento futuro' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'InserimentoImmagini' , 'string' : 'Inserimento immagini' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'AvvisoW' , 'string' : 'Avviso WWE futuro' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Pagina utente promozionale' , 'string' : 'Pagina utente promozionale' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
]);
{ 'template' : 'AiutoOL' , 'string' : 'AiutoOL (over wikilinking)' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Non hai firmato' , 'string' : 'Non hai firmato' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Sii audace' , 'string' : 'Sii audace' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : true }
]);
}catch(e){ }