MediaWiki:Common.js: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 42: Line 42:
pre: "<center>",
pre: "<center>",
post: "</center>"
post: "</center>"
}
}
},
"justify-right": {
label: 'Allign to the right',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/a/a5/Button_align_right.png',
action: {
type: 'encapsulate',
options: {
pre: "{{Стиль А-Текст справа|",
post: "}}"
}
}
}
}
Line 54: Line 66:
pre: "[[Category: ",
pre: "[[Category: ",
post: "]]"
post: "]]"
}
}
},
"dash": {
label: 'Dash',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/c/cd/Button_mdash.png',
action: {
type: 'encapsulate',
options: {
pre: "–",
post: ""
}
}
}
}
}
}
}
}
} );
} );