/* generated javascript */
var skin = 'monobook';
var stylepath = '/wiki/skins';

/* MediaWiki:Common.js */
/* Any JavaScript here will be loaded for all users on every page load. */


var codebutton = {
        "imageFile": "images/0/05/Codebutton.png",  //image to be shown on the button (may be a full URL too), 22x22 pixels
        "speedTip": "source code",    //text shown in a tooltip when hovering the mouse over the button
        "tagOpen": "<code>",        //the text to use to mark the beginning of the block
        "tagClose": "</code>",      //the text to use to mark the end of the block (if any)
        "sampleText": "source code"   //the sample text to place inside the block
};

mwCustomEditButtons.push(codebutton);

/* MediaWiki:Monobook.js */
/* Any JavaScript here will be loaded for users using the MonoBook skin */