Difference between revisions of "MediaWiki:Common.js"
From CFGparadigms
Jump to navigationJump to search (Adding Big button to edit pages) |
(No difference)
|
Revision as of 17:23, 1 April 2010
/* Any JavaScript here will be loaded for all users on every page load. */
var button = {
"imageFile": "images/5/56/Button_big.png",
"speedTip": "big text",
"tagOpen": "<big>",
"tagClose": "</big>",
"sampleText": "big text"
};
mwCustomEditButtons.push(button);