MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus DDR-FahrradWiki
Zur Navigation springen Zur Suche springen
imported>Moosmutzel
Keine Bearbeitungszusammenfassung
>Moosmutzel
Der Seiteninhalt wurde durch einen anderen Text ersetzt: „Das folgende JavaScript wird für alle Benutzer geladen.:
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende JavaScript wird für alle Benutzer geladen. */
/* Das folgende JavaScript wird für alle Benutzer geladen. */
/* Quote button */
var button = {
        "imageFile": "http://img530.imageshack.us/img530/6280/quotevq8.png",  //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 */

Aktuelle Version vom 1. Februar 2012, 13:13 Uhr

/* Das folgende JavaScript wird für alle Benutzer geladen. */