Difference between revisions of "MediaWiki:Monobook.js"

From Hobowars Wiki
Jump to: navigation, search
(test)
(No difference)

Revision as of 08:14, 11 July 2012

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

function addButton(imageFile, speedTip, tagOpen, tagClose, sampleText, imageId) {
if ((imageId=="mw-editbutton-image") || (imageId=="mw-editbutton-media")) return;
mwEditButtons[mwEditButtons.length] =
{"imageId": imageId,
"imageFile": imageFile,
"speedTip": speedTip,
"tagOpen": tagOpen,
"tagClose": tagClose,
"sampleText": sampleText};
}