Usuario:Chixpy/scripts/misenlaces.js

De Inciclopedia
Ir a la navegación Ir a la búsqueda

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/*
* Personalizada por Axxgreazz, para el [http://es.wikipedia.org/wiki/Usuario:Axxgreazz/Monobook-Suite Monobook-Suite]
* Modificada por Chixpy para su uso en [http://inciclopedia.wikia.com/wiki/User:Chixpy/IMBS2 Inciclopedia] (y otras wikis de wikia).

==Configurador Módulo de Búsqueda==
Si deseas desactivar alguno de los botones de búsqueda basta con agregar dos barras "//" antes de la palabra <code>mf.otroenlace</code>

===Inciclopedia===
<pre><nowiki>*/

mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Vandalismo","¡¡¡Herejes!!!");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Incinoticias","Incinoticias");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Incilibros","Incilibros");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Incitables","Incitables");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciconcurso","Inciconcurso");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Agenda","Incicloagenda");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPA","VPA");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPB","VPB");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPC","VPC");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPD","VPD");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPEIN","VPEIN");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPS","VPS");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Compis","Compis");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Pruebas","Zona de pruebas");

/*</nowiki></pre>
===Todas las wikis===
<pre><nowiki>*/
mf.otroenlace (0, wgServer + "/wiki/special:Protectsite", "Protección global");
mf.otroenlace (0, "http://" + location.hostname + "/wiki/Usuario:" + wgUserName + "/" + skin + ".js", skin + ".js");
mf.otroenlace (0, "http://" + location.hostname + "/wiki/Usuario:" + wgUserName + "/" + skin + ".css", skin + ".css");

//</nowiki></pre>