Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
This is text with [BGCOLOR=#ffaaaa]red[/BGCOLOR] and [BGCOLOR=#aaaaff]blue[/BGCOLOR] background.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=8]big[/SIZE] text.
Output:
This is red and blue text.
This is text with red and blue background.
This is Courier New text.
This is small and big text.
[SUB],
[SUP]
-
Subscript,
Superscript
Offset wrapped text.
Örnek:
This text contains [SUB]subscript[/SUB].
This text contains [SUP]superscript[/SUP].
Output:
This text contains subscript.
This text contains superscript.
[URL], [EMAIL] - Link Verme
Sarılmış metni hedef olarak kullanarak bir link oluşturur.
[LEFT], [CENTER], [RIGHT], [JUSTIFY] - Text alignment
Sarılmış metnin hizalamasını değiştirir.
Örnek:
[LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
[JUSTIFY]This is a justified text block with a long content to demonstrate the justification.[/JUSTIFY]
Output:
Left-aligned
Center-aligned
Right-aligned
This is a justified text block with a long content to demonstrate the justification.
[QUOTE] - Alıntılanan metin
Başka bir kaynaktan alıntılanan metni görüntüler. Ayrıca kaynağın adını da atayabilirsiniz.
Spoiler içerebilecek metni gizler, böylece izleyicinin görmesi için tıklanması gerekir.
Örnek:
This is a [ISPOILER]Simple spoiler[/ISPOILER].
This is a [ISPOILER=Spoiler]with a title[/ISPOILER].
Output:
This is a
Simple spoiler.
This is a
with a title.
[CODE] - Kod göstermini programlama
Mümkün olan sözdizimini vurgulayan, çeşitli programlama dillerinden birinde metin görüntüler.
Örnek:
Genel kod:
[CODE]Genel kod[/CODE]
Zengin kod:
[CODE=rich][COLOR=red]Zengin [/COLOR]
kod[/CODE]
PHP kodu:
[CODE=php]echo $hello . ' İmparatorunuza söyleyin, şimdiki Osmanlı padişahı öncekilere benzemez. Bizim gücümüzün ulaştığı yerlere, sizin imparatorunuzun hayalleri bile ulaşamaz.';[/CODE]
echo $hello . ' İmparatorunuza söyleyin, şimdiki Osmanlı padişahı öncekilere benzemez. Bizim gücümüzün ulaştığı yerlere, sizin imparatorunuzun hayalleri bile ulaşamaz.';
JS code:
Kod:
var hello = 'Ne mutlu Türküm diyene...';
[ICODE] - Satır içi programlama kodu gösterimi
Normal yayın içeriği arasında kodu anında görüntülemenize izin verir. Sözdizimi vurgulanmayacak.
Örnek:
Satır içi kod blokları, [ICODE]kodu satır içi göstermenin [/ICODE] uygun bir yoludur.
Output:
Satır içi kod blokları, kodu satır içi göstermenin uygun bir yoludur.
[TABLE], [TR], [TH], [TD] - Tables
Use [TR] tags to start new rows inside a table tag. Use [TD] tags to start new cells inside row tags. Use [TH] to start new table header cells inside table rows.
[TABLE=right-nofullwidth]
[TR][TD]A right aligned table.[/TD][/TR][/TABLE]
[TABLE=noborder]
[TR][TD]A table with no border.[/TD][/TR][/TABLE]
[TABLE=nobackground]
[TR][TD]A table that[/TD][/TR][TR][TD]doesn't color rows differently[/TD][/TR][/TABLE]
[TABLE=collapse]
[TR][TD]A table that[/TD][TD] has non-equal width columns.[/TD][/TR][/TABLE]
[INDENT] - Metin girintisi
Seçili metni içe kaydırır. Daha geniş kaydırmalar için içe içe kullanılabilir.
Örnek:
Normal metin
[INDENT]Girintili metin[/INDENT]
[INDENT=2]Daha girintili metin[/INDENT]
Output:
Normal metin
Girintili metin
Daha girintili metin
[PLAIN] - Düz metin
Sarılmış metinde BB kod çevirisini devre dışı bırakır.
Örnek:
[PLAIN]Bu [B]kalın[/B] bir yazı değil.[/PLAIN]
Output:
Bu [B]kalın[/B] bir yazı değil.
[ATTACH] - Dosya ekleme
Belirtilen noktaya bir dosya ekler. Ek, bir resim ise, küçük resim veya tam boyutlu bir görünüm eklenir. Bu genellikle uygun butona tıklatarak yerleştirilir.
Örnek:
Küçük resim: [ATTACH]123[/ATTACH]
Tam boyut: [ATTACH=full]123[/ATTACH]
Output:
Ekli dosyaların içeriği burada görülecektir.
[HIDE], [HIDEREPLY], [HIDETHANKS], [HIDEPOSTS], [HIDEREPLYPOSTS] - Hide content from users
Hide content from users depending on various circumstances. [HIDEREPLY] - Hides content until user has replied to the subject. [HIDETHANKS] - Hides content until user has liked the content. [HIDEREPLYTHANKS] - Hides content until user has replied to the subject or liked the content. [HIDEPOSTS] - Hides content until user has a certain number of posts. [HIDE] - Works like [HIDEREPLY].
Örnek:
[HIDE]You can view this content.[/HIDE]
[HIDEREPLY]You can view this content.[/HIDEREPLY]
[HIDETHANKS]You can view this content.[/HIDETHANKS]
[HIDEREPLYTHANKS]You can view this content.[/HIDEREPLYTHANKS]
[HIDEPOSTS]You can view this content.[/HIDEPOSTS]