Utente:Superpes15/LiveRCparam.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
LiveRC : Personalizzazione per LiveRC |
Processo di rinomina OTRS -> VRTS, Phab:T280392 |
||
(2 versioni intermedie 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 59 ⟶ 52:
{ '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 },
{ '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){ }
|