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

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

Revision as of 09:55, 22 July 2014

mw.toolbar.addButton({
imageId: 'mw-editbutton-bold',
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/a/a2/SmallcapsButton.png",
     "speedTip": "xxx",
     "tagOpen": "'''",
     "tagClose": "'''",
     "sampleText": "xxx text"});