Kullanıcı:Headersalreadysent/monobook.js: Revizyonlar arasındaki fark

Ubuntu Türkiye Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
(Sayfanın içeriği '//Interiot's javascript edit counter if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) { document.write('<script type="text/javascript" src=...' ile değiştirildi)
k (Headersalreadysent Kullanıcı:Canosayan/monobook.js sayfasını Kullanıcı:Headersalreadysent/monobook.js sayfasına taşıdı: Kullanıcıyı "Canosayan" isminden "Headersalreadysent" ismine yen...)
 
(Aynı kullanıcının aradaki diğer 11 değişikliği gösterilmiyor)
1. satır: 1. satır:
//Interiot's javascript edit counter
var button = {
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
"imageFile": "images/5/56/Button_big.png", // image to be shown on the button (may be a full URL too), 22x22 pixels
  document.write('<script type="text/javascript" src="'
"speedTip": "big text", // text shown in a tooltip when hovering the mouse over the button
    + 'http://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js'
"tagOpen": "<big>", // the text to use to mark the beginning of the block
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }
"tagClose": "</big>",      // the text to use to mark the end of the block (if any)
"sampleText": "big text// the sample text to place inside the block
};
mwCustomEditButtons.push(button);

13.11, 26 Ekim 2013 itibarı ile sayfanın şu anki hâli

var button = {
	"imageFile": "images/5/56/Button_big.png", // image to be shown on the button (may be a full URL too), 22x22 pixels
	"speedTip": "big text", // text shown in a tooltip when hovering the mouse over the button
	"tagOpen": "<big>", // the text to use to mark the beginning of the block
	"tagClose": "</big>",      // the text to use to mark the end of the block (if any)
	"sampleText": "big text"  // the sample text to place inside the block
};
mwCustomEditButtons.push(button);