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.
/*JS tools*/
importArticles({
    type: "script",
    articles: [
        'u:dev:MediaWiki:FastCreate.js', // Userpage generation
        'u:dev:MediaWiki:QuickToolsv2/code.js',
        'u:dev:MediaWiki:WHAM/code.2.js'
    ]
});
window.FCButtons = [
    /*Only use for the Wikis where I am really active       */
     {
        label: 'My profile!',
        target: 'User:Gummy Cow!',
        summary: 'Generating userpage',
        content: '{{w:User:Gummy_Cow!}}',
        alwaysDisplay: true,
        placement: '.wds-global-navigation__user-menu .wds-list'
    }
];