MediaWiki:Common.js

Ubuntu Türkiye Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla

Not: Yayımladıktan sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R).
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Ctrl-F5 tıklayın.
var kategori = {
"imageFile": "/images/b/b6/Kategoritusu.png", // image to be shown on the button (may be a full URL too), 22x22 pixels
"speedTip": "Kategori", // text shown in a tooltip when hovering the mouse over the button
"tagOpen": "[[kategori:", // 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": "Ubuntu"  // the sample text to place inside the block
};
mwCustomEditButtons.push(kategori);


var yonlendir = {
"imageFile": "/images/8/88/Yonlendirtusu.png", // image to be shown on the button (may be a full URL too), 22x22 pixels
"speedTip": "yönlendir", // text shown in a tooltip when hovering the mouse over the button
"tagOpen": "#REDIRECT [[", // 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": "Yönlenecek Sayfa"  // the sample text to place inside the block
};


mwCustomEditButtons.push(yonlendir);