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

/* MediaWiki:Common.js */
/* Es carregarà per a tots els usuaris, i per a qualsevol pàgina, el codi JavaScript que hi haja després d'aquesta línia. */
/* Quote button */

var button = {
        "imageFile": "QUOTE IMAGE URL HERE",  //image to be shown on the button (may be a full URL too), 22x22 pixels
        "speedTip": "Quote",    //text shown in a tooltip when hovering the mouse over the button
        "tagOpen": "<div style='background-color:#F5F5F5'>",        //the text to use to mark the beginning of the block
        "tagClose": "</div>",      //the text to use to mark the end of the block (if any)
        "sampleText": "Insert quote here"   //the sample text to place inside the block
};
mwCustomEditButtons.push(button);

/* End of Quote button */

/* MediaWiki:Eduwiki.js */
