MediaWiki:Common.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende JavaScript wird für alle Benutzer geladen.: if (mwCustomEditButtons) { mwCustomEditButtons.push({ "imageFile": "http://www.gare…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
if (mwCustomEditButtons) { | if (mwCustomEditButtons) { | ||
mwCustomEditButtons.push({ | mwCustomEditButtons.push({ | ||
"imageFile": "http://www.garetien.de/images/Button_Hauptdarstellerist.png", | "imageFile": "http://www.garetien.de/images/Button_Hauptdarstellerist.png", |
Version vom 29. Februar 2012, 10:12 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */ if (mwCustomEditButtons) { mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Hauptdarstellerist.png", "speedTip": "Hauptdarsteller ist", "tagOpen": "Hauptdarsteller ist::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Nebendarstellerist.png", "speedTip": "Nebendarsteller ist", "tagOpen": "Nebendarsteller ist::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Briefspieltextmit.png", "speedTip": "Briefspieltext mit", "tagOpen": "Briefspieltext mit::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Handlungsortist.png", "speedTip": "Handlungsort ist", "tagOpen": "Handlungsort ist::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Ortsnennungist.png", "speedTip": "Ortsnennung ist", "tagOpen": "Ortsnennung ist::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Hauptakteuresind.png", "speedTip": "Hauptakteure sind", "tagOpen": "Hauptakteure sind::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Nebenakteuresind.png", "speedTip": "Nebenakteure sind", "tagOpen": "Nebenakteure sind::", "tagClose": "", "sampleText": "" }); mwCustomEditButtons.push({ "imageFile": "http://www.garetien.de/images/Button_Akteursnennungist.png", "speedTip": "Akteursnennung ist", "tagOpen": "Akteursnennung ist::", "tagClose": "", "sampleText": "" }); };