MediaWiki:Common.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
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 ); | |||
} ); | |||
} | |||
} ); | |||
} |
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 ); } ); } } ); }