Difference between revisions 47120 and 47121 on jawikisource

// 《ゆいしあすリバートシステムNG(NextGeneration)》
// ウィキソース日本語版専用
/*<pre>*/
function getElementsByClass(searchClass,node,tag) {
  // Function from http://www.dustindiaz.com/getelementsbyclass/
  var classElements = new Array();
  if ( node == null )
    node = document;
(contracted; show full)https://ja.wikisource.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=7&user1='+user1+'&user2='+user2+'">(ISECHIKA)</a> <a href="https://ja.wikisource.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=8&user1='+user1+'&user2='+user2+'">(
MOLYOT)</a><a href="https://ja.wikisource.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=9&user1='+user1+'&user2='+user2+'">(TULIO)</a>';
  } else if (location.href.match(/revert=1/)) {
    document.getElementById('wpSummary').value = 'rv';
    document.getElementById('wpMinoredit').checked = true;
    document.getElementById('editform').submit();
  } else if (location.href.match(/revert=2/)) {
    document.getElementById('wpSummary').value = 'rvv';
    document.getElementById('wpMinoredit').checked = true;
(contracted; show full)    document.getElementById('editform').submit();
  } else if (location.href.match(/revert=9/)) {
    document.getElementById('wpSummary').value = '[[:w:LTA:TU]]([[:sulutil:闘莉王]]/[[:sulutil:おれ]])';
    document.getElementById('wpMinoredit').checked = true;
    document.getElementById('editform').submit();
  }
});
/*</pre>*/