MediaWiki:Common.js

De Esopedia
Révision datée du 7 février 2008 à 22:24 par Urobore (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
var button = {
        "imageFile": "images/citation.jpg",  //image to be shown on the button (may be a full URL too), 22x22 pixels
        "speedTip": "bloc de citation",    //text shown in a tooltip when hovering the mouse over the button
        "tagOpen": "<blockquote>",        //the text to use to mark the beginning of the block
        "tagClose": "</blockquote>",      //the text to use to mark the end of the block (if any)
        "sampleText": "bloc de citation"   //the sample text to place inside the block
};
mwCustomEditButtons.push(button);