Hilf mit!
Lustenauer Wiki ist 15 Jahre alt, vielleicht schaffen wir es ja dieser Seite nochmal etwas leben einzuhauchen ...
MediaWiki:Common.js: Unterschied zwischen den Versionen
Aus Lustenauer Wiki
| Zeile 2: | Zeile 2: | ||
if (mwCustomEditButtons) { | if (mwCustomEditButtons) { | ||
| + | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
| + | "imageFile": "http://www.lustenauer.net/images/9/90/Kommentar.png", | ||
| + | "speedTip": "Tabelle", | ||
| + | "tagOpen": "<!-- ", | ||
| + | "tagClose": " -->", | ||
| + | "sampleText": '{| class="wikitable" '} | ||
| + | |||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "http://www.lustenauer.net/images/9/90/Kommentar.png", | "imageFile": "http://www.lustenauer.net/images/9/90/Kommentar.png", | ||
| Zeile 8: | Zeile 15: | ||
"tagClose": " -->", | "tagClose": " -->", | ||
"sampleText": "hier den Kommentar schreiben"} | "sampleText": "hier den Kommentar schreiben"} | ||
| + | |||
| + | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
| + | "imageFile": "http://images.wikia.com/central/images/c/c8/Button_redirect.png", | ||
| + | "speedTip": "Redirect", | ||
| + | "tagOpen": "#REDIRECT [[", | ||
| + | "tagClose": "]]", | ||
| + | "sampleText": "Insert text"}; | ||
| + | |||
| + | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
| + | "imageFile": "http://images.wikia.com/central/images/c/c9/Button_strike.png", | ||
| + | "speedTip": "Text Durchstreichen", | ||
| + | "tagOpen": "<s>", | ||
| + | "tagClose": "</s>", | ||
| + | "sampleText": "Durchgestrichener Text"}; | ||
| + | |||
| + | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
| + | "imageFile": "http://images.wikia.com/central/images/1/13/Button_enter.png", | ||
| + | "speedTip": "Zeilenumbruch", | ||
| + | "tagOpen": "<br />", | ||
| + | "tagClose": "", | ||
| + | "sampleText": ""}; | ||
| + | |||
} | } | ||
Version vom 27. Februar 2010, 13:30 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */
if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://www.lustenauer.net/images/9/90/Kommentar.png",
"speedTip": "Tabelle",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": '{| class="wikitable" '}
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://www.lustenauer.net/images/9/90/Kommentar.png",
"speedTip": "Kommentar kann nur beim Editieren betrachtet werden",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": "hier den Kommentar schreiben"}
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/c/c8/Button_redirect.png",
"speedTip": "Redirect",
"tagOpen": "#REDIRECT [[",
"tagClose": "]]",
"sampleText": "Insert text"};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/c/c9/Button_strike.png",
"speedTip": "Text Durchstreichen",
"tagOpen": "<s>",
"tagClose": "</s>",
"sampleText": "Durchgestrichener Text"};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/1/13/Button_enter.png",
"speedTip": "Zeilenumbruch",
"tagOpen": "<br />",
"tagClose": "",
"sampleText": ""};
}