Ero sivun ”Järjestelmäviesti:Common.js” versioiden välillä
ApoWikistä
Ei muokkausyhteenvetoa |
(testi) |
||
Rivi 1: | Rivi 1: | ||
if (mwCustomEditButtons) { | if (mwCustomEditButtons) { | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "http:// | "imageFile": "http://images.wikia.com/central/images/c/c8/Button_redirect.png", | ||
"speedTip": " | "speedTip": "Redirect", | ||
"tagOpen": "#REDIRECT [[", | "tagOpen": "#REDIRECT [[", | ||
"tagClose": "]]", | "tagClose": "]]", | ||
"sampleText": " | "sampleText": "Insert text"}; | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "http:// | "imageFile": "http://images.wikia.com/central/images/c/c9/Button_strike.png", | ||
"speedTip": " | "speedTip": "Strike", | ||
"tagOpen": "<s>", | "tagOpen": "<s>", | ||
"tagClose": "</s>", | "tagClose": "</s>", | ||
"sampleText": ""}; | "sampleText": "Strike-through text"}; | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "http:// | "imageFile": "http://images.wikia.com/central/images/1/13/Button_enter.png", | ||
"speedTip": " | "speedTip": "Line break", | ||
"tagOpen": "<br />", | "tagOpen": "<br />", | ||
"tagClose": "", | "tagClose": "", | ||
"sampleText": ""}; | "sampleText": ""}; | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "http:// | "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png", | ||
"speedTip": " | "speedTip": "Comment visible only for editors", | ||
"tagOpen": "<!-- ", | "tagOpen": "<!-- ", | ||
"tagClose": " -->", | "tagClose": " -->", | ||
"sampleText | "sampleText": "Insert comment here"} | ||
} | |||
Versio 5. heinäkuuta 2009 kello 12.16
if (mwCustomEditButtons) {
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": "Strike",
"tagOpen": "<s>",
"tagClose": "</s>",
"sampleText": "Strike-through text"};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/1/13/Button_enter.png",
"speedTip": "Line break",
"tagOpen": "<br />",
"tagClose": "",
"sampleText": ""};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
"speedTip": "Comment visible only for editors",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": "Insert comment here"}
}