Pengguna:IvanLanin/monobook.js
Dari Wikipedia Indonesia, ensiklopedia bebas berbahasa Indonesia.
Catatan: Setelah menyimpan preferensi, Anda perlu membersihkan cache penjelajah web Anda untuk melihat perubahan. Mozilla / Firefox / Safari: tekan Ctrl-Shift-R (Cmd-Shift-R pada Apple Mac); IE: tekan Ctrl-F5; Konqueror:: tekan F5; Opera bersihkan cache melalui menu Tools→Preferences.
/* __TOC__
== Navigation popup ==
Source: [[:en:Wikipedia:Tools/Navigation popups|Navigation popups]]
*/
document.write('<script type="text/javascript" src="'
+ 'http://id.wikipedia.org/w/index.php?title=Wikipedia:Peralatan/popups-id.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
popupDelay = 1;
popupAdminLinks = true;
/*
== Tombol tambahan ==
<pre><nowiki>*/
if ( mwCustomEditButtons && LoadExtraEditButtons ) {
var imagePath = 'http://upload.wikimedia.org/wikipedia/commons/';
mwEditButtons = 0;
mwCustomEditButtons = [];
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "6/6f/Bold_icon.png",
"speedTip": "Cetak tebal",
"tagOpen": "'''",
"tagClose": "'''",
"sampleText": "Teks ini akan dicetak tebal"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "d/d7/Italic_icon.png",
"speedTip": "Cetak miring",
"tagOpen": "''",
"tagClose": "''",
"sampleText": "Teks ini akan dicetak miring"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "f/fd/Button_underline.png",
"speedTip": "Garis bawah",
"tagOpen": "<u>",
"tagClose": "</u>",
"sampleText": "Teks ini akan diberi garis bawah"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "c/c9/Button_strike.png",
"speedTip": "Coret",
"tagOpen": "<s>",
"tagClose": "</s>",
"sampleText": "Text ini akan dicoret"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "6/6a/Button_sup_letter.png",
"speedTip": "Superscript",
"tagOpen": "<sup>",
"tagClose": "</sup>",
"sampleText": "Teks superscript"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "a/aa/Button_sub_letter.png",
"speedTip": "Subscript",
"tagOpen": "<sub>",
"tagClose": "</sub>",
"sampleText": "Teks subscript"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "2/23/Button_code.png",
"speedTip": "Code",
"tagOpen": "<code>",
"tagClose": "</code>",
"sampleText": "Teks code"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "3/30/Tt_icon.png",
"speedTip": "Typetext",
"tagOpen": "<tt>",
"tagClose": "</tt>",
"sampleText": "Teks typetext"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "f/fd/Button_blockquote.png",
"speedTip": "Blockquote",
"tagOpen": "<blockquote>",
"tagClose": "</blockquote>",
"sampleText": "Teks blockquote"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "8/82/Nowiki_icon.png",
"speedTip": "Abaikan pemformatan wiki",
"tagOpen": "<nowiki>",
"tagClose": "</nowiki>",
"sampleText": "Teks ini tidak akan diformat"
};
mwCustomEditButtons[mwCustomEditButtons.length] = { "speedTip": " ", };
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "f/f3/Internal_link_icon.png",
"speedTip": "Pranala internal",
"tagOpen": "[[",
"tagClose": "]]",
"sampleText": "Judul pranala"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "7/73/External_link_icon.png",
"speedTip": "Pranala luar",
"tagOpen": "[",
"tagClose": "]",
"sampleText": "http://www.contoh.com Judul pranala"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "c/c8/Button_redirect.png",
"speedTip": "Pengalihan",
"tagOpen": "#REDIRECT [[",
"tagClose": "]]",
"sampleText": "Judul artikel"
};
mwCustomEditButtons[mwCustomEditButtons.length] = { "speedTip": " ", };
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "b/ba/Headline_icon.png",
"speedTip": "Subbagian tingkat 1",
"tagOpen": "\n== ",
"tagClose": " ==\n",
"sampleText": "Teks judul"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "e/e9/Button_headline2.png",
"speedTip": "Subbagian tingkat 2",
"tagOpen": "\n=== ",
"tagClose": " ===\n",
"sampleText": "Teks judul"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "3/3a/Button_headline3.png",
"speedTip": "Subbagian tingkat 3",
"tagOpen": "\n==== ",
"tagClose": " ====\n",
"sampleText": "Teks judul"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "1/11/Btn_toolbar_liste.png",
"speedTip": "Daftar biasa",
"tagOpen": "\n* ",
"tagClose": "\n* Elemen B\n* Elemen C",
"sampleText": "Elemen A"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "8/88/Btn_toolbar_enum.png",
"speedTip": "Daftar bernomor",
"tagOpen": "\n# ",
"tagClose": "\n# Elemen 2\n# Elemen 3",
"sampleText": "Elemen 1"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "d/d3/Button_definition_list.png",
"speedTip": "Daftar definisi",
"tagOpen": "\n; ",
"tagClose": "\n: Item 1\n: Item 2",
"sampleText": "Definisi"
};
mwCustomEditButtons[mwCustomEditButtons.length] = { "speedTip": " ", };
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "f/f0/Image_icon.png",
"speedTip": "Cantumkan gambar atau berkas lain",
"tagOpen": "[[Berkas:",
"tagClose": "|thumb]]",
"sampleText": "Contoh.jpg|Judul berkas|180px"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "9/9d/Media_icon.png",
"speedTip": "Pranala berkas media",
"tagOpen": "[[Media:",
"tagClose": "]]",
"sampleText": "Media:Contoh.ogg"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "9/9e/Btn_toolbar_gallery.png",
"speedTip": "Galeri gambar",
"tagOpen": "\n<gallery>\n",
"tagClose": "\n</gallery>",
"sampleText": "Berkas:Contoh.jpg|Judul gambar 1\nBerkas:Sample.jpg|Judul gambar 2"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "b/b4/Button_category03.png",
"speedTip": "Kategori",
"tagOpen": "[[Kategori:",
"tagClose": "]]",
"sampleText": "Kategori"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "9/97/Template_button.png",
"speedTip": "Templat",
"tagOpen": "{{",
"tagClose": "}}",
"sampleText": "Templat"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "0/04/Button_array.png",
"speedTip": "Tabel",
"tagOpen": '{| class="wikitable"\n|-\n',
"tagClose": "\n|}",
"sampleText": "! kepala1\n! kepala2\n|-\n| baris1, kolom1\n| baris1, kolom2\n|-\n| baris2, kolom1\n| baris2, kolom2"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "a/a4/H-line_icon.png",
"speedTip": "Garis horizontal",
"tagOpen": "\n----\n",
"tagClose": "",
"sampleText": ""
};
mwCustomEditButtons[mwCustomEditButtons.length] = { "speedTip": " ", };
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "5/5b/Math_icon.png",
"speedTip": "Rumus matematika (LaTex)",
"tagOpen": "<math>",
"tagClose": "</math>",
"sampleText": "Masukkan rumus di sini"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "c/c7/Signature_icon.png",
"speedTip": "Tanda tangan Anda dengan tanda waktu",
"tagOpen": "•• ~~~~",
"tagClose": "",
"sampleText": ""
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "7/74/Button_comment.png",
"speedTip": "Komentar tersembunyi",
"tagOpen": "<!-- ",
"tagClose": " -->",
"sampleText": "Isi komentar"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "7/79/Button_reflink.png",
"speedTip": "Rujukan",
"tagOpen": "<ref>",
"tagClose": "</ref>",
"sampleText": "Rujukan"
};
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": imagePath + "3/3b/Button_template_alt.png",
"speedTip": "Catatan kaki",
"tagOpen": "\n== Catatan kaki ==\n\n{{reflist}}\n",
"tagClose": "",
"sampleText": ""
};
}
/*</nowiki></pre>*/

