MediaWiki:Common.js: Porovnání verzí
Řádek 8: | Řádek 8: | ||
tools: { | tools: { | ||
buttonId: { | buttonId: { | ||
− | label: ' | + | label: 'Pouze pro učitele', |
type: 'button', | type: 'button', | ||
icon: '/images/b/b6/Button_article_de_qualite.png', | icon: '/images/b/b6/Button_article_de_qualite.png', | ||
Řádek 14: | Řádek 14: | ||
type: 'encapsulate', | type: 'encapsulate', | ||
options: { | options: { | ||
− | pre: " | + | pre: "{{", |
− | peri: " | + | peri: "Zkontrolováno|20140107104935|[[Uživatel:Admin|Admin]] ([[Diskuse s uživatelem:Admin|diskuse]])", |
− | post: " | + | post: "}}" |
} | } | ||
} | } |
Verze z 7. 1. 2014, 10:49
/* Zde uvedený JavaScript bude použit pro všechny uživatele při načtení každé stránky. */
jQuery(document).ready(function ($) {
if (jQuery.inArray("sysop",wgUserGroups)!=-1){
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'advanced',
group: 'insert',
tools: {
buttonId: {
label: 'Pouze pro učitele',
type: 'button',
icon: '/images/b/b6/Button_article_de_qualite.png',
action: {
type: 'encapsulate',
options: {
pre: "{{",
peri: "Zkontrolováno|20140107104935|[[Uživatel:Admin|Admin]] ([[Diskuse s uživatelem:Admin|diskuse]])",
post: "}}"
}
}
}
}
});
}
});