Usuario:Sebado/funcionesed.js

De Wikipedia, la enciclopedia libre

Nota: Después de guardar, debes refrescar la caché de tu navegador para ver los cambios. Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar. Firefox: mientras presionas Mayús pulsas el botón Actualizar, (o presiona Ctrl-Shift-R). Los usuarios de Google Chrome y Safari pueden simplemente pulsar el botón Recargar. Para más detalles e instrucciones acerca de otros exploradores, véase Ayuda:Cómo limpiar la caché.

//<pre><nowiki>
//Funciones desarrolladas por Axxgreazz para el [[w:es:User:Axxgreazz/Monobook-Suite]]
//de Wikipedia en español y Commons.
//Para ver las funcionalidades contenidas aquí revisa
//http://es.wikipedia.org/wiki/Usuario:Axxgreazz/Monobook-Suite

function WPPU ()
{  
   insertTags("{{subst:Usuario:Edmenb/WP:PU|~~~~}}","","");
   document.editform.wpSummary.value = "Uso de página de usuario ([[WP:PU]]) usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function infra ()
{  
   insertTags("{{artículo infraesbozo|{{subst:CURRENTDAY}}|{{subst:CURRENTMONTHNAME}}}}","","");
   document.editform.wpSummary.value = "Artículo infraesbozo usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function VECreg ()
{
   insertTags("{{subst:Reportevandalismo|Posible vándalo|Motivo de reporte|~~~~}}","","");
   document.editform.wpSummary.value = "Reporte de vándalo registrado usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
}
function VECIP ()
{
   insertTags("{{subst:ReportevandalismoIP|Posible vándalo|Motivo de reporte|~~~~}}","","");
   document.editform.wpSummary.value = "Reporte de vándalo IP usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
}
function tonteria ()
{
   insertTags("{{destruir|Tontería}}","","");
   document.editform.wpSummary.value = "destruir: Tontería usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function vanidad ()
{
   insertTags("{{destruir|[[WP:V]]}}","","");
   document.editform.wpSummary.value = "destruir: [[WP:V]] usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function firmamigos ()
{
   insertTags("~  '''[[Usuario:Sebado|Sebado]]''' [[Imagen:Flag of Argentina.svg|20px]] '''([[Imagen:Speech balloon.svg|15px]] <font style='text-decoration:blink'> [[Usuario Discusión:Sebado|mensajes]] </font>[[Imagen:Speech balloon.svg|15px]])''' {{subst:CURRENTTIME}} {{subst:CURRENTDAY}} {{subst:CURRENTMONTHABBREV}} {{subst:CURRENTYEAR}} (UTC) ","","");
    document.getElementById('editform').submit();
}
function sonrisota ()
{
   insertTags("[[Imagen:Face-grin.svg|24px]]","","");
}
function blink ()
{
   insertTags("[[Imagen:Face-wink.svg|24px]]","","");
}
function noesunforo ()
{
   insertTags("{{Noesunforo}}","","");
   document.editform.wpSummary.value = "{{Noesunforo}} usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function gritos ()
{
   insertTags("{{destruir|Gritos irrelevantes}}","","");
   document.editform.wpSummary.value = "destruir: Gritos irrelevantes usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function retirado ()
{
   insertTags("#REDIRECT [[Wikipedia:Usuario retirado]]","","");
   document.editform.wpSummary.value = "Redirigir hacia [[Wikipedia:Usuario retirado]] usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function expulsado ()
{
   insertTags("#REDIRECT [[Wikipedia:Usuario expulsado]]","","");
   document.editform.wpSummary.value = "Redirigir hacia [[Wikipedia:Usuario expulsado]] usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function titere ()
{
   insertTags("{{títere|}}","","");
   document.editform.wpSummary.value = "Usuario títere usando [[Usuario:Cobalttempest/monobook.js|Titanium Shield]]";
    document.getElementById('editform').submit();
}
function nowelcome ()
{
   insertTags("{{subst:No des bienvenidas}}~~~~","","");
    document.getElementById('editform').submit();
}

//</nowiki></pre>