Difference between revisions of "User:T burnout/common.js"

From Hobowars Wiki
Jump to: navigation, search
m (test)
m (test)
Line 1: Line 1:
mw.toolbar.addButton({
+
mw.toolbar.removeButton({
 
imageId: 'mw-editbutton-bold',
 
imageId: 'mw-editbutton-bold',
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/a/a2/SmallcapsButton.png",
+
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Button_running_header.svg/23px-Button_running_header.svg.png",
     "speedTip": "xxx",
+
     "speedTip": "rawr",
 
     "tagOpen": "'''",
 
     "tagOpen": "'''",
 
     "tagClose": "'''",
 
     "tagClose": "'''",
     "sampleText": "xxx text"});
+
     "sampleText": "rawr text"});

Revision as of 09:57, 22 July 2014

mw.toolbar.removeButton({
imageId: 'mw-editbutton-bold',
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Button_running_header.svg/23px-Button_running_header.svg.png",
     "speedTip": "rawr",
     "tagOpen": "'''",
     "tagClose": "'''",
     "sampleText": "rawr text"});