Utente:Dimitrij Kasev/LiveRCparam.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
LiveRC : Personnalisation pour LiveRC
LiveRC : Personnalisation pour LiveRC
Riga 7:
window.LiveRC_getUserCustom = function(){
lrcDisplayDebug('getUserCustom');
 
 
// -- Parametri LiveRC --
 
try{
addCustomParam("SandboxPage", 'Wikipedia:Sandbox');
addCustomParam("TchatChannel", '#wikipedia-it-liverc');
}catch(e){ }
 
 
Riga 12 ⟶ 20:
 
try{
defineCustomWarningTemplates([
Custom_lstAverto = [
{ 'template' : 'Test' , 'string' : 'Test' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
{ 'template' : 'Test2' , 'string' : 'Test2' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
Riga 33 ⟶ 41:
{ 'template' : 'Grazie2' , 'string' : 'Grazie2' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : true },
{ 'template' : 'Avviso sport futuro' , 'string' : 'Avviso sport futuro' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false }
]);
}catch(e){ }