User:Smiddle/monobook.js

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// [[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> */