//<pre>
var wikEdFollowHighlightedLinks = true;
var wikEdFrameCSS = [];
wikEdFrameCSS['.wikEdLinkName'] = 'color: hotpink; font-weight: bold;';
wikEdComboPresetOptions = [];
wikEdComboPresetOptions['summary'] = [
'super-duper mega edit', 'copyedit', 'risposta', 'nuova voce', 'modificato incipit',
'corretto wikilink', 'typo', 'rimosso spam', 'rollback',
'vandalismo', 'formattazione', '{wikEdUsing}', 'aggiunta categoria'
];
var wikEdSummaryUsing = '...tramite wikEd';
// dimensione del carattere iniziale della finestra (percentuale)
var wikEdTextZoom = 130;
var nomeBot="PiziaBot";
// Elenco dei tool da caricare. NB: La stringa deve iniziare e finire con uno spazio
var myButtons = new Array([1,'<noinclude>{{Protetta}}</noinclude>','0','Protetta',0,'Pagina protetta'],[1,'{{Nonèunforum|}}','0','WNF',0,'WNF'],[2,'{{AiutoW|}}','','AiutoW',11,''],[1,'{{commento|}}','0','commento',0,'avviso commento'],[1,'[[La risposta|42]]','0','42',0,''],[1,'{{unsigned|}}','1','unsigned',0,'unsigned'],[1,'{{cambusa|1=inizio del testo cambusato con l\'autore|2=destinazione testo|3=firma}}','0','Cambusa',0,'cambusa'],[2,'{{Utente:LaPizia/Template}}','','Template Pizia',28,''],[2,'--\'\'\'\'\'[[Utente:LaPizia|<span style="font-family:Bangle; color:mediumslateblue">La</span>]][[Discussioni utente:LaPizia|<span style="font-family:Bangle; color:mediumslateblue">Pizia</span>]]\'\'\'\'\'~~~~~','','LaPizia',212,''],[1,'as','0','ciccio',0,'']);
var myLinks = new Array(['LiveRC','http://it.wikipedia.org/wiki/Wikipedia:Monobook.js/LiveRC'],['E-LiveRC','http://it.wikipedia.org/wiki/Wikipedia:Monobook.js/E-LiveRC'],['Vandalismi','http://it.wikipedia.org/wiki/Wikipedia:Vandalismi_in_corso'],['Canc imm','http://it.wikipedia.org/wiki/Categoria:Da_cancellare_subito']);
var toLoad = "ns0 lks orol tabs newp mjs mcss sand pca bot stru uec log newp whois unw allp tbar prob popup nms cmd qed since goo edt ver vpop vfol linkcomplete lrc dels elrc";
//Monobook Modulare ver.5.1.1
//Lancia il vero monobook
// Vedi [[Wikipedia:Monobook.js/MonobookCompleto.js]]
//
document.writeln('<script type="text/javascript" src="/w/index.php?title=Wikipedia:Monobook.js/MonobookCompleto.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
popupHideDelay = 0.5;
popupOnEditSelection = false;
popupFixRedirs = true;
popupRedirAutoClick = 'wpSave';
popupRedlinkRemoval = true;
popupRevertSummaryPrompt = true;
function morelinks() {
var tabs = document.getElementById('p-cactions').cloneNode(true);
// don't use the same ids twice- replace the p-cactions id and prepend 'mytabs-' to the li's
tabs.id = 'mytabs';
// needs this to be set from js, it ignores the css width for some reason
tabs.style.width = '100%';
var listitems = tabs.getElementsByTagName('LI');
for (i=0;i<listitems.length;i++) {
if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;
}
// drop them at the bottom of the content area
document.getElementById('content').appendChild(tabs);
}
if (window.addEventListener) window.addEventListener("load",morelinks,false);
else if (window.attachEvent) window.attachEvent("onload",morelinks);
//Add an "invert" button in Undeletion page (source: http://en.wikipedia.org/wiki/User:Cryptic/toggleundelete.js)
function toggle_undelete()
{
var f = document.getElementById("undelete");
if (f)
{
var inputs = f.getElementsByTagName("input");
var i;
for (i = 0; i < inputs.length; ++i)
if (inputs[i].type == "checkbox")
inputs[i].checked = !inputs[i].checked;
}
}
function setup_toggle_undelete()
{
if (document.title.indexOf("Visualizza e recupera le pagine cancellate") == 0)
{
var f = document.getElementById("undelete");
if (f)
{
var h2 = f.getElementsByTagName("h2")[0];
if (h2)
{
var button = document.createElement('input');
button.type = "button";
button.value = "Inverti";
button.setAttribute('onClick', 'toggle_undelete()');
f.insertBefore(button, h2);
}
}
}
}
addOnloadHook(setup_toggle_undelete);
//</pre>
|