Utente:Dimitrij Kasev/LiveRCparam.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC |
LiveRC : Personalizzazione per LiveRC |
||
Riga 19:
try{
addCustomOption("User_REGISTRED", false);▼
addCustomOption("User_NEWBIE", false);
addCustomOption("Log_newusers", false);
▲ addCustomOption("User_REGISTRED", false);
}catch(e){ }
Riga 51:
try{
Custom_lstAverto = [
{ 'template' : 'Test' , 'string' : 'Test' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
{ 'template' : 'Test2' , 'string' : 'Test2' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
Riga 77:
{ 'template' : 'Anteprima' , 'string' : 'VisualizzaAnteprima' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
{ 'template' : 'Loggati' , 'string' : 'Loggati' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
{ 'template' : 'Non enciclopedico' , 'string' : 'Non enciclopedico' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
{ 'template' : 'NoWebHost' , 'string' : 'NonèHosting/Social' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true }
]
}catch(e){ }
|