/* generated javascript */
var skin = 'hsilamot';
var stylepath = '/wiki/skins';

/* MediaWiki:Common.js */
/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios en cada carga de página. */
//<pre><nowiki>

var botonredirect = {
        "imageFile": "images/btns/Button_redirect.png",
        "speedTip": "Redirección",
        "tagOpen": "#REDIRECT [[",
        "tagClose": "]]",
        "sampleText": "Artículo"
};
mwCustomEditButtons.push(botonredirect);
var botoncomentario = {
        "imageFile": "images/btns/Button_comment.png",
        "speedTip": "Comentario",
        "tagOpen": "<!-- ",
        "tagClose": " -->",
        "sampleText": "Comentario (No se muestra al público)"
};
mwCustomEditButtons.push(botoncomentario);
var botonsublink = {
        "imageFile": "images/btns/Button_sub_link.png",
        "speedTip": "Vinulo interno, con texto alternativo",
        "tagOpen": "[[",
        "tagClose": "]]",
        "sampleText": "Artículo|Texto Alternativo"
};
mwCustomEditButtons.push(botonsublink);
var botoncita = {
        "imageFile": "images/btns/Button_latinas.png",
        "speedTip": "Marcas de Cita",
        "tagOpen": "«",
        "tagClose": "»",
        "sampleText": "Cita"
};
mwCustomEditButtons.push(botoncita);
var botontachar = {
        "imageFile": "images/btns/Button_strike.png",
        "speedTip": "Tachar",
        "tagOpen": "<s>",
        "tagClose": "</s>",
        "sampleText": "texto tachado"
};
mwCustomEditButtons.push(botontachar);
var botonplantilla = {
        "imageFile": "images/btns/Button_Template.png",
        "speedTip": "Plantilla",
        "tagOpen": "{{",
        "tagClose": "}}",
        "sampleText": "Plantilla"
};
mwCustomEditButtons.push(botonplantilla);
var botonsmall = {
        "imageFile": "images/btns/Button_small.png",
        "speedTip": "Texto Pequeño",
        "tagOpen": "<small>",
        "tagClose": "</small>",
        "sampleText": "Texto pequeño"
};
mwCustomEditButtons.push(botonsmall);
var botonbig = {
        "imageFile": "images/btns/Button_big.png",
        "speedTip": "Texto Grande",
        "tagOpen": "<big>",
        "tagClose": "</big>",
        "sampleText": "Texto grande"
};
mwCustomEditButtons.push(botonbig);
var botonpre = {
        "imageFile": "images/btns/Button_pre.png",
        "speedTip": "PRE HTML",
        "tagOpen": "<pre>",
        "tagClose": "</pre>",
        "sampleText": "Texto"
};
mwCustomEditButtons.push(botonpre);
var botoncode = {
        "imageFile": "images/btns/Button_code.png",
        "speedTip": "Código",
        "tagOpen": "<code>",
        "tagClose": "</code>",
        "sampleText": "Código"
};
mwCustomEditButtons.push(botoncode);
var botonsubrayar = {
        "imageFile": "images/btns/Button_underline.png",
        "speedTip": "Subrayar Texto",
        "tagOpen": "<u>",
        "tagClose": "</u>",
        "sampleText": "texto subrayado"
};
mwCustomEditButtons.push(botonsubrayar);
var botonsup = {
        "imageFile": "images/btns/Button_sup_letter.png",
        "speedTip": "Superíndice",
        "tagOpen": "<sup>",
        "tagClose": "</sup>",
        "sampleText": "2"
};
mwCustomEditButtons.push(botonsup);
var botonsub = {
        "imageFile": "images/btns/Button_sub_letter.png",
        "speedTip": "Subíndice",
        "tagOpen": "<sub>",
        "tagClose": "</sub>",
        "sampleText": "2"
};
mwCustomEditButtons.push(botonsub);
var botonref = {
        "imageFile": "images/btns/Button_references.png",
        "speedTip": "Referencia",
        "tagOpen": "<ref>",
        "tagClose": "</ref>",
        "sampleText": "Referencia"
};
mwCustomEditButtons.push(botonref);
var botongallery = {
        "imageFile": "images/btns/Button_gallery.png",
        "speedTip": "Galería",
        "tagOpen": "<gallery>",
        "tagClose": "</gallery>",
        "sampleText": "Image:Ejemplo.jpg"
};
mwCustomEditButtons.push(botongallery);
var botoncategory = {
        "imageFile": "images/btns/Button_category.png",
        "speedTip": "Categoría",
        "tagOpen": "[[Category:",
        "tagClose": "]]",
        "sampleText": "categoría"
};
mwCustomEditButtons.push(botoncategory);

//</nowiki></pre>

/* MediaWiki:Hsilamot.js */
