Utente:Superpes15/LiveRCparam.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC Etichetta: Modifica da mobile avanzata |
LiveRC : Personalizzazione per LiveRC |
||
Riga 7:
window.LiveRC_getUserCustom = function(){
lrcDisplayDebug('getUserCustom');
Line 19 ⟶ 12:
try{
defineCustomWarningTemplates([
{ 'template' : 'Test' , 'string' : 'Test' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Vandalismo' , 'string' : 'Vandalismo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
Line 56 ⟶ 49:
{ 'template' : 'InserimentoImmagini' , 'string' : 'Inserimento immagini' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'AvvisoW' , 'string' : 'Avviso WWE futuro' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true }
]);
}catch(e){ }
|