Guest User

Untitled

a guest
Jun 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Ella: You have to add the following to to MediaWiki:Common.js on your wikia..
  2.  
  3. <nowiki>importScriptPage('ShowHide/code.js', 'dev');
  4.  
  5. and the following code to MediaWiki:Common.css and MediaWiki:Wikia.css
  6.  
  7.  
  8. var ShowHideConfig = {
  9. brackets: '[[]]'
  10. };
  11. importScriptPage('ShowHide/code.js', 'dev');
Add Comment
Please, Sign In to add comment