Ezgender Wiki

Welcome to the Ezgender Wiki, an inclusive LGBTA+ Wiki! Please make sure you read our Rules, and make sure that you read the entire content of a page before commenting. Ignorant comments can be deleted and result in temporary or permanent bans.

READ MORE

Ezgender Wiki
Tag: Source edit
Tag: Source edit
Line 1: Line 1:
  +
importArticles({
dev:AjaxPoll.js
 
  +
type: 'script',
  +
articles: [
   
dev:BackToTopButton/code.js
+
'dev:AjaxPoll.js'
   
dev:HTML5AudioPlayer/code.js
+
'dev:BackToTopButton/code.js'
  +
dev:NewImages.js
 
  +
'dev:HTML5AudioPlayer/code.js'
  +
 
'dev:NewImages.js'
  +
  +
'dev:QuickViewProfile.js'
  +
  +
'dev:SearchSuggest/code.js'
  +
  +
]
  +
});

Revision as of 04:44, 4 June 2021

Here, you can easily import scripts:

  • from your local community by article name - e.g. MyScript.js
  • from dev.wikia.com by article name, preceded by "dev:" - e.g. dev:Code.js

Names should not contain the MediaWiki namespace prefix. Write each script on a new line. See Help:Including additional CSS and JS for more information.


importArticles({

    type: 'script',
    articles: [

'dev:AjaxPoll.js'
'dev:BackToTopButton/code.js'
'dev:HTML5AudioPlayer/code.js'
'dev:NewImages.js'
'dev:QuickViewProfile.js'
'dev:SearchSuggest/code.js'

   ]
});