Static Wikipedia February 2008 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu

Web Analytics
Cookie Policy Terms and Conditions Pengguna:IvanLanin/monobook.js - Wikipedia Indonesia, ensiklopedia bebas berbahasa Indonesia

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>*/
Static Wikipedia 2008 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -

Static Wikipedia 2007 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -

Static Wikipedia 2006 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu