注意: 保存した後、ブラウザのキャッシュをクリアする必要があります。Mozilla / Firefox / Safari: [Shift] を押しながら [再読み込み] をクリック、または [Shift]-[Ctrl]-[R] (Macでは [Cmd]-[Shift]-[R]); IE: [Ctrl] を押しながら [更新] をクリック、または [Ctrl]-[F5]; Konqueror: [再読み込み] をクリック、または [F5]; Opera: 「ツール」→「設定」からキャッシュをクリア。

/*<pre>*/
function include(s) {
  document.write('<script type="text/javascript" src="' +
                 'http://ja.wikipedia.org/w/index.php?title=' +
                 encodeURI(s) + '&amp;action=raw&amp;ctype=text/javascript' +
                 '&amp;dontcountme=s"><' + '/script>');
}
include("User:Tietew/restore.js");
include("User:っ/functions.js");


function setWButton () {
	var atag, e, t, p, b;
	if(!(e = document.getElementById('toolbar'))) return;
	appendButton(e, 'http://upload.wikimedia.org/wikipedia/commons/7/7f/Button_link_to_Wikipedia.png','Wikipedia日本語版へのリンク','[[w:','|\]\]','記事名');

	var ima = new Date();
	var kongetsu = 1 + ima.getMonth();
	var kotoshi = (ima.getYear() < 1900) ? ima.getYear() + 1900 : ima.getYear();

	e.setAttribute ('style', "position: relative;");
	var divtag = document.createElement('div');
	divtag.setAttribute ('style', "position: absolute; display: block; left:276px; top:0; ");
	appendTag3(divtag, 'Wt', 'ウィクショナリー', '[[wikt:{{subst\:lc:', '}}|', '\]\]', 'リンク');
	appendTag(divtag, '&lt;!-&gt;', '記事にコメントを挿入', '<!--', '-->', 'コメント');
	appendTag(divtag, '{{}}', 'テンプレートにする', '{{', '}}', 'テンプレート名');
	appendTag(divtag, '>', 'ナビゲーション', '{{Navi|', '}}', '[[音楽\]\] \> ');
	appendTag(divtag, 'T', '画像のサムネイル化', '\|thumb\|240px\|(資料)', '', '');
	e.appendChild(divtag);
}

//addOnloadHook(setWButton);
hookEvent("load", setWButton);
/*</pre>*/