Usuario:BN.92/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/User: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/Special:PáginasPorPrefijo/user:BN.92","Subpáginas");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/User:BN.92/Proyectos","Proyectos");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Vandalismo","Vandalismo");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Inciconcurso","Inciconcurso");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Ciclos temáticos","Ciclos");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Agenda","Agenda");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Foro:Forúnculo","Forúnculo");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Foro:Offtopic","Offtopic");
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:VPD/Locales","VPDL");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:VPI","VPI");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Escritor e Inciclopedista del mes","VPEIN");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Retos","Retos");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Retos/Votaciones","VPR");
mf.otroenlace (1, "http://" + location.hostname + "/wiki/Inciclopedia:Pruebas","Pruebas");
 
/*</nowiki></pre>
 
=== Todas las wikis === 

<pre><nowiki>*/
 
mf.otroenlace (0, "http://" + location.hostname + "/wiki/User:" + wgUserName + "/" + skin + ".js", skin + ".js");
mf.otroenlace (0, "http://" + location.hostname + "/wiki/User:" + wgUserName + "/" + skin + ".css", skin + ".css");
 
//</nowiki></pre>