MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 163: Line 163:
options: {
options: {
pre: "{{isdaprov|",
pre: "{{isdaprov|",
post: "}}"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'advanced',
group: 'format',
tools: {
"ISDAprov": {
label: 'euaprov',
type: 'button',
icon: 'https://jollycontrarian.com/images/5/50/Isd.png',
action: {
type: 'encapsulate',
options: {
pre: "{{euaprov|",
post: "}}"
post: "}}"
}
}