MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus KoschWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
Keine Bearbeitungszusammenfassung
VolkoV (D | B)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende JavaScript wird für alle Benutzer geladen. */
var customizeToolbar = function() {
$('#wpTextbox1').wikiEditor('addToToolbar', {
  'sections': { 'garetienwiki': { 'type': 'toolbar', 'label': 'GaretienWiki'
} } } );


if (mwCustomEditButtons) {
$('#wpTextbox1').wikiEditor('addToToolbar', {
    mwCustomEditButtons.push({
  'section': 'garetienwiki', 'groups': { 'briefspielbuttons': { 'label': 'Briefspiel'
        "imageFile": "http://www.garetien.de/images/Button_Hauptdarstellerist.png",
} } } );
        "speedTip": "Hauptdarsteller ist",
 
        "tagOpen": "Hauptdarsteller ist::",
 
        "tagClose": "",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "sampleText": ""
  section: 'garetienwiki', group: 'briefspielbuttons',
    });
  tools: { 'briefspielbuttonshaupt': { label: 'Hautpdarsteller ist', type: 'button', icon: '/images/Button_Hauptdarstellerist.png',
    mwCustomEditButtons.push({
    action: { type: 'encapsulate', options: { pre: "Hauptdarsteller ist::"
        "imageFile": "http://www.garetien.de/images/Button_Nebendarstellerist.png",
} } } } });
        "speedTip": "Nebendarsteller ist",
 
        "tagOpen": "Nebendarsteller ist::",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "tagClose": "",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "sampleText": ""
  tools: { 'briefspielbuttonsneben': { label: 'Nebendarsteller ist', type: 'button', icon: '/images/Button_Nebendarstellerist.png',
    });
    action: { type: 'encapsulate', options: { pre: "Nebendarsteller ist::"
    mwCustomEditButtons.push({
} } } } });
        "imageFile": "http://www.garetien.de/images/Button_Briefspieltextmit.png",
 
        "speedTip": "Briefspieltext mit",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "tagOpen": "Briefspieltext mit::",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "tagClose": "",
  tools: { 'briefspielbuttonsbrief': { label: 'Briefspieltext mit', type: 'button', icon: '/images/Button_Briefspieltextmit.png',
        "sampleText": ""
    action: { type: 'encapsulate', options: { pre: "Briefspieltext mit::"
    });
} } } } });
    mwCustomEditButtons.push({
 
        "imageFile": "http://www.garetien.de/images/Button_Handlungsortist.png",
 
        "speedTip": "Handlungsort ist",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "tagOpen": "Handlungsort ist::",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "tagClose": "",
  tools: { 'briefspielbuttonsorthandl': { label: 'Handlungsort ist', type: 'button', icon: '/images/Button_Handlungsortist.png',
        "sampleText": ""
    action: { type: 'encapsulate', options: { pre: "Handlungsort ist::"
    });
} } } } });
    mwCustomEditButtons.push({
 
        "imageFile": "http://www.garetien.de/images/Button_Ortsnennungist.png",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "speedTip": "Ortsnennung ist",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "tagOpen": "Ortsnennung ist::",
  tools: { 'briefspielbuttonsortnenn': { label: 'Ortsnennung ist', type: 'button', icon: '/images/Button_Ortsnennungist.png',
        "tagClose": "",
    action: { type: 'encapsulate', options: { pre: "Ortsnennung ist::"
        "sampleText": ""
} } } } });
    });
 
    mwCustomEditButtons.push({
 
        "imageFile": "http://www.garetien.de/images/Button_Hauptakteuresind.png",
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "speedTip": "Hauptakteure sind",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "tagOpen": "Hauptakteure sind::",
  tools: { 'briefspielbuttonshaupta': { label: 'Hauptakteure sind', type: 'button', icon: '/images/Button_Hauptakteuresind.png',
        "tagClose": "",
    action: { type: 'encapsulate', options: { pre: "Hauptakteure sind::"
        "sampleText": ""
} } } } });
    });
 
    mwCustomEditButtons.push({
$('#wpTextbox1').wikiEditor('addToToolbar', {
        "imageFile": "http://www.garetien.de/images/Button_Nebenakteuresind.png",
  section: 'garetienwiki', group: 'briefspielbuttons',
        "speedTip": "Nebenakteure sind",
  tools: { 'briefspielbuttonsnebena': { label: 'Nebenakteure sind', type: 'button', icon: '/images/Button_Nebenakteuresind.png',
        "tagOpen": "Nebenakteure sind::",
    action: { type: 'encapsulate', options: { pre: "Nebenakteure sind::"
        "tagClose": "",
} } } } });
        "sampleText": ""
 
    });
$('#wpTextbox1').wikiEditor('addToToolbar', {
    mwCustomEditButtons.push({
  section: 'garetienwiki', group: 'briefspielbuttons',
        "imageFile": "http://www.garetien.de/images/Button_Akteursnennungist.png",
  tools: { 'briefspielbuttonsakteursn': { label: 'Akteursnennung ist', type: 'button', icon: '/images/Button_Akteursnennungist.png',
        "speedTip": "Akteursnennung ist",
    action: { type: 'encapsulate', options: { pre: "Akteursnennung ist::"
        "tagOpen": "Akteursnennung ist::",
} } } } });
        "tagClose": "",
 
        "sampleText": ""
 
     });
}
};
 
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 );
  } );
  }
} );
}

Version vom 9. Oktober 2014, 11:17 Uhr

var customizeToolbar = function() {
 $('#wpTextbox1').wikiEditor('addToToolbar', {
  'sections': { 'garetienwiki': { 'type': 'toolbar', 'label': 'GaretienWiki'
 } } } );

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  'section': 'garetienwiki', 'groups': { 'briefspielbuttons': { 'label': 'Briefspiel'
 } } } );


 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonshaupt': { label: 'Hautpdarsteller ist', type: 'button', icon: '/images/Button_Hauptdarstellerist.png',
    action: { type: 'encapsulate', options: { pre: "Hauptdarsteller ist::"
 } } } } });

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsneben': { label: 'Nebendarsteller ist', type: 'button', icon: '/images/Button_Nebendarstellerist.png',
    action: { type: 'encapsulate', options: { pre: "Nebendarsteller ist::"
 } } } } });

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsbrief': { label: 'Briefspieltext mit', type: 'button', icon: '/images/Button_Briefspieltextmit.png',
    action: { type: 'encapsulate', options: { pre: "Briefspieltext mit::"
 } } } } });


 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsorthandl': { label: 'Handlungsort ist', type: 'button', icon: '/images/Button_Handlungsortist.png',
    action: { type: 'encapsulate', options: { pre: "Handlungsort ist::"
 } } } } });

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsortnenn': { label: 'Ortsnennung ist', type: 'button', icon: '/images/Button_Ortsnennungist.png',
    action: { type: 'encapsulate', options: { pre: "Ortsnennung ist::"
 } } } } });


 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonshaupta': { label: 'Hauptakteure sind', type: 'button', icon: '/images/Button_Hauptakteuresind.png',
    action: { type: 'encapsulate', options: { pre: "Hauptakteure sind::"
 } } } } });

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsnebena': { label: 'Nebenakteure sind', type: 'button', icon: '/images/Button_Nebenakteuresind.png',
    action: { type: 'encapsulate', options: { pre: "Nebenakteure sind::"
 } } } } });

 $('#wpTextbox1').wikiEditor('addToToolbar', {
  section: 'garetienwiki', group: 'briefspielbuttons',
  tools: { 'briefspielbuttonsakteursn': { label: 'Akteursnennung ist', type: 'button', icon: '/images/Button_Akteursnennungist.png',
    action: { type: 'encapsulate', options: { pre: "Akteursnennung ist::"
 } } } } });


}

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 );
   } );
  }
 } );
}