Community Central
Community Central

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// CODE ON THIS PAGE WILL LOAD FOR ALL OF WIKIA! Just keep that in mind.
// If you're wondering about whether you can use the code on this page - you can! You don't need to ask me, just take what you want and add it to your own global.js file!

// Display Clock
importArticle({type:'script', article:'w:c:dev:DisplayClock/code.js'});
// END Display Clock

// Adds NavigationPopups
// [[wikipedia:User:Lupin/popups]]
mw.loader.load("//en.wikipedia.org/w/index.php?title=User:Lupin/popups.js&action=raw&ctype=text/javascript&smaxage=21600&maxage=86400");
popupRevertSummary = 'Revert to revision dated %s by %s, oldid %s using [[:wikipedia:Wikipedia:Popups|popups]]';
popupQueriedRevertSummary = 'Revert to revision $1 dated $2 by $3 using [[:wikipedia:Wikipedia:Popups|popups]]';
popupExtendedRevertSummary = 'Revert to revision dated %s by %s, oldid %s using [[:wikipedia:Wikipedia:Popups|popups]]';
popupQueriedRevertToPreviousSummary = 'Revert to the revision prior to revision $1 dated $2 by $3 using [[:wikipedia:Wikipedia:Popups|popups]]';
popupRevertToPreviousSummary = 'Revert to the revision prior to revision %s using [[:wikipedia:Wikipedia:Popups|popups]]';
popupRevertSummaryPrompt = true;
// END Adds NavigationPopups

// install [[User:Cacycle/wikEdDiff]] enhanced diff
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEdDiff.js&action=raw&ctype=text/javascript');

// Add RevealAnonIP
importArticle({type:'script', article:'w:c:dev:RevealAnonIP/code.js'});
// END Add RevealAnonIP

// Batch Delete V2 by Ozuzanna
importScriptPage('AjaxBatchDelete/code.2.js', 'dev');
// END Batch Delete V2 by Ozuzanna

// AJAX UNDO
importScriptPage( 'AjaxUndo/code.js', 'dev' );
// END AJAX UNDO

// Hide Rail
importScriptPage('HideRail/code.js', 'dev');
// END Hide Rail

// Adds WHAM, see http://vstf.wikia.com/wiki/User:Joeyaa/wham.js
importScriptPage('User:Joeyaa/wham.js', 'vstf');
// END Adds WHAM, see http://vstf.wikia.com/wiki/User:Joeyaa/wham.js

// Redirect management
importScriptPage('RedirectManagement/code.js', 'dev');
// END Redirect management

importScriptPage('SkinSwitchButton/code.js', 'dev');

importArticles({
    type: 'script',
    articles: [
        'u:dev:HeaderLinks/code.js'
    ]
});

importScriptPage('ChatOptions/code.js', 'dev');

importScriptPage("FileUsageAuto-update/code.js", "dev");
LIRoptions = {
editSummary: 'Updating file links using [[w:c:dev:FileUsageAuto-update|a script]]',
}

OFPoptions = {'showlinks': false};
importArticles({
    type: 'script',
    articles: [
        'u:dev:OldFilePages/code.js'
    ]
});