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

/* MediaWiki:Common.js */
/* Any JavaScript here will be loaded for all users on every page load. */
var button = {
        "imageFile": "skins/common/images/button_pre.png",  //image to be shown on the button (may be a full URL too), 22x22 pixels
        "speedTip": "pre tags",    //text shown in a tooltip when hovering the mouse over the button
        "tagOpen": "<pre>",        //the text to use to mark the beginning of the block
        "tagClose": "</pre>",      //the text to use to mark the end of the block (if any)
        "sampleText": "Place code here"   //the sample text to place inside the block
};
mwCustomEditButtons.push(button);

/* MediaWiki:Monobook.js (deprecated; migrate to Common.js!) */
/* Deprecated; use [[MediaWiki:common.js]] */