מדיה ויקי:Gadget-TemplatesExternalLinks.js: הבדלים בין גרסאות בדף

מ כדי שכל האייקונים בווקטור יראו כמו וקטור
שורה 388: שורה 388:
);
);
if (typeof $.wikiEditor != 'undefined')
if (typeof $.wikiEditor != 'undefined')
$('#wpTextbox1').wikiEditor('addToToolbar', {
            mw.loader.using('ext.wikiEditor.toolbar', function() {
section: 'advanced',
    $('#wpTextbox1').wikiEditor('addToToolbar', {
groups: {
    section: 'advanced',
'wizards': {
    groups: {
tools: {
    'wizards': {
'linkTemplatewizard': {
    tools: {
label: 'תבנית קישור',
    'linkTemplatewizard': {
type: 'button',
    label: 'תבנית קישור',
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Gnome-web-browser.svg/22px-Gnome-web-browser.svg.png',
    type: 'button',
action: {type: 'callback', execute: fireDialog}
    icon: '//upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Gnome-web-browser.svg/22px-Gnome-web-browser.svg.png',
}
    action: {type: 'callback', execute: fireDialog}
}}}
    }
});
    }}}
    });
            });
});
});


});
});
});
});