Difference between revisions of "MediaWiki:Monobook.js"

From Hobowars Wiki
Jump to: navigation, search
m (test)
m (reverted for now)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for users using the MonoBook skin */
 
/* Any JavaScript here will be loaded for users using the MonoBook skin */
 
/* Example redirect Button */
 
if (mwCustomEditButtons) {
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
 
    "imageFile": "http://www.hobowars.com/wiki/images/Redirect.png",
 
    "speedTip": "Example redirect",
 
    "tagOpen": "<none>",
 
    "tagClose": "</none>",
 
    "sampleText": ""};
 
  }
 

Latest revision as of 08:55, 11 July 2012

/* Any JavaScript here will be loaded for users using the MonoBook skin */