Difference between revisions of "User:T burnout/common.js"
From Hobowars Wiki
m (test) |
m (test) |
||
Line 1: | Line 1: | ||
− | mw.toolbar. | + | mw.toolbar.removeButton({ |
imageId: 'mw-editbutton-bold', | imageId: 'mw-editbutton-bold', | ||
− | "imageFile": "http://upload.wikimedia.org/wikipedia/commons/ | + | "imageFile": "http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Button_running_header.svg/23px-Button_running_header.svg.png", |
− | "speedTip": " | + | "speedTip": "rawr", |
"tagOpen": "'''", | "tagOpen": "'''", | ||
"tagClose": "'''", | "tagClose": "'''", | ||
− | "sampleText": " | + | "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"});