User:Smiddle/monobook.js

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
// [[User:Lupin/popups.js]]
 
importScript('User:Lupin/popups.js');
/* <pre><nowiki> */
{
//Kommentar
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/37/Btn_toolbar_commentaire.png",
    "speedTip": "Osynlig kommentar",
    "tagOpen": "<!-- ",
    "tagClose": " -->",
    "sampleText": "Sätt in meddelande här"}
}
{
//Omdirigering
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/c8/Button_redirect.png",
    "speedTip": "Omdririgerande artikel",
    "tagOpen": "#REDIRECT[[",
    "tagClose": "]]",
    "sampleText": "Målsida"}
}
{
//Kategori
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/b4/Button_category03.png",
    "speedTip": "Kategorisera artikeln",
    "tagOpen": "[[Kategori:",
    "tagClose": "]]",
    "sampleText": "Nyckelord"}
}
/* </nowiki></pre> */