MediaWiki:Gadget-LiveRC 1x.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
semi-rv
prova2
Riga 11:
}
 
function window.LiveRC_getSiteCustom(){=LiveRC_getSiteCustom;
window.LiveRC_getSiteCustom=function(){
// Here comes the configuration
try{
Riga 78 ⟶ 79:
// We insert the argument too. This is unusable on it.wiki
// lstBando = new Array();
//window.lstBando = [
// { template: "W" , string: "W" , withDate: "$month $year" },
Riga 166 ⟶ 167:
LiveRC_DeleteExtension("InstallAndConfigLiveRCExtension");
 
var MyExtensionwindow.lrcExtensions = new Object();[
{
MyExtension["name"] = "InserisciTemplate";
MyExtension[ "name":"InserisciTemplate",
"url"] = :"//it.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC_1x.js/InserisciTemplate.js";,
MyExtension[ "desc"] = :"Inserisce un template di avviso in cima alla voce";,
MyExtension[ "neededright"] =: "";
}
LiveRC_AddNewExtension(MyExtension);
];
}catch(e){ }
};
 
//</source>