Langsung ke konten utama

BB codes

Help

Smilies BB Codes Trophies Cookie usage Terms and rules Privacy policy

Kode BB adalah code yang dapat digunakan untuk mempercantik tampilan komentar. Halaman ini menampilkan daftar semua kode BB yang tersedia untuk tema HexBoard.

<b>, <i>, Tebal, miring, [B], [I], [U], [S]

Membuat teks yang dibungkus menjadi tebal, miring.

Contoh:
Ini adalah text <b>tebal</b>.
Ini adalah text <i>miring</i>.
Ini adalah text [B]bold[/B] text.
Ini adalah text [I]italic[/I] text.
Ini adalah text [U]underlined[/U] text.
Ini adalah text [S]struck-through[/S] text.
Hasil:
Ini adalah text tebal.
Ini adalah text miring.
Ini adalah text tebal.
Ini adalah text miring.
Ini adalah text underlined.
Ini adalah text struck-through.

<i rel='color'>, <i rel='size'>, [COLOR=color], [FONT=name], [SIZE=size]

Mengubah warna, font, atau ukuran teks yang dibungkus.

Contoh:
Ini adalah text <i rel='red'>merah</i> dan <i rel='blue'>biru</i>.
Ini adalah text <i rel='small'>kecil</i> dan <i rel='big'>besar</i>.
Ini adalah text [COLOR=red]red[/COLOR] dan [COLOR=#0000cc]blue[/COLOR] text.
Ini adalah text [FONT=Courier New]Courier New[/FONT].
Ini adalah text [SIZE=1]small[/SIZE] dan [SIZE=7]big[/SIZE].
Hasil:
Ini adalah text merah dan biru.
Ini adalah text kecil dan besar.
Ini adalah text merah dan biru.
Ini adalah text Courier New.
This is small and big.

<a href=''>, [URL], [EMAIL]

Membuat tautan menggunakan teks yang dibungkus dengan tag html anchor.

Contoh:
<a href='https://www.example.com' rel='nofollow'>www.example.com</a>
<a href='mailto:example@example.com'>example@example.com</a>
[URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
Hasil:
https://www.example.com
example@example.com
https://www.example.com
example@example.com

<i rel='img'> - Gambar

Menampilkan gambar menggunakan rel khusus.

Contoh:
<i rel='img'>URL_IMAGE</i>
Hasil:
logo.png

<i rel='video'> - Media

Sematkan media dari situs yang didukung ke dalam komentar. Pastikan link yg di paste adalah link khusus sematan video.

Contoh:
<i rel='video'>URL_VIDEO</i>
Hasil:
Pemutar YouTube yang tersemat akan muncul di sini.

<em rel='code'> - Menampilkan code programming

Menampilkan teks dalam salah satu dari beberapa bahasa pemrograman, menyorot sintaksisnya jika memungkinkan.

Contoh:
<em rel='code'>Kode yang sudah di parse</em>
<code rel='code'>Kode yang sudah di parse</code>
Hasil:
var hello = 'world';

[SPOILER] - Text containing spoilers

Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
Example:
[SPOILER]Simple spoiler[/SPOILER]
Output:
Simple spoiler
Spoiler with a title

[HEADING=level] - Headings levels 1 to 3

Marks text as a structured heading to facilitate machine readability.
Example:
[HEADING=1]Major heading[/HEADING]
This text comes under a major heading, used to separate the primary sections of an article.

[HEADING=2]Minor heading[/HEADING]
When you need to subdivide the primary sections of an article, use a level 2 minor heading.

[HEADING=3]Subheading[/HEADING]
If you require additional subdivision, you may drop to level 3.
Output:

Major heading​

This text comes under a major heading, used to separate the primary sections of an article.

Minor heading​

When you need to subdivide the primary sections of an article, use a level 2 minor heading.

Subheading​

If you require additional subdivision, you may drop to level 3.
Back to top Back to bottom