Difference between revisions 63701038 and 69045112 on itwiki

/*
==LiveWP==
*Documentation : [[:fr:User:EDUCA33E/LiveRC/Documentation]]
*Authors : [[:fr:User:EDUCA33E]] & [[:fr:User:TiChou]]
*Version: 0.3.4 (beta)

// ///////////////////////////////////// //
== Global variables / Variables globales ==
(contracted; show full)  { state: BLANKING  , regex: /^Pagina svuotata completamente/ },
  { state: REPLACED  , regex: /^Pagina sostituita con/ },
  { state: REVERT    , regex: /^LiveRC : Annullata la modifica|[Aa]nnullata la modifica|[Aa]nnullate le modifiche|[Aa]nnullata\]\] la modifica/ }
];

// Categories test table (regexp format);
var categoriestests = [
  { state: LOCK      , regex: '
Pagine semiprotet.*protett[i|e] parzialmente$' },
  { state: FULLLOCK  , regex: 'Pagine .*protette[i|e]$' },
  { state: HOMONYMIE , regex: 'Disambigua' },
  { state: ADQ       , regex: 'Voci in vetrina' },
  { state: COPYRIGHT , regex: 'Sospette violazioni di copyright' },
  { state: PAS       , regex: 'Avvisi di cancellazione' }
];

// LiveRC default template use;
(contracted; show full)
  { template: "Attacco" , string: "Attacco" , hasPage: true },
  { template: "ProposteCommenti" , string: "ProposteCommenti" , hasPage: true },
  { template: "TempoRelativo" , string: "TempoRelativo" , hasPage: true },
  { template: "RimozioneContenuti" , string: "RimozioneContenuti" , hasPage: true },
  { template: "Firmati" , string: "Firmati" , hasPage: false }
];

/* </pre> */