Utente:Superpes15/LiveRCparam.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC |
Processo di rinomina OTRS -> VRTS, Phab:T280392 |
||
(Una versione intermedia di un altro utente non mostrate) | |||
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 },
{ 'template' : 'IP Vandalismo' , 'string' : 'IP Vandalismo' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
{ 'template' : 'Avvisocopyviol' , 'string' : 'Violazione di copyright' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Avvisocopyviol|
{ 'template' : 'Spam' , 'string' : 'Spam' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Promozionale' , 'string' : 'Promozionale' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : true },
Line 62 ⟶ 55:
{ 'template' : 'No sandbox in pagina utente' , 'string' : 'No sandbox in pagina utente' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : true },
{ 'template' : 'Svuotamento talk' , 'string' : 'Svuotamento talk' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : true }
]);
}catch(e){ }
|