//<pre>
//Fuente: http://en.wikipedia.orghttps://wiki386.com/es/Usuario:Lorian/monobook.js
//Personalizada por Axxgreazz, para el ]
//http://es.wikipedia.orghttps://wiki386.com/es/Usuario:Axxgreazz/Monobook-Suite
var Reve = 'Revert';
var Mess = 'Message';
var Warn = 'Warn';
var WarnSummary = 'Warning with';
var RevertSummary1 = 'Reverted edits by';
var RevertSummary2 = 'to last version';
var RevertSummary3 = 'by';
var RevertSummary4 = 'with';
var pagina ='';
var txt='';
// Revert tools
function getElementsByClass(searchClass,node,tag) {
// Function from http://www.dustindiaz.com/getelementsbyclass/
var classElements = new Array();
if ( node == null )
node = document;
if ( tag == null )
tag = '*';
var els = node.getElementsByTagName(tag);
var elsLen = els.length;
var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
for (i = 0, j = 0; i < elsLen; i++) {
if ( pattern.test(els.className) ) {
classElements = els;
j++;
}
}
return classElements;
}
// _GET code from NoGray JS Library http://www.nogray.com/new_site/
var _GET = new Array();
var _uri = location.href;
var _temp_get_arr = _uri.substring(_uri.indexOf('?')+1, _uri.length).split("&");
var _temp_get_arr_1 = new Array();
for(_get_arr_i=0; _get_arr_i<_temp_get_arr.length; _get_arr_i++){
_temp_get_arr_1 = _temp_get_arr.split("=");
pagina = _temp_get_arr_1;
_GET)] = decodeURI(_temp_get_arr_1);
}
delete _uri; delete _temp_get_arr; delete _temp_get_arr_1;
function getMessage (where, user1, user2, oldid)
{
var message = prompt (msStringU('Message') + ':', '');
if (message!=null)
{ window.location = 'http://'+ location.hostname + '/w/index.php?title=' +
_GET + '&action=edit&oldid=' + oldid +
'&'+where+'=2&user1='+user1+'&user2='+user2+'&message='+message;
}
}
$(function ()
{
if (typeof ms_Activa_Reversion == 'undefined') { ms_Activa_Reversion = true;}
if (!msActivarModulo(ms_Activa_Reversion)) return;
document.getElementById('contentSub').innerHTML = document.getElementById('contentSub').innerHTML + ' <br>Para artículos: '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=2">' + msStringU('Pruebas') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=1">' + msStringU('Irrelevante') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=4">' + msStringU('Auto promoción') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=5">' + msStringU('Vandalismo/Hoax') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=6">' + msStringU('Infraesbozo') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=0">' + msStringU('No enciclo') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=j">' + msStringU('Blanco') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=3">' + msStringU('Wikificar') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=7">' + msStringU('Estilo') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=8">' + msStringU('Diccionario') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=9">' + msStringU('SRA') + '</a><br> ---- <br> Para usuarios: '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=a">' + msStringU('Pruebas') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=b">' + msStringU('WP:E') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=c">' + msStringU('Estilo') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=d">' + msStringU('Spam') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=i">' + msStringU('Copyvio') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=f">' + msStringU('Blanqueo') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=e">' + msStringU('Ediciones arbitrarias') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=g">' + msStringU('Detente') + '</a> - '
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + pagina
+ '&action=edit&borrar=h">' + msStringU('Última advertencia') + '</a> '
if (location.href.match(/diff=/))
{ // Get username of submitter
var user1 = getElementsByClass('diff-otitle',null,'td');
user1 = user1.getElementsByTagName('a').innerHTML;
var user2 = getElementsByClass('diff-ntitle',null,'td');
if (user2.getElementsByTagName('a').href.indexOf ('undo=') != -1)
{ user2 = user2.getElementsByTagName('a').innerHTML; }
else
{ user2 = user2.getElementsByTagName('a').innerHTML; }
var oldid = getElementsByClass('diff-otitle',null,'td');
oldid = oldid.getElementsByTagName('a').href.split("oldid=");
var msAviTemp = '';
if (msTestMsgTL)
for (i=0; i<msTestMsgTL.length; i++)
{
if (i == msTestMsgTL.length - 1) separador = ')';
else separador = ' / ';
msAviTemp = msAviTemp
+ '<a href="http://' + location.hostname + '/w/index.php?title=User_talk:'
+ user2 + '&action=edit&warn=' + i + '&titleP=' + wgPageName.replace(/_/g , ' ')
+ '">' + msStringU(msTestMsgTL) + '</a>' + separador;
}
else msAviTemp = msStringU('This wiki project does not have user message templates') + ')';
document.getElementById('contentSub').innerHTML = '('
+ '<a href="http://' + location.hostname + '/w/index.php?title=' + _GET
+ '&action=edit&oldid=' + oldid + '&revert=1&user1=' + user1
+ '&user2=' + user2 + '">' + msStringU(Reve) + '</a> / '
+ '<a href="javascript:var message = getMessage(\'revert\', \'' + user1 + '\', \''
+ user2 + '\', \'' + oldid + '\');">' + msStringU(Mess) + '</a>) '
+ '(' + msStringU(Warn) + ': ' + msAviTemp;
}
else if (location.href.match(/borrar=1/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|Irrelevante}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: Irrelevante, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=2/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|Pruebas de edición}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: pruebas de edición, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=3/))
{
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
document.getElementById ("wpTextbox1").value='{{wikificar}}\n'+document.getElementById("wpTextbox1").value;
document.editform.wpSummary.value = 'Plantilla wikificar, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=4/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|Auto promoción}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: auto promoción, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=5/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|Vandalismo/Hoax}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: vandalismo/hoax, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=6/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|Infraesbozo (irrelevante o sin contexto)}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: infraesbozo, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=7/))
{
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
document.getElementById ("wpTextbox1").value='{{copyedit}}\n'+document.getElementById("wpTextbox1").value;
document.editform.wpSummary.value = 'Plantilla copyedit, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=8/))
{
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
document.getElementById ("wpTextbox1").value='{{wikci}}\n'+document.getElementById("wpTextbox1").value;
document.editform.wpSummary.value = 'Plantilla wikci, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=9/))
{
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
document.getElementById ("wpTextbox1").value='{{sinrelevancia|{{subst:CURRENTDAY}}|{{subst:CURRENTMONTHNAME}}}}\n'+document.getElementById("wpTextbox1").value;
document.editform.wpSummary.value = 'Plantilla SRA, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=0/))
{
txt=document.getElementById("wpTextbox1").value
if ((txt.match(/{{destruir/)==null) && (txt!=""))
{
txt= '{{destruir|No enciclopédico}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: no enciclopédico, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/borrar=a/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=b/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba0a}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=c/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba0b}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=d/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba0c}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=e/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba2}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=f/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba2a}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=g/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba3}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=h/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:prueba4}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=i/))
{
document.getElementById ("wpTextbox1").value=document.getElementById("wpTextbox1").value+'\n{{subst:aviso copyvio}} ~~~~';
document.editform.wpSummary.value = 'Aviso al usuario, usando ]';
document.editform.submit();
}
else if (location.href.match(/borrar=j/))
{
txt=document.getElementById("wpTextbox1").value
if (txt.match(/{{destruir/)==null)
{
txt= '{{destruir|Pruebas y/o blanqueo}}\n' + txt
document.getElementById ("wpTextbox1").value=txt;
document.editform.wpSummary.value = 'Destruir: no enciclopédico, usando ]';
document.editform.submit();
}
}
else if (location.href.match(/revert=1/))
{
document.getElementById('wpSummary').value = msStringU(RevertSummary1) + ' ' + ' + '|' + _GET + ']]' + ' ' + msStringU(RevertSummary2) + ' ' + msStringU(RevertSummary3) + ' ' + ' + '|' + _GET + ']]' + ' ' + msStringU(RevertSummary4) + ' ' + msSummaryLink;
document.getElementById('editform').submit();
} else if (location.href.match(/revert=2/)) {
document.getElementById('wpSummary').value = msStringU(RevertSummary1) + ' ' + ' + '|' + _GET + ']]' + ' ' + msStringU(RevertSummary2) + ' ' + msStringU(RevertSummary3) + ' ' + ' + '|' + _GET + ']]' + ' ' + msStringU(RevertSummary4) + ' ' + msSummaryLink + ' (' + _GET + ')';
document.getElementById('editform').submit();
} else if (wgCanonicalNamespace == 'User_talk' && wgAction == "edit") {
if (location.href.match(/warn=0/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '|' + _GET + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=1/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=2/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=3/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=4/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=5/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=6/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n\n::{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=7/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n\n::{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
} else if (location.href.match(/warn=8/)) {
document.getElementById('wpSummary').value = msStringU(WarnSummary) + ' ' + msSummaryLink;
document.getElementById('wpTextbox1').value = document.getElementById('wpTextbox1').value + '\n\n::{{sub'+'st:'+ msTestTL + '}} ~~'+'~~';
document.getElementById('editform').submit();
}}
});
//</pre>