Ç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.
Advanced text formatting options for wrapped text.
Örnek:
This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
This is [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted text.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
Output:
This is red and blue text.
This is red and blue highlighted text.
This is Courier New text.
This is small and big text.
[SUB],
[SUP]
-
Subscript,
Superscript
Position wrapped text.
Örnek:
This is [SUB]subscript[/SUB] text.
This is [SUP]superscript[/SUP] text.
Output:
This is subscript text.
This is superscript text.
[URL], [EMAIL] - Link Verme
Sarılmış metni hedef olarak kullanarak bir link oluşturur.
[LEFT], [RIGHT], [CENTER], [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. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
Output:
Left-aligned
Center-aligned
Right-aligned
This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.
[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:
You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
Output:
You have to click the following word to see the content.
[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.
Marks text as a structured heading to facilitate machine readability.
Örnek:
[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.
[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]