No edit summary |
No edit summary |
||
ھێڵی ٣٠: | ھێڵی ٣٠: | ||
var button = { | var button = { | ||
"imageFile": "http://www.chawg.org/w/skins/common/images/Button_br.png", //image to be shown on the button (may be a full URL too), 22x22 pixels | "imageFile": "http://www.chawg.org/w/skins/common/images/Button_br.png", //image to be shown on the button (may be a full URL too), 22x22 pixels | ||
"speedTip": "BR bo deri | "speedTip": "BR bo deri taze", //text shown in a tooltip when hovering the mouse over the button | ||
"tagOpen": "< / | "tagOpen": "<br />", //the text to use to mark the beginning of the block | ||
"tagClose": "", //the text to use to mark the end of the block (if any) | |||
"sampleText": "" //the sample text to place inside the block | |||
}; | }; | ||
mwCustomEditButtons.push(button); | mwCustomEditButtons.push(button); |
وەک پێداچوونەوەی ٢٠:٤٧، ١٨ی نیسانی ٢٠١٠
/* Any JavaScript here will be loaded for all users on every page load. */
var button = {
"imageFile": "http://www.chawg.org/w/skins/common/images/syntax_button.gif", //image to be shown on the button (may be a full URL too), 22x40 pixels
"speedTip": "Syntax Highlight", //text shown in a tooltip when hovering the mouse over the button
"tagOpen": "<source lang=\'LANG\'>", //the text to use to mark the beginning of the block
"tagClose": "</source>", //the text to use to mark the end of the block (if any)
"sampleText": "Syntax Highlight" //the sample text to place inside the block
};
mwCustomEditButtons.push(button);
/* Eme Bo Dugmei TT */
var button = {
"imageFile": "http://www.chawg.org/w/skins/common/images/tt_button.gif", //image to be shown on the button (may be a full URL too), 22x40 pixels
"speedTip": "TT", //text shown in a tooltip when hovering the mouse over the button
"tagOpen": "<tt>", //the text to use to mark the beginning of the block
"tagClose": "</tt>", //the text to use to mark the end of the block (if any)
"sampleText": "Deqi Zeq" //the sample text to place inside the block
};
mwCustomEditButtons.push(button);
/* Dugmei CODE le inline */
var button = {
"imageFile": "http://www.chawg.org/w/skins/common/images/code_button.gif", //image to be shown on the button (may be a full URL too), 22x22 pixels
"speedTip": "code heman hell", //text shown in a tooltip when hovering the mouse over the button
"tagOpen": "<code>", //the text to use to mark the beginning of the block
"tagClose": "</code>", //the text to use to mark the end of the block (if any)
"sampleText": "CODE Heman hell" //the sample text to place inside the block
};
mwCustomEditButtons.push(button);
/* Dugmei BR bo hatne ser helli nwe */
var button = {
"imageFile": "http://www.chawg.org/w/skins/common/images/Button_br.png", //image to be shown on the button (may be a full URL too), 22x22 pixels
"speedTip": "BR bo deri taze", //text shown in a tooltip when hovering the mouse over the button
"tagOpen": "<br />", //the text to use to mark the beginning of the block
"tagClose": "", //the text to use to mark the end of the block (if any)
"sampleText": "" //the sample text to place inside the block
};
mwCustomEditButtons.push(button);