מדיה ויקי:Gadget-EditToolbar.js – הבדלי גרסאות
חלוקת קונטרסים (שיחה | תרומות) מויקיפדיה: https://he.wikipedia.org/wiki/%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Gadget-EditToolbar.js |
חלוקת קונטרסים (שיחה | תרומות) אין תקציר עריכה |
||
| (7 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
| שורה 8: | שורה 8: | ||
mw.loader.using(['mediawiki.toolbar'],function(){ | mw.loader.using(['mediawiki.toolbar'],function(){ | ||
function addBtn( location, imageFile, tagOpen, sampleText, tagClose, speedTip ) { | function addBtn( location, imageFile, tagOpen, sampleText, tagClose, speedTip ) { | ||
mw.toolbar.addButton( ((location == 1) ? "// | mw.toolbar.addButton( ((location == 1) ? "//chabadpedia.co.il/" : "//upload.wikimedia.org/" ) + imageFile,speedTip,tagOpen, tagClose,sampleText); | ||
} | } | ||
| שורה 127: | שורה 127: | ||
} ); | } ); | ||
// הערה מוסתרת | // הערה מוסתרת | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | ||
'section': 'advanced', | 'section': 'advanced', | ||
'group': 'more', | 'group': 'more', | ||
'tools': { | 'tools': { | ||
'hiddennote': { | 'hiddennote': { | ||
label: 'הערה מוסתרת', | label: 'הערה מוסתרת', | ||
| שורה 163: | שורה 145: | ||
} | } | ||
}, | }, | ||
' | |||
label: ' | // תגי code | ||
'code': { | |||
label: 'הבלטה', | |||
type: 'button', | type: 'button', | ||
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/ | icon: '//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Utilities-terminal.svg/22px-Utilities-terminal.svg.png', | ||
action: { | action: { | ||
type: 'encapsulate', | type: 'encapsulate', | ||
options: { | options: { | ||
pre: '< | pre: '<code>', | ||
peri: "טקסט | peri: "טקסט", | ||
post: "</ | post: "</code>" | ||
} | } | ||
} | } | ||
}, | }, | ||
' | |||
label: ' | // תגי includeonly | ||
'includeonly': { | |||
label: 'הטמעה', | |||
type: 'button', | type: 'button', | ||
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/ | icon: '//upload.wikimedia.org/wikipedia/commons/thumb/9/99/Ben_test_tube.svg/22px-Ben_test_tube.svg.png', | ||
action: { | action: { | ||
type: 'encapsulate', | type: 'encapsulate', | ||
options: { | options: { | ||
pre: '< | pre: '<includeonly>', | ||
peri: "טקסט", | peri: "טקסט", | ||
post: " | post: "</includeonly>" | ||
} | } | ||
} | } | ||
}, | }, | ||
' | |||
label: ' | // תגי noinclude | ||
'noinclude': { | |||
label: 'לא להטמיע', | |||
type: 'button', | type: 'button', | ||
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-format-text-direction-rtl.svg/22px-Gnome-format-text-direction-rtl.svg.png', | icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-format-text-direction-rtl.svg/22px-Gnome-format-text-direction-rtl.svg.png', | ||
| שורה 196: | שורה 185: | ||
type: 'encapsulate', | type: 'encapsulate', | ||
options: { | options: { | ||
pre: ' | pre: '<noinclude>', | ||
peri: "טקסט", | |||
post: "</noinclude>" | |||
} | } | ||
} | } | ||