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