User:WOSlinkerBot/linttask17.js

function lint_queryString(p) { var re = RegExp('[&?]' + p + '=([^&]*)'); var matches; if (matches = re.exec(document.location)) { tr

function lint_queryString(p) {
    var re = RegExp('[&?]' + p + '=([^&]*)');
    var matches;
    if (matches = re.exec(document.location)) {
        try { 
            return decodeURI(matches[1]);
        } catch (e) { }
    }
    return null;
}

//Add a 'lint edit' tab
if(mw.config.get('wgArticleId') != 0 ) { 
    $( function lintEditButton() {
        mw.util.addPortletLink('p-cactions', 
                       mw.util.getUrl(null,{action:'edit',lintedit:true}),
                       'lint',
                       'p-lint',
                       'lint edit');
    }
)}

if(mw.config.get('wgAction') == 'edit' && lint_queryString('lintedit') == 'true') {
    $(function lint() {
        var myContent = document.getElementById('wpTextbox1').value;

          myContent = myContent.replace(/(\=\=Collaboration of Punks\=\=\n*)\<noinclude\>(\{\|)\<\/noinclude\>/gi,'$1$2');
          myContent = myContent.replace(/(\<center\>\<big\>\<big\>\'\'\'\'\'HEY HO\, LET\'S GO\!\!\!\'\'\'\'\'\<\/big\>\<\/big\>\<\/center\>)\<\/br\>\'\'\'\<center\>(Punk rockers)/gi,'$1<br><center>\'\'\'$2');

          myContent = myContent.replace(/\|\-\n\<hr \/\>\n\|/gi,'|-\n|');

          myContent = myContent.replace(/\"\n\<div style\=\"position\:relative\; margin-left\:0\.4em\; margin-right\:0\.5em\; top\:4px\;\"\>\n\<\/div\>\n\|-/gi,'"\n|-');

          myContent = myContent.replace(/(\<\/center\>\n\|-\n)----\n/gi,'$1');

          if(document.getElementById('wpTextbox1').value != myContent) {

              if(document.getElementById('wpTextbox1').value != myContent) {
                  document.getElementById('wpTextbox1').value=myContent;
                  document.getElementById('wpSummary').value='Fix fostered content [[Special:LintErrors/fostered|lint errors]]';
                  document.getElementById('wpMinoredit').checked = true;
              }
          }

    }
)}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.