מדיה ויקי:Gadget-TemplateParamWizard.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 712: | שורה 712: | ||
function addToWikiEditor(){ | function addToWikiEditor(){ | ||
$('#wpTextbox1').wikiEditor('addToToolbar', { | $('#wpTextbox1').wikiEditor('addToToolbar', { | ||
section: ' | section: 'main', | ||
group: 'insert', | |||
tools: { | |||
'templateParamsWizard': { | |||
label: i18n('button hint'), | |||
type: 'button', | |||
icon: '//upload.wikimedia.org/wikipedia/commons/d/dd/Vector_toolbar_template_button.png', | |||
action: {type: 'callback', execute: doIt} | |||
} | } | ||
} | } | ||