Minecraft Wiki
Advertisement

Documentation may be created at User:Extreme/common.js/doc.

Note: After saving, you have to bypass your browser's cache to see the changes.

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

// <nowiki>
mw.loader.localLoad = function (url) { return mw.loader.load ( 'http://www.minecraftwiki.net/index.php?title=' + url + '&action=raw&ctype=text/javascript' ); };

/* Taken from http://www.minecraftwiki.net/wiki/User:Kanegasi/common.js */
if (mw.config.get('wgAction') === 'edit') {
    var customSummaries = [
        'already mentioned',
        '[[Category:' + 'Screenshots]]',
        '[[Category:' + 'User images]]',
        'comment',
        'curse video',
        'general layout',
        'grammar/spelling',
        '[[Minecraft Forums|' + 'go to the forums]]',
        'Mojang license',
        'needs citation',
        'not an article',
        'pointless',
        'unexplained removal of content',
        'reply',
        'section header',
        '[[Special:' + 'Interwiki|Interwiki link]]',
        'subjective',
        'sync',
        'that\'s nice',
        'unnecessary',
        'we don\'t document the community in articles',
        'what?',
        '[[Project:' + 'Wiki Rules#1|Rule#1]]: Violates ToU/brand guidelines',
        '[[Project:' + 'Wiki Rules#2|Rule#2]]: Spam',
        '[[Project:' + 'Wiki Rules#2|Rule#2]]: Vandalism',
        '[[Project:' + 'Wiki Rules#3|Rule#3]]: Too simple/outside wiki\'s scope',
        '[[Project:' + 'Wiki Rules#3|Rule#3.1]]: No proof [[Moj' + 'ang]] has played this',
        '[[Project:' + 'Wiki Rules#4|Rule#4]]: Lack of content',
        '[[Project:' + 'Wiki Rules#5|Rule#5]]: Harassment/insult/[[wikipedia:' + 'ad hominem]]',
        '[[Project:' + 'Wiki Rules#6|Rule#6]]: Not a [[Moj' + 'ang]]ster',
        '[[Project:' + 'Wiki Rules#7|Rule#7/7.1]]: False info/speculation',
        '[[Project:' + 'Wiki Rules#8|Rule#8]]: Belongs in [[Tutor' + 'ials]]',
        '[[Project:' + 'Wiki Rules#9|Rule#9]]: Custom server mods belong with their server article',
        '[[Project:' + 'Wiki Rules#10|Rule#10/11]]: Server/community advertising',
        '[[Project:' + 'Wiki Rules#13|Rule#13]]: [[wikipedia:' + 'Plagiarism]]',
        '[[Project:' + 'Wiki Rules#15|Rule#15.1]]: Mod info in vanilla article',
        '[[Project:' + 'Wiki Rules#16|Rule#16]]: [[Project:' + 'Wiki Rules/Video policy|Video policy]]',
        '[[Project:' + 'Wiki Rules#18|Rule#18]]: Signature',
        '[[Project:' + 'Wiki Rules#19|Rule#19]]: Herospam',
        '[[Project:' + 'Wiki Rules#20|Rule#20]]: Custom textures/UI/mods',
        '[[Project:' + 'Wiki Rules#22|Rule#22]]: Template as signature',
        '[[Project:' + 'Wiki Rules#23|Rule#23]]: Not tutorial material',
    ];
    mw.loader.localLoad( 'User:Kanegasi/editsummarypresets.js' );
}
// </nowiki>
Advertisement