User:LPS100/common.js

From DreamWorks School of Dragons Wiki
Jump to navigation Jump to search

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.
mw.loader.load('https://terraria.wiki.gg/wiki/MediaWiki:Gadget-oouiDemo/core.js?action=raw&ctype=text/javascript');

importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:MassCategorization/code.js',
    	'u:dev:MediaWiki:MassEdit/code.js',
        'u:dev:MediaWiki:UTCClock/code.js',
        'u:dev:Digital_Clock/code.js',
        'u:dev:MediaWiki:ContribsLink/code.js',
        'u:wikipedia:User:Daduxing/familytree.js'
    ]
});

// Change the clock from UTC to CST (China Standard Time)
window.DisplayClockJS = {
    offset: 0,
    format: '%2H:%2M:%2S %d %b %Y (UTC)',
};