Aller au contenu

« MediaWiki:Common.js » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 49 : Ligne 49 :


/* End of extra pages */
/* End of extra pages */
var button = {
var button = {
         "imageFile": "images/5/56/Button_big.png",  //image to be shown on the button (may be a full URL too), 22x22 pixels
         "imageFile": "images/citation.jpg",  //image to be shown on the button (may be a full URL too), 22x22 pixels
         "speedTip": "big text",    //text shown in a tooltip when hovering the mouse over the button
         "speedTip": "bloc de citation",    //text shown in a tooltip when hovering the mouse over the button
         "tagOpen": "<big>",        //the text to use to mark the beginning of the block
         "tagOpen": "<blockquote>",        //the text to use to mark the beginning of the block
         "tagClose": "</big>",      //the text to use to mark the end of the block (if any)
         "tagClose": "</blockquote>",      //the text to use to mark the end of the block (if any)
         "sampleText": "big text"  //the sample text to place inside the block
         "sampleText": "bloc de citation"  //the sample text to place inside the block
};
};
mwCustomEditButtons.push(button);
mwCustomEditButtons.push(button);
14 365

modifications