Usuari:Coet/scripts/flotants.js

Nota: Després de desar, heu de netejar la memòria cau del navegador per veure els canvis. En la majoria de navegadors amb Windows o Linux, premeu Ctrl+F5 o bé premeu Shift i cliqueu el botó "Actualitza" (Ctrl i "Actualitza" amb Internet Explorer). Vegeu més informació i instruccions per a cada navegador a Viquipèdia:Neteja de la memòria cau.

//<pre><nowiki>
//Personalizada por Axxgreazz, para el [[w:es:User:Axxgreazz/Monobook-Suite]]
//http://es.wikipedia.org/wiki/Usuario:Axxgreazz/Monobook-Suite


/******************* Configurador de Botonera flotante ***************************/
/* Si deseas desactivar alguno de los botones de la botonera flotante            */
/* basta con agregar dos barras "//" antes de la palabra otro_boton              */
/*********************************************************************************/

/*
mf.otroflotante (0, "<div style=\"background-color:#4169E1;color:#87CEFA\">G</div>", "Guardar", "guardar","");
mf.otroflotante (0, "<div style=\"background-color:#4169E1;color:#87CEFA\">P</div>", "Previsualizar", "preview","");
mf.otroflotante (0, "Sr", "Buscar", "srShowHide", "");
mf.otroflotante (0, "aA", "Cambiar mayúsculas-minúsculas", "srToggleCase", "");
mf.otroflotante (0, "AC", "Aviso de copyvio", "avisocopyvio", "");
mf.otroflotante (0, "<div style=\"background:#FF8A6C;color:#ffd700\">AP</div>", "Prueba de usuario", "avisousuario","");
mf.otroflotante (0, "BU", "Bienvenida", "bienvenido_usuario", "");
mf.otroflotante (0, "NF", "No firmado", "nofirmado", "");
mf.otroflotante (0, "<img src=http://es.wikipedia.org/style/images/button_sig.png>", "Mi firma", "firma", "padding:0; width:20px; height:18px; ");
mf.otroflotante (0, "<code style=\"background:yellow\">:\)</code>", "WEI", "emoticon", "background:yellow");
mf.otroflotante (0, "—>", "Redirección", "redireccionar", "");
mf.otroflotante (0, "CAT:", "Categorizar", "category","");
mf.otroflotante (0, "<div style=\"background-color:#e1eaee\">[CB]</div>", "Consulta de borrado", "consultaborrar", "");
mf.otroflotante (0, "<div style=\"background-color:#e1eaee\">[B]</div>", "Aviso borrar", "avisoborrar", "");
mf.otroflotante (0, "<div style=\"background-color:#e1eaee\">[AB]</div>", "Archivar consulta de borrado", "archivoborrar", "");
mf.otroflotante (0, "<div style=\"background-color:#e1eaee\">[+]</div>", "Anular voto", "votonulo", "");
mf.otroflotante (0, "<div style=\"background-color:#FFFAF0 \">[C]</div>", "Contextualizar", "contextualizar", "");
mf.otroflotante (0, "<div style=\"background-color:#FFFAF0 \">[S]</div>", "Sin Relevancia", "sinrelevancia", "");
mf.otroflotante (0, "><", "Fusionar", "fusionar", "");
mf.otroflotante (0, "©", "Alerta de copyright", "copyvio", "font-size:100%; vertical-align:top");
mf.otroflotante (0, "U", "Usuario", "usuario", "");
mf.otroflotante (0, "UD", "Usuario Discusión", "usuario2", "");
mf.otroflotante (0, "<div style=\"background-color:#F0FFF0 \">min</div>", "Miniesbozo", "miniesbozo","");
mf.otroflotante (0, "<div style=\"background-color:#F0FFF0 \">esb</div>", "Esbozo", "esbozo", "");
mf.otroflotante (0, "s", "Tachar", "tachar", "background:yellow");
mf.otroflotante (0, "c", "Comentar Texto", "ocultar", "");
mf.otroflotante (0, "IW", "número de bytes del artículo", "tamaño_articulo", "");
mf.otroflotante (0, "T", "Crear tabla", "tabla_popup", "");
*/
//</nowiki></pre>