MediaWiki:Gadget-LiveRC 1x.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
prova |
||
Riga 14:
// Here comes the configuration
try{
window.lrcParams = {
"PageTitle" : "Wikipedia:LiveRC",
"TZ" : '+01:00',
};
ON_ARTICLE: "su",
MWGeneralConfigLegend: "Configurazione generale di Mediawiki",
};
window.lstAverto = [
{ 'template':'Test', 'string':'Test', 'hasPage':true, 'addName':false, 'addSectionTitle':true },
{ 'template':'Vandalismo', 'string':'Vandalismo', 'hasPage':true, 'addName':false, 'addSectionTitle':true },
Riga 75 ⟶ 79:
// We insert the argument too. This is unusable on it.wiki
lstBando = new Array();
//window.lstBando = [
// { template: "W" , string: "W" , withDate: "$month $year" },
// { template: "S" , string: "S" , withDate: "" },
Riga 81 ⟶ 85:
// ];
window.lstBlank = [
{tooltip: "copyvio" , resume: "
{tooltip: "sandbox" , resume: "sandbox" },
{tooltip: "vandalismo" , resume: "vandalismo" }
];
window.lrcRevertMessages = [
{ resume: "Sandbox" , text: "Sandbox" },
{ resume: "Vandalismo" , text: "Vandalismo" },
Riga 95 ⟶ 99:
// su it.wiki non usiamo template per richieste agli admin
window.lstReport = [
// { userright:"delete",
// text:"REPORTING_DELETION",
Riga 116 ⟶ 120:
];
window.commenttests = [
{ state: "REVERT" , icon:"RevertIcon", class:"RcRevert", regex: /LiveRC : Annullata la modifica|[Aa]nnullata la modifica|[Aa]nnullate le modifiche|[Aa]nnullata\]\] la modifica|Ripristino alla versione /, hide:false},
{ state: "BLANKING" , icon:"BlankingIcon", class:"RcBlanking", regex: /Pagina svuotata completamente/ , hide:false},
Riga 128 ⟶ 132:
];
window.templatestests = [
{ state: "PORTAIL" , icon:"" , class:"RcPortail" , template: "Portale" },
{ state: "RECENT" , icon:"RecentIcon" , class:"RcRecent" , template: "Recentismo" },
Riga 139 ⟶ 143:
];
window.categoriestests = [
{ state: "ADQ" , icon:"AdQIcon" , class:"RcADQ", regex: /Voci in vetrina - /},
{ state: "BA" , icon:"BAIcon" , class:"RcBA", regex: /Voci di qualità - /},
Riga 148 ⟶ 152:
// su it.wiki, al momento, non abbiamo questo genere di categorie
// window.watchCategories = [
// { state: "SCOLARIP" , icon:"ScolarIPIcon" , class:"RcScolarIP", category: "Indirizzi IP scolastici"},
// { state: "SHAREDIP" , icon:"SharedIPIcon" , class:"RcSharedIP", category: "Indirizzi IP condivisi"},
Riga 162 ⟶ 166:
LiveRC_DeleteExtension("InstallAndConfigLiveRCExtension");
window.lrcExtensions = [
{
"url" }
];
}catch(e){ }
}
|