Jump to content

MediaWiki:Common.js: Difference between revisions

+ tag s
m (+HPB highlighted)
(+ tag s)
Line 31: Line 31:
pre: "{{Style S-Double underline|",
pre: "{{Style S-Double underline|",
post: "}}"
post: "}}"
}
}
},
"strike_out": {
label: 'Strike out',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/c/c9/Button_strike.png',
action: {
type: 'encapsulate',
options: {
pre: "<s>",
post: "</s>"
}
}
}
}