Kode BB

  • [B], [I], [U], [S] - Cetak Tebal, Miring, Garis bawah, dan Garis tengah

    Kode BB [b], [i], [u], dan [s] akan menampilkan teks cetak tebal, miring, dengan garis bawah, atau dengan garis tengah.
    Teks yang ingin ditampilkan dengan kode ini harus berada di antara kode pembuka ([b],[i],[u], dan [s]) dan kode penutup.

    Contoh:
    Ini adalah teks [B]tebal[/B].
    Ini adalah teks [I]miring[/I].
    Ini adalah teks dengan [U]garis bawah[/U].
    Ini adalah teks dengan [S]garis tengah[/S].
    Tampilan:
    Ini adalah teks tebal.
    Ini adalah teks miring.
    Ini adalah teks dengan garis bawah.
    Ini adalah teks dengan garis tengah.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Mengganti warna, jenis, atau ukuran huruf (font) dari teks yang berada di dalam kode.

    Contoh:
    Ini adalah teks berwarna [COLOR=red]merah[/COLOR] dan [COLOR=#0000cc]Biru[/COLOR].
    Ini adalah teks dengan huruf [FONT=Courier New]Courier New[/FONT].
    Ini adalah teks dengan ukuran [SIZE=1]kecil[/SIZE] dan [SIZE=7]besar[/SIZE].
    Tampilan:
    Ini adalah teks berwarna merah dan Biru.
    Ini adalah teks dengan huruf Courier New.
    Ini adalah teks dengan ukuran kecil dan besar.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.

    Contoh:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Tampilan:
    http://www.example.com
    example@example.com
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.

    Contoh:
    [URL=http://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Tampilan:
    Go to example.com
    Email me
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.

    Contoh:
    [IMG]http://www.inspiringmom.com/komunitas/styles/default/xenforo/avatars/avatar_s.png[/IMG]
    Tampilan:
    [IMG]
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar. Approved sites: Dailymotion; Facebook; Liveleak; Metacafe; Vimeo; YouTube;

    Contoh:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Tampilan:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.

    Contoh:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Tampilan:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text Alignment

    Changes the alignment of the wrapped text.

    Contoh:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Tampilan:
    Left-aligned
    Center-aligned
    Right-aligned
  • [QUOTE] - Quoted Text

    Displays text that has been quoted from another source. You may also attribute the name of the source.

    Contoh:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Tampilan:
  • [CODE], [PHP], [HTML] - Programming Code Display

    Displays text in one of several programming languages, highlighting the syntax where possible.

    Contoh:
    [CODE]General
    code[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Tampilan:
    Code:
    General
    code
    PHP:
    echo $hello 'world';
  • [INDENT] - Text Indent

    Indents the wrapped text. This can be nested for larger indentings.

    Contoh:
    Regular text
    [INDENT]Indented text
    [INDENT]More indented[/INDENT]
    [/INDENT]
    Tampilan:
    Regular text
    Indented text
    More indented
  • [PLAIN] - Plain Text

    Disables BB code translation on the wrapped text.

    Contoh:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Tampilan:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment Insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.

    Contoh:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full Size: [ATTACH=full]123[/ATTACH]
    Tampilan:
    The contents of the attachments would appear here.