BB Codes
-
[B], [I], [U], [S] - Bold, Italics, Underline, and Strike-through
Membuat teks dibungkus tebal, miring, bergaris bawah, atau memukul-through.
- Contoh:
- This is [B]bold[/B] text.
This is [I]italic[/I] text.
This is [U]underlined[/U] text.
This is [S]struck-through[/S] text.
- Hasil:
- This is bold text.
This is italic text.
This is underlined text.
This is struck-through text.
-
[COLOR=color], [FONT=name], [SIZE=size] - Text kolor, Font, and Ukuran
Perubahan warna, font, atau ukuran dari teks dibungkus.
- Contoh:
- This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
- Hasil:
- This is red and blue text.
This is Courier New text.
This is small and big text.
-
[URL], [EMAIL] - Berhubungan
Buat link menggunakan teks dibungkus sebagai target.
- Contoh:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
-
[URL=link], [EMAIL=address] - Linking (Advanced)
Link teks dibungkus ke halaman web tertentu atau alamat email.
- Contoh:
- [URL=http://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]
- Hasil:
- Go to example.com
Email me
-
[USER=ID] - Profile Linking
Links to a user's profile. This is generally inserted automatically when tagging a user.
- Contoh:
- [USER=1]Nama pengguna.[/USER]
- Hasil:
- Nama pengguna.
-
[IMG] - Gambar
Menampilkan gambar, menggunakan teks dibungkus sebagai URL
- Contoh:
- [IMG]https://makassar.com/styles/default/xenforo/avatars/avatar_s.png[/IMG]
- Hasil:
-
[MEDIA=site] - Embedded Media
Komprehensif media dari situs disetujui ke dalam pesan Anda. Disarankan agar Anda menggunakan tombol media di tool bar editor. Setujui situs: Dailymotion; Facebook; Liveleak; Metacafe; Vimeo; YouTube;
- Contoh:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Hasil:
- Sebuah pemutar YouTube akan muncul di sini.
-
[DAFTAR] - Daftar
Menampilkan daftar bullet atau nomor.
- Contoh:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Hasil:
- Bullet 1
- Bullet 2
- Entry 1
- Entry 2
-
[LEFT], [CENTER], [RIGHT] - Perataan Teks
Mengubah alignment dari dalam teks
- Contoh:
- [LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
- Hasil:
- Left-alignedCenter-alignedRight-aligned
-
[QUOTE] - Quoted Text
Menampilkan teks yang telah dikutip dari sumber lain. Anda juga dapat atribut nama dari sumber.
- Contoh:
- [QUOTE]Quoted text[/QUOTE]
[QUOTE=A person]Sesuatu yang mereka bilang[/QUOTE]
- Hasil:
-
[SPOILER] - Text Containing Spoilers
Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
- Contoh:
- [SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
- Hasil:
- Simple spoilerSpoiler with a title
-
[CODE], [PHP], [HTML] - Kode pemrograman Tampilan
Menampilkan teks dalam salah satu dari beberapa bahasa pemrograman, menyoroti sintaks jika memungkinkan.
- Contoh:
- [CODE]General
kode[/CODE]
[PHP]echo $hello . 'world';[/PHP]
- Hasil:
- Kode:
General kode
php:echo $hello . 'world';
-
[INDENT] - Indentasi Teks
didalam indentasi teks . Hal ini dapat bersarang untuk indentings lebih besar.
- Contoh:
- Reguler teks
[INDENT]Indented text
[INDENT]More indented[/INDENT]
[/INDENT]
- Hasil:
- Reguler teks
Indented text
More indented
-
[PLAIN] - teks biasa
Menonaktifkan kode BB terjemahan pada teks dibungkus.
- Contoh:
- [PLAIN]zini bukan [B]bold[/B] teks.[/PLAIN]
- Hasil:
- zini bukan [B]bold[/B] teks.
-
[ATTACH] - Lampiran Penyisipan
Menyisipkan lampiran pada titik tertentu. Jika lampiran adalah gambar, thumbnail atau versi ukuran penuh akan disisipkan. Ini umumnya akan disisipkan dengan mengklik tombol yang sesuai.
- Contoh:
-
Thumbnail: [ATTACH]123[/ATTACH]
Ukuran Penuh : [ATTACH=full]123[/ATTACH]
- Hasil:
- Isi lampiran akan muncul di sini.