User:Gauss/common.js

Hello, you have come here looking for the meaning of the word User:Gauss/common.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Gauss/common.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Gauss/common.js in singular and plural. Everything you need to know about the word User:Gauss/common.js you have here. The definition of the word User:Gauss/common.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Gauss/common.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
importScript('MediaWiki:SectionWatchLinks.js');

importScript('User:Ruakh/CodePointRedirects.js');


/*</pre>
==Rollback-message==
<pre>*/

// Change rollback-message to point users at my talk-page:
addOnloadHook
( function ()
  { $('span.mw-rollback-link a').each
    ( function ()
      { if(this.href.indexOf('&action=rollback&') == -1)
          return;
        if(this.href.indexOf('summary=') > -1)
          return;
        this.href +=
          '&summary=' +
          encodeURIComponent
          ( 'Reverted edits by ] ' +
            '(]), restoring last version by ' +
            '$1.'
          );
      }
    );
  }
);