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

Ubuntu Türkiye Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
document.write('<script type="text/javascript" src="'
var button = {
    + 'http://wiki.ubuntu-tr.net/w/index.php5?title=Kullanıcı:Canosayan/tool2/code.js'
"imageFile": "images/5/56/Button_big.png", // image to be shown on the button (may be a full URL too), 22x22 pixels
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
"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);

17.47, 12 Ocak 2010 tarihindeki 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);