a ver si se ve....

Header

From Wiskipedia

(Difference between revisions)
Line 19: Line 19:
   //Feel free to add your javascript code here.
   //Feel free to add your javascript code here.
  </script>
  </script>
-
 
-
==Ayudas emergentes y atajos de teclado==
 
-
Esta sección contiene las traducciones de los mensejes emergentes en los links de los menús.
 
-
 
-
A su vez también define la tecla que se debe usar junto con la tecla ALT para acceder a esas páginas.
 
-
 
-
En algunos exploradores usan otra tecla especial para ello: por ejemplo el SeaMonkey usa MAYS+ALT+la tecla correspondiente.
 
-
<pre><nowiki> */
 
-
ta = new Object();
 
-
ta['pt-userpage'] = new Array('.','Mi página de usuario');
 
-
ta['pt-anonuserpage'] = new Array('.','La página de usuario de la IP desde la que editas');
 
-
ta['pt-mytalk'] = new Array('n','Mi página de discusión');
 
-
ta['pt-anontalk'] = new Array('n','Discusión sobre ediciones hechas desde esta dirección IP');
 
-
ta['pt-preferences'] = new Array('','Mis preferencias');
 
-
ta['pt-watchlist'] = new Array('l','La lista de páginas para las que estás vigilando los cambios');
 
-
ta['pt-mycontris'] = new Array('y','Lista de mis contribuciones');
 
-
ta['pt-login'] = new Array('o','Te animamos a registrarte, aunque no es obligatorio');
 
-
ta['pt-anonlogin'] = new Array('o','Te animamos a registrarte, aunque no es obligatorio');
 
-
ta['pt-logout'] = new Array('o','Salir de la sesión');
 
-
ta['ca-talk'] = new Array('t','Discusión acerca del artículo');
 
-
ta['ca-edit'] = new Array('e','Puedes editar esta página. Por favor, usa el botón de previsualización antes de grabar.');
 
-
ta['ca-addsection'] = new Array('+','Añade un comentario a esta discusión');
 
-
ta['ca-viewsource'] = new Array('e','Esta página está protegida, sólo puedes ver su código fuente');
 
-
ta['ca-history'] = new Array('h','Versiones anteriores de esta página y sus autores');
 
-
ta['ca-protect'] = new Array('=','Proteger esta página');
 
-
ta['ca-delete'] = new Array('d','Borrar esta página');
 
-
ta['ca-undelete'] = new Array('d','Restaurar las ediciones hechas a esta página antes de que fuese borrada');
 
-
ta['ca-move'] = new Array('m','Trasladar (renombrar) esta página');
 
-
ta['ca-watch'] = new Array('w','Añadir esta página a tu lista de seguimiento');
 
-
ta['ca-unwatch'] = new Array('w','Borrar esta página de tu lista de seguimiento');
 
-
ta['search'] = new Array('f','Buscar en este wiki');
 
-
ta['p-logo'] = new Array('','Portada');
 
-
ta['n-mainpage'] = new Array('z','Visitar la Portada');
 
-
ta['n-portal'] = new Array('','Acerca del proyecto, qué puedes hacer, dónde encontrar información');
 
-
ta['n-currentevents'] = new Array('','Información de contexto sobre acontecimientos actuales');
 
-
ta['n-recentchanges'] = new Array('r','La lista de cambios recientes en el wiki');
 
-
ta['n-randompage'] = new Array('x','Cargar una página aleatoriamente');
 
-
ta['n-help'] = new Array('','El lugar para aprender');
 
-
ta['n-sitesupport'] = new Array('','Respáldanos');
 
-
ta['t-whatlinkshere'] = new Array('j','Lista de todas las páginas del wiki que enlazan con ésta');
 
-
ta['t-recentchangeslinked'] = new Array('k','Cambios recientes en las páginas que enlazan con esta otra');
 
-
ta['feed-rss'] = new Array('','Sindicación RSS de esta página');
 
-
ta['feed-atom'] = new Array('','Sindicación Atom de esta página');
 
-
ta['t-contributions'] = new Array('','Ver la lista de contribuciones de este usuario');
 
-
ta['t-emailuser'] = new Array('','Enviar un mensaje de correo a este usuario');
 
-
ta['t-upload'] = new Array('u','Subir imágenes o archivos multimedia');
 
-
ta['t-specialpages'] = new Array('q','Lista de todas las páginas especiales');
 
-
ta['ca-nstab-main'] = new Array('c','Ver el artículo');
 
-
ta['ca-nstab-user'] = new Array('c','Ver la página de usuario');
 
-
ta['ca-nstab-media'] = new Array('c','Ver la página de multimedia');
 
-
ta['ca-nstab-special'] = new Array('','Esta es una página especial, no se puede editar la página en sí');
 
-
ta['ca-nstab-wp'] = new Array('a','Ver la página de proyecto');
 
-
ta['ca-nstab-image'] = new Array('c','Ver la página de la imagen');
 
-
ta['ca-nstab-mediawiki'] = new Array('c','Ver el mensaje de sistema');
 
-
ta['ca-nstab-template'] = new Array('c','Ver la plantilla');
 
-
ta['ca-nstab-help'] = new Array('c','Ver la página de ayuda');
 
-
ta['ca-nstab-category'] = new Array('c','Ver la página de categoría');
 
-
ta['ca-nstab-forum'] = new Array('c','View the forum page');
 
-
/*</nowiki></pre>
 
-
 
-
==Botones adicionales==
 
-
<pre><nowiki>*/
 
-
 
-
if (mwCustomEditButtons) {
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/3/35/Bot%C3%B3n_Super%C3%ADndice.png",
 
-
    "speedTip": "Superíndice",
 
-
    "tagOpen": "<sup>",
 
-
    "tagClose": "</sup>",
 
-
    "sampleText": "superíndice"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/b/bd/Bot%C3%B3n_Sub%C3%ADndice.png",
 
-
    "speedTip": "Subíndice",
 
-
    "tagOpen": "<sub>",
 
-
    "tagClose": "</sub>",
 
-
    "sampleText": "subíndice"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/8/83/Bot%C3%B3n_C%C3%B3digofuente.png",
 
-
    "speedTip": "Código fuente",
 
-
    "tagOpen": "<code><nowiki>",
 
-
    "tagClose": "</"+ "nowiki></code>",
 
-
    "sampleText": "código fuente"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/4/49/Bot%C3%B3n_plantilla.png",
 
-
    "speedTip": "Plantillas",
 
-
    "tagOpen": "{{",
 
-
    "tagClose": "}}",
 
-
    "sampleText": "plantilla"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/4/43/Enlace_a_usuario.png",
 
-
    "speedTip": "Enlace a usuario",
 
-
    "tagOpen": "[[user:",
 
-
    "tagClose": "|]]",
 
-
    "sampleText": "usuario"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/6/64/Bot%C3%B3n_categor%C3%ADa.png",
 
-
    "speedTip": "Categoría",
 
-
    "tagOpen": "[[Category:",
 
-
    "tagClose": "|{" + "{PAGENAME}}]]",
 
-
    "sampleText": "Nombre categoría"};
 
-
 
-
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
-
    "imageFile": "http://images.wikia.com/inciclopedia/images/7/7a/Bot%C3%B3n_tablas.png",
 
-
    "speedTip": "Insertar tabla",
 
-
    "tagOpen": '{| {' + '{tablabonita|alineacion=col1izq col2cen col3der|}}\
 
-
|-\
 
-
',
 
-
    "tagClose": "\
 
-
|}",
 
-
    "sampleText": "!| encabezado 1\
 
-
!| encabezado 2\
 
-
!| encabezado 3\
 
-
|-\
 
-
|| fila 1, columna 1\
 
-
|| fila 1, columna 2\
 
-
|| fila 1, columna 3\
 
-
|-\
 
-
|| fila 2, columna 1\
 
-
|| fila 2, columna 2\
 
-
|| fila 2, columna 3"};
 
-
}
 
-
/*</nowiki></pre>
 
-
 
-
== Cambio de CSS o JS en ciertas páginas ==
 
-
 
-
Instrucciones para añadir a una página un CSS o JS específico:
 
-
 
-
Añade a la lista siguiente la página que hay que cambiar comillas incluidas:
 
-
<code><nowiki>"<Nombre del espacio>:<Nombre página>": "<Nombre skin>",</nowiki></code>
 
-
 
-
<big>'''Atención:  LAS Ã�LTIMAS DE LA LISTAS NO TIENEN COMA AL FINAL'''</big>
 
-
 
-
*'''<Nombre del espacio>:<Nombre página>''': Es el nombre completo de la página SIN sustituir los espacios por caracteres de subrayado.
 
-
*'''<Nombre skin>''': Se trata del nombre un archivo MediaWiki:Skin/<Nombre skin> que contiene es CSS o el JS dependiendo del arraycon las modificaciones. En caso de ser vacio ("") entonces <Nombre skin> = <Nombre del espacio>:<Nombre página>
 
-
 
-
Si no existe <code><nowiki>MediaWiki:Skin/<Nombre skin>.css</nowiki></code> (o js) simplemente crealó y modifícalo.
 
-
<pre><nowiki>*/
 
-
SkinPersonalidadas = {
 
-
    "AAAAAAAAA!": "Aaaa.css", 
 
-
    "Breve":"Breve.css",
 
-
    "Desorden": "Desorden.css",
 
-
    "Escribir borracho":"Borracho.css",
 
-
    "Huevo":"Huevo.css",
 
-
    "Inciclopedia:Portada AAAAAAAAA": "Aaaa.css", 
 
-
    "Inciclopedia:Portal Perú": "Perú.css",
 
-
    "Perú": "Perú.css",
 
-
    "Pereza": "Pereza.css",
 
-
    "Sèver lA": "Revés.css",
 
-
    "Vacío": "Vacío.css",
 
-
    "Créditos": "Créditos.css",
 
-
    "Inciclopedia:Portada Navidad": "PortadaNavidad.css",
 
-
    "Inciclopedia:Portada Segunda Guerra Mundial": "Portada2ndaGuerra.css",
 
-
    "McDonald's": "mcdonalds.css",
 
-
    "Nuevas Siete Maravillas del Mundo": "Maravillas.css",
 
-
    "Portada": "Portada.css",
 
-
    "Usuario:Games Fan": "gamesfan.css"
 
-
 
-
/*  EL Ã�LTIMO NO LLEVA COMA AL FINAL  */
 
-
}
 
-
 
-
JSPersonalidados = {
 
-
    "Portada": "",
 
-
    "Créditos": "Créditos.js",
 
-
    "Marihuana": "Marihuana.js"
 
-
 
-
/*  EL Ã�LTIMO NO LLEVA COMA AL FINAL  */
 
-
}
 
-
 
-
var re = RegExp("(.*) - Inciclopedia");
 
-
var matches = re.exec(document.title);
 
-
var skinName;
 
-
 
-
if (matches) {
 
-
    if (SkinPersonalidadas[matches[1]] != undefined) {
 
-
        skinName = (SkinPersonalidadas[matches[1]].length > 0) ? SkinPersonalidadas[matches[1]] : matches[1] +
 
-
                  '.css';
 
-
        document.write('<style type="text/css">/*<![CDATA[*/ @import "/index.php?title=MediaWiki:Skin/' +
 
-
                        skinName + '&action=raw&ctype=text/css"; /*]]>*/</style>');
 
-
    }
 
-
 
-
    if (JSPersonalidados[matches[1]] != undefined) {
 
-
        skinName = (JSPersonalidados[matches[1]].length > 0) ? JSPersonalidados[matches[1]] : matches[1] +
 
-
                  '.js';
 
-
        document.write('<'+'script src="http://inciclopedia.wikia.com/index.php?'
 
-
                      +  'title=MediaWiki:Skin/' + skinName
 
-
                      +  '&action=raw&ctype=text/javascript&dontcountme=s'
 
-
                      +  '"><'+'/script>');       
 
-
    }
 
-
}
 
-
 
-
/*</nowiki></pre>
 
-
 
-
==Código para plegado/desplegado de bloques==
 
-
Traido de [[wikipedia:es:mediwiki:common.js]].
 
-
 
-
Modificado por Chixpy en [[w:c:videojuego:mediawiki:monobook.js]] para su correcto funcionamiento en Wikia.
 
-
 
-
Plantillas que hacen uso de este código: [[plantilla:Desplegable]]
 
-
 
-
=== Prerequisitos: ===
 
-
'''NavigationBarShowDefault''' -> Si hay más de este número de desplegables ocultar todas automáticamente.
 
-
<pre><nowiki>*/
 
-
  var NavigationBarHide = '[Ocultar]';
 
-
  var NavigationBarShow = '[Mostrar]';
 
-
/*</nowiki></pre>
 
-
 
-
=== Código: ===
 
-
<pre><nowiki>*/
 
-
 
-
function toggleNavigationBar(indexNavigationBar)
 
-
{
 
-
    var NavToggle = document.getElementById("NavToggle" + indexNavigationBar);
 
-
    var NavFrame = document.getElementById("NavFrame" + indexNavigationBar);
 
-
 
-
    if (!NavFrame || !NavToggle) {
 
-
        return false;
 
-
    }
 
-
 
-
    // if shown now
 
-
    if (NavToggle.firstChild.data == NavigationBarHide) {
 
-
        for (
 
-
                var NavChild = NavFrame.firstChild;
 
-
                NavChild != null;
 
-
                NavChild = NavChild.nextSibling
 
-
            ) {
 
-
            if (NavChild.className == 'NavPic') {
 
-
                NavChild.style.display = 'none';
 
-
            }
 
-
            if (NavChild.className == 'NavContent') {
 
-
                NavChild.style.display = 'none';
 
-
            }
 
-
            if (NavChild.className == 'NavToggle') {
 
-
                NavChild.firstChild.data = NavigationBarShow;
 
-
            }
 
-
        }
 
-
 
-
    // if hidden now
 
-
    } else if (NavToggle.firstChild.data == NavigationBarShow) {
 
-
        for (
 
-
                var NavChild = NavFrame.firstChild;
 
-
                NavChild != null;
 
-
                NavChild = NavChild.nextSibling
 
-
            ) {
 
-
            if (NavChild.className == 'NavPic') {
 
-
                NavChild.style.display = 'block';
 
-
            }
 
-
            if (NavChild.className == 'NavContent') {
 
-
                NavChild.style.display = 'block';
 
-
            }
 
-
            if (NavChild.className == 'NavToggle') {
 
-
                NavChild.firstChild.data = NavigationBarHide;
 
-
            }
 
-
        }
 
-
    }
 
-
}
 
-
 
-
// adds show/hide-button to navigation bars
 
-
function createNavigationBarToggleButton()
 
-
{
 
-
    var indexNavigationBar = 0;
 
-
    // iterate over all <div>-elements
 
-
    for(
 
-
            var i=0;
 
-
            NavFrame = document.getElementsByTagName("div")[i];
 
-
            i++
 
-
        ) {
 
-
        // if found a navigation bar
 
-
        if (NavFrame.className == "NavFrame") {
 
-
 
-
            indexNavigationBar++;
 
-
            var NavToggle = document.createElement("a");
 
-
            NavToggle.className = 'NavToggle';
 
-
            NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar);
 
-
            NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');');
 
-
 
-
            var NavToggleText = document.createTextNode( NavigationBarShow );
 
-
            NavToggle.appendChild(NavToggleText);
 
-
 
-
            // add NavToggle-Button as first div-element
 
-
            // in <div class="NavFrame">
 
-
            NavFrame.insertBefore(
 
-
                NavToggle,
 
-
                NavFrame.firstChild
 
-
            );
 
-
            NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar);
 
-
        }
 
-
    }
 
-
 
-
    //Plegamos todas....
 
-
        for(
 
-
                var i=1;
 
-
                i<=indexNavigationBar;
 
-
                i++
 
-
        ) {
 
-
            toggleNavigationBar(i);
 
-
            toggleNavigationBar(i);
 
-
        } 
 
-
}
 
-
 
-
addLoadEvent(createNavigationBarToggleButton);
 
-
 
-
/* </nowiki></pre>
 
-
 
-
== Nombre del Usuario ==
 
-
Inserta el nombre del usuario donde esté <code><nowiki><span class="insertusername"></span></nowiki></code> o la [[Plantilla:NOMBREUSUARIO]]
 
-
 
-
Corregida por [[user:Ciencia Al Poder|Ciencia Al Poder]], para que funcione correctamente usando ''class=''.
 
-
<pre><nowiki>*/
 
-
 
-
function UserNameReplace(){
 
-
  var spans = getElementsByClassName(document, "span", "insertusername");
 
-
 
 
-
  for (var i = 0; i < spans.length; i++){
 
-
    spans[i].innerHTML = wgUserName;
 
-
  }
 
-
}
 
-
 
-
addOnloadHook(UserNameReplace);
 
-
 
-
/*</nowiki></pre>
 
-
 
-
== Redefiniciones de Comportamiento ==
 
-
=== Redefinicion de "Subir Imagen" ===
 
-
Aquí hago una redifición de la función llamada por el enlace subir imagen que hay en la barra de herramientas.
 
-
 
-
En vez de usar [[special:MiniUpload]] llama a [[special:upload]]
 
-
<pre><nowiki>*/
 
-
 
-
function specialImageUpload(tagOpen, tagClose, sampleText)
 
-
{
 
-
  // Hack: We need to know whether or not a user is logged in
 
-
  // before they can upload a file.  Therefore, to know whether or not
 
-
  // they are logged in, we can look for the "watch this" checkbox on
 
-
  // the edit page since this only appears when the user is logged in to
 
-
  // the site.  If they are not logged in, we display a message and prompt
 
-
  // to ask if they would like to log in now.  If they are logged in, we
 
-
  // open up the image upload popup window, and allow them to upload.
 
-
 
-
    // if user is not logged in
 
-
    if ( document.getElementById('wpWatchthis') == null )
 
-
      loginBeforeUpload();
 
-
    else
 
-
    {
 
-
    var re = /http:\\/\\/([^\\/]*)\\//g;
 
-
    var matches = re.exec(window.location.href);
 
-
    if ( !matches ) {
 
-
// TAH: firefox bug: have to do it twice for it to work
 
-
matches = re.exec(window.location.href);
 
-
}
 
-
var domain = matches[1];
 
-
 
-
//alert("logged in, let's open the image uploader popup: " + domain);
 
-
 
-
if (imageUploadDialog && imageUploadDialog.open && !imageUploadDialog.closed)
 
-
  imageUploadDialog.close();
 
-
 
-
    imageUploadDialog = window.open("http://" + domain + "/wiki/Special:Upload",
 
-
          "upload_file",
 
-
          "toolbar=no,location=no,top=0,left=0,menubar=0,scrollbars=yes,width=800");
 
-
    }
 
-
}
 
-
 
-
/*</nowiki></pre>
 
-
=== Redefinición de ordenación de tablas "sortable" ===
 
-
Estos ingleses se creen el centro del universo y en las tablas que se pueden ordenar reconocen el punto como símbolo decimal así que hago este apaño para que lo haga correctamente..
 
-
<pre><nowiki>*/
 
-
 
-
function ts_dateToSortKey(date) {
 
-
// y2k notes: two digit years less than 50 are treated as 20XX, greater than 50 are treated as 19XX
 
-
if (date.length == 11) {
 
-
switch (date.substr(3,3).toLowerCase()) {
 
-
case "ene": var month = "01"; break;
 
-
case "feb": var month = "02"; break;
 
-
case "mar": var month = "03"; break;
 
-
case "abr": var month = "04"; break;
 
-
case "may": var month = "05"; break;
 
-
case "jun": var month = "06"; break;
 
-
case "jul": var month = "07"; break;
 
-
case "ago": var month = "08"; break;
 
-
case "sep": var month = "09"; break;
 
-
case "oct": var month = "10"; break;
 
-
case "nov": var month = "11"; break;
 
-
case "dic": var month = "12"; break;
 
-
// default: var month = "00";
 
-
}
 
-
return date.substr(7,4)+month+date.substr(0,2);
 
-
} else if (date.length == 10) {
 
-
if (ts_europeandate == false) {
 
-
return date.substr(6,4)+date.substr(0,2)+date.substr(3,2);
 
-
} else {
 
-
return date.substr(6,4)+date.substr(3,2)+date.substr(0,2);
 
-
}
 
-
} else if (date.length == 8) {
 
-
yr = date.substr(6,2);
 
-
if (parseInt(yr) < 50) {
 
-
yr = '20'+yr;
 
-
} else {
 
-
yr = '19'+yr;
 
-
}
 
-
if (ts_europeandate == true) {
 
-
return yr+date.substr(3,2)+date.substr(0,2);
 
-
} else {
 
-
return yr+date.substr(0,2)+date.substr(3,2);
 
-
}
 
-
}
 
-
return "00000000";
 
-
}
 
-
 
-
function ts_parseFloat(num) {
 
-
  if (!num) return 0;
 
-
  num = num.replace(".", "");
 
-
  num = parseFloat(num.replace(",", "."));
 
-
  return (isNaN(num) ? 0 : num);
 
-
}
 
-
/*</nowiki></pre>
 
-
 
-
== Función de carga (no modificar) ==
 
-
<pre><nowiki>*/
 
-
 
-
function addLoadEvent(func) {
 
-
  if (window.addEventListener) {
 
-
      window.addEventListener("load", func, false);
 
-
  } else if (window.attachEvent) {
 
-
      window.attachEvent("onload", func);
 
-
  }
 
-
}
 
-
 
-
//</nowiki></pre>
 

Revision as of 18:26, 22 September 2007

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 
</style>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools