|
|
Baris 1: |
Baris 1: |
| /* <nowiki>
| |
| === Tambahan toolbar ===
| |
|
| |
| Menambahkan tombol di belakang toolbar. Variabel array mybtn:
| |
|
| |
| # Nama berkas icon. Cari di [[:commons:Category:ButtonToolbar]]
| |
| # Tooltips
| |
| # Pembuka
| |
| # Penutup
| |
| # Teks standar
| |
|
| |
| */
| |
|
| |
| importScript('http://en.wikipedia.org/wiki/User:Js/watchlist.js');
| |
| importScript('http://en.wikipedia.org/wiki/User:TheDJ/qui.js');
| |
| importScript('http://en.wikipedia.org/wiki/User:Csewiki/monobook.js');
| |
| importScript('http://en.wikipedia.org/wiki/User:ais523/editcount.js');
| |
|
| |
| // Helper tools
| |
| document.write('<script type="text/javascript" src="'
| |
| + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
| |
| + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
| |
|
| |
|
| // Replace txt
| |
| document.write('<script type="text/javascript" src="'
| |
| + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/replacetxt.js'
| |
| + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
| |
|
| |
| /* </nowiki></pre> */
| |