MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus WacheWiki
Zur Navigation springenZur Suche springen
Zeile 2: Zeile 2:
 
var customizeToolbar = function() {
 
var customizeToolbar = function() {
  
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        sections: {
 
                'wwspecial': {
 
                        'type': 'toolbar', // Can also be 'booklet'
 
                        'label': 'Wache Spezial'
 
                        // or 'labelMsg': 'section-emoticons-label' for a localized label
 
                }
 
        }
 
} );
 
 
$('#wpTextbox1').wikiEditor('addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'format',
 
        tools: {
 
                "strikethrough": {
 
                        label: 'Strike',
 
                        type: 'button',
 
                        icon: '//upload.wikimedia.org/wikipedia/commons/3/30/Btn_toolbar_rayer.png',
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<s>",
 
                                        post: "</s>"
 
                                }
 
                        }
 
                }
 
        }
 
});
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'faces',
 
        tools: {
 
                'smile': {
 
                        label: 'Smile!', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                        icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: ":)" // text to be inserted
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'char': {
 
                        label: 'Charakter', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<char>",
 
                                        post: "</char>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'single': {
 
                        label: 'Single', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<single>",
 
                                        post: "</single>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'live': {
 
                        label: 'Live', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<live>",
 
                                        post: "</live>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'multi': {
 
                        label: 'Multi', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<multi>",
 
                                        post: "</multi>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'bgesp': {
 
                        label: 'Bewerbungsgespräch', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<bgesp>",
 
                                        post: "</bgesp>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
 
        section: 'wwspecial',
 
        group: 'wache',
 
        'tools': {
 
                'puescho': {
 
                        label: 'Püschositzung', // or use labelMsg for a localized label, see above
 
                        type: 'button',
 
                      /* icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',*/
 
                        action: {
 
                                type: 'encapsulate',
 
                                options: {
 
                                        pre: "<puescho>",
 
                                        post: "</puescho>"
 
                                }
 
                        }
 
                }
 
        }
 
} );
 
  
 
$('#wpTextbox1').wikiEditor('addToToolbar', {
 
$('#wpTextbox1').wikiEditor('addToToolbar', {

Version vom 24. Juni 2012, 15:54 Uhr

/* Das folgende JavaScript wird für alle Benutzer geladen. */
var customizeToolbar = function() {


$('#wpTextbox1').wikiEditor('addToToolbar', {
        section: 'advanced',
        group: 'format',
        tools: {
                "strikethrough": {
                        label: 'Strike',
                        type: 'button',
                        icon: '//upload.wikimedia.org/wikipedia/commons/3/30/Btn_toolbar_rayer.png',
                        action: {
                                type: 'encapsulate',
                                options: {
                                        pre: "<s>",
                                        post: "</s>"
                                }
                        }
                }
        }
});

$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
        section: 'advanced',
        group: 'format',
        tools: {
                "hline": {
                        label: 'Horizontal line',
                        type: 'button',
                        icon: '//bits.wikimedia.org/skins-1.5/common/images/button_hr.png',
                        action: {
                                type: 'encapsulate',
                                options: {
                                        pre: "----",
                                        ownline: true
                                }
                        }
                }
        }
} );

$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
        section: 'advanced',
        group: 'format',
        tools: {
                "comment": {
                        label: 'Comment',
                        type: 'button',
                        icon: '//upload.wikimedia.org/wikipedia/commons/3/37/Btn_toolbar_commentaire.png',
                        action: {
                                type: 'encapsulate',
                                options: {
                                        pre: "<!-- ",
                                        post: " -->"
                                }
                        }
                }
        }
} );

$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
        section: 'advanced',
        group: 'format',
        tools: {
                "math": {
                        label: 'Math',
                        type: 'button',
                        icon: '//bits.wikimedia.org/skins-1.5/common/images/button_math.png',
                        action: {
                                type: 'encapsulate',
                                options: {
                                        pre: "<math>",
                                        post: "</math>"
                                }
                        }
                }
        }
} );


        /* Your code goes here */

};
 
/* Check if we are in edit mode and the required modules are available and then customize the toolbar */
if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) !== -1 ) {
        mw.loader.using( 'user.options', function () {
                if ( mw.user.options.get('usebetatoolbar') ) {
                        mw.loader.using( 'ext.wikiEditor.toolbar', function () {
                                $(document).ready( customizeToolbar );
                        } );
                }
        } );
}