Diferencia entre revisiones de «Usuario:Chixpy/IMBS3/misenlaces.js»

De Inciclopedia
Ir a la navegación Ir a la búsqueda
(Añado los dos enlaces nuevos al javascript y css de usuario global para todas las wikis de wikia)
Sin resumen de edición
Línea 32: Línea 32:
 
mf.otroenlace (0, wgServer + "/wiki/Usuario:" + wgUserName + "/" + skin + ".js", skin + ".js");
 
mf.otroenlace (0, wgServer + "/wiki/Usuario:" + wgUserName + "/" + skin + ".js", skin + ".js");
 
mf.otroenlace (0, wgServer + "/wiki/Usuario:" + wgUserName + "/" + skin + ".css", skin + ".css");
 
mf.otroenlace (0, wgServer + "/wiki/Usuario:" + wgUserName + "/" + skin + ".css", skin + ".css");
  +
mf.otroenlace (0, wgServer + "/wiki/special:Protectsite", "Protección global");
 
//</nowiki></pre>
 
//</nowiki></pre>

Revisión del 12:53 14 oct 2008

/*
* 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, "http://www.wikia.com/wiki/User:" + wgUserName + "/global.js", "global.js");
mf.otroenlace (0, "http://www.wikia.com/wiki/User:" + wgUserName + "/global.css", "global.css");
mf.otroenlace (0, wgServer  + "/wiki/Usuario:" + wgUserName + "/" + skin + ".js", skin + ".js");
mf.otroenlace (0, wgServer  + "/wiki/Usuario:" + wgUserName + "/" + skin + ".css", skin + ".css");
mf.otroenlace (0, wgServer  + "/wiki/special:Protectsite", "Protección global");
//</nowiki></pre>