Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 67: Line 67:
pre: "{{Style P-No indent|",
pre: "{{Style P-No indent|",
post: "}}"
post: "}}"
}
}
},
"columns": {
label: 'Slit text on columns',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/0/04/Button_multicol.png',
action: {
type: 'encapsulate',
options: {
pre: "{{Columns start|2|width=|font size=}}",
post: "{{Columns end}}"
}
}
}
}
Line 127: Line 139:
pre: "{{Style S-Small capitals|",
pre: "{{Style S-Small capitals|",
post: "}}"
post: "}}"
}
}
},
"quot_main": {
label: 'Main quotation marks',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/1/18/Button_quotes_2.png',
action: {
type: 'encapsulate',
options: {
pre: "“",
post: "”"
}
}
}
}