Aus Truth-Quark
(Unterschied zwischen Versionen)
Cdek (Diskussion | Beiträge) |
Cdek (Diskussion | Beiträge) |
||
Zeile 88: | Zeile 88: | ||
"sampleText": "! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3"}; | "sampleText": "! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3"}; | ||
- | + | mwCustomEditButtons[mwCustomEditButtons.length] = { | |
"imageFile": "http://truth-quark.de/w/images/7/74/Flash.png", | "imageFile": "http://truth-quark.de/w/images/7/74/Flash.png", | ||
"speedTip": "Flash einbinden", | "speedTip": "Flash einbinden", | ||
- | "tagOpen": " | + | "tagOpen": "<swf width='150' height='150'}>http://truth-quark.de/w/images/", |
- | "tagClose": "{{g}}/ | + | "tagClose": "</swf>", |
- | "sampleText": " | + | "sampleText": "Pfad/DeinFlash.swf"}; |
+ | |||
+ | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
+ | "imageFile": "http://truth-quark.de/w/images/d/dd/Geogebra.png", | ||
+ | "speedTip": "Geogebra einbinden", | ||
+ | "tagOpen": "{{g}}ggb_applet height='150' width='150' showMenuBar='true' showResetIcon='true' filename='", | ||
+ | "tagClose": "' />", | ||
+ | "sampleText": "DeineDatei.ggb"}; | ||
+ | |||
+ | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
+ | "imageFile": "http://truth-quark.de/w/images/2/26/Java.png", | ||
+ | "speedTip": "Javaapplet einbinden", | ||
+ | "tagOpen": "<java_applet code='DeineDatei.class' height='150' width='150' archive='", | ||
+ | "tagClose": "' />", | ||
+ | "sampleText": "DeineDatei.jar"}; | ||
+ | |||
+ | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
+ | "imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/77/Button_Nuvola_apps_edu_phi.png", | ||
+ | "speedTip": "Formelapplet einbinden", | ||
+ | "tagOpen": "<formelapplet width='150' height='150' term='", | ||
+ | "tagClose": "' />", | ||
+ | "sampleText": "Code oder DeineDatei.fas"}; | ||
} | } |
Version vom 15:53, 24. Mär. 2009
/** Extra toolbar options ****************************************************** * * Description: UNDOCUMENTED * Maintainers: [[User:MarkS]]?, [[User:Voice of All]], [[User:R. Koot]] */ //This is a modified copy of a script by User:MarkS for extra features added by User:Voice of All. // This is based on the original code on Wikipedia:Tools/Editing tools // To disable this script, add <code>mwCustomEditButtons = [];<code> to [[Special:Mypage/monobook.js]] if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/c8/Button_redirect.png", "speedTip": "Umleitung", "tagOpen": "#REDIRECT [[", "tagClose": "]]", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/c9/Button_strike.png", "speedTip": "Durchstreichen", "tagOpen": "<s>", "tagClose": "</s>", "sampleText": "Dein durchgestrichener Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/13/Button_enter.png", "speedTip": "Umbruch", "tagOpen": "<br />", "tagClose": "", "sampleText": ""}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/9/99/Button_sup_2.png", "speedTip": "Hochgestellt", "tagOpen": "<sup>", "tagClose": "</sup>", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e5/Button_sub_2.png", "speedTip": "Tiefgestellt", "tagOpen": "<sub>", "tagClose": "</sub>", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/5/58/Button_small.png", "speedTip": "Klein", "tagOpen": "<small>", "tagClose": "</small>", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/5/56/Button_big.png", "speedTip": "Groß", "tagOpen": "<big>", "tagClose": "</big>", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/f0/Btn_infotexto.png", "speedTip": "Versteckter Kommentar", "tagOpen": "<!-- ", "tagClose": " -->", "sampleText": "Dein Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/12/Button_gallery.png", "speedTip": "Insert a picture gallery", "tagOpen": "\n<gallery>\n", "tagClose": "\n</gallery>", "sampleText": "Image:Example.jpg|Caption1\nImage:Example.jpg|Caption2"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/fd/Button_blockquote.png", "speedTip": "Zitat auf Diskussionsseiten", "tagOpen": "<blockquote>", "tagClose": "</blockquote>", "sampleText": "Text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/0/04/Button_array.png", "speedTip": "Tabelle", "tagOpen": '{| class="wikitable"\n|-\n', "tagClose": "\n|}", "sampleText": "! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://truth-quark.de/w/images/7/74/Flash.png", "speedTip": "Flash einbinden", "tagOpen": "<swf width='150' height='150'}>http://truth-quark.de/w/images/", "tagClose": "</swf>", "sampleText": "Pfad/DeinFlash.swf"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://truth-quark.de/w/images/d/dd/Geogebra.png", "speedTip": "Geogebra einbinden", "tagOpen": "{{g}}ggb_applet height='150' width='150' showMenuBar='true' showResetIcon='true' filename='", "tagClose": "' />", "sampleText": "DeineDatei.ggb"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://truth-quark.de/w/images/2/26/Java.png", "speedTip": "Javaapplet einbinden", "tagOpen": "<java_applet code='DeineDatei.class' height='150' width='150' archive='", "tagClose": "' />", "sampleText": "DeineDatei.jar"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/77/Button_Nuvola_apps_edu_phi.png", "speedTip": "Formelapplet einbinden", "tagOpen": "<formelapplet width='150' height='150' term='", "tagClose": "' />", "sampleText": "Code oder DeineDatei.fas"}; }