Community Central
Community Central
mNo edit summary
mNo edit summary
Line 4: Line 4:
 
{ type: "script",
 
{ type: "script",
 
articles: [
 
articles: [
  +
"w:c:dev:MediaWiki:MultiUpload/code.js", /* Allows 50 files on MultiUpload */
 
"w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
 
"w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
 
"w:c:dev:SpellCheckModule/code.js", /* Adds Spell-check to the Edit window */
 
"w:c:dev:SpellCheckModule/code.js", /* Adds Spell-check to the Edit window */

Revision as of 05:16, 22 May 2019

/* Any JavaScript here will be loaded on all Wiki's using the Wikia skin on every page load */

importArticles(
     { type: "script",
       articles: [
          "w:c:dev:MediaWiki:MultiUpload/code.js", /* Allows 50 files on MultiUpload */
          "w:c:dev:OasisToolbarButtons/code.js", /* Adds Edit, Follow, History, What Links Here buttons to the bottom of page */
          "w:c:dev:SpellCheckModule/code.js",    /* Adds Spell-check to the Edit window */
          "w:c:dev:UTCClock/code.js"             /* Adds UTC Clock to Header */
          ]
     }
);