Neler yeni

BB Kodu

  • [B], [I], [U], [S] - bold, Yatık, Altını çiz, Struck-through

    Basic text formatting for the wrapped text.
    Örnek:
    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.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=font], [SIZE=size] - Metin rengi, Font, Boyut

    Advanced text formatting options for wrapped text.
    Örnek:
    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.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Link Verme

    Sarılmış metni hedef olarak kullanarak bir link oluşturur.
    Örnek:
    [URL]https://www.site.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Link Verme (Gelişmiş)

    Sarmalanmış metni belirtilen web sayfasına veya e-posta adresine bağlar.
    Örnek:
    [URL=https://www.xenforo.gen.tr]siteadı.com'a git[/URL]
    [EMAIL=ö[email protected]]Bana e-posta gönder[/EMAIL]
    Output:
  • [USER=ID] - Profil Bağlantısı,kullanıc etiketleme

    Bir kullanıcının profiline bağlanır. Bu genellikle bir kullanıcıya söz verirken otomatik olarak eklenir.
    Örnek:
    [USER=1]Kullanıcı adı[/USER]
    Output:
  • [IMG] - Resim

    Sarılmış metni URL olarak bir görüntü oluşturma.
    Örnek:
    [IMG]https://imhateam.org/forum/data/assets/logo/imtlogo3gf-removebg-preview.png[/IMG]
    Output:
    imtlogo3gf-removebg-preview.png
  • [MEDIA=site] - Gömülü Medya

    Sitemiz tarafından onaylanmış sitelerden mesajnıza medya gömer. Mesaj editöründeki MEDYA düğmesini kullanmanız tavsiye edilir. Onaylanmış siteler:
    Siteleri onayla: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram (Legacy), Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Örnek:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    Yerleşik bir YouTube oynatıcı burada görünür.
  • [LIST] - Listeler

    Maddeyi işaretli veya numaralı bir liste olarak görüntüler.
    Örnek:
    [LIST]
    [*]Madde 1
    [*]Madde 2
    [/LIST]
    [LIST=1]
    [*]Giriş 1
    [*]Giriş 2
    [/LIST]
    Output:
    • Madde 1
    • Madde 2
    1. Giriş 1
    2. Giriş 2
  • [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.
    Örnek:
    [QUOTE]Alıntılanan metin[/QUOTE]
    [QUOTE=Kullanıcı adı]Alıntılanan metin[/QUOTE]
    Output:
    Alıntılanan metin
    Kullanıcı adı' Alıntı:
    Alıntılanan metin
  • [SPOILER] - Spoiler içeren metin

    Spoiler içerebilecek metni gizler, böylece izleyicinin görmesi için tıklanması gerekir.
    Örnek:
    [SPOILER]Basit Spoiler [/SPOILER]
    [SPOILER=Başlıklı spoyler]Başlıklı spoyler[/SPOILER]
    Output:
    Basit Spoiler
    Başlıklı spoyler
  • [ISPOILER] - Inline text containing spoilers

    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]

    JS code:
    [CODE=js]var hello = 'Ne mutlu Türküm diyene...';[/CODE]
    Output:
    Genel kod:
    Kod:
    Genel kod

    Zengin kod:
    Rich (BB code):
    Zengin 
    kod

    PHP kodu:
    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.';

    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] - Tables

    Special markup to display tables in your content.
    Örnek:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Örnek:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    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]
    Output:
    Ekli dosyaların içeriği burada görülecektir.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Örnek:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Output:
    Hidden content
    Bu içeriği görebilmeniz için bu konuya cevap vermeniz gerekmektedir.
    Hidden content
    You need -1 more posts to view this content
    Hidden content
    Bu içeriği görebilmeniz için bu konuya cevap vermeniz gerekmektedir.
    Hidden content
    Konuyu Görebilmeniz için "Beğenmeniz ve Yorum yapmaniz" Gerekir.
    Hidden content
    You need to reply to this thread or react to this post in order to see this content.
    Hidden content
    You need to be in at least one of the following groups to see this content: Administrator ( yönetim)
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Örnek:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Output:
    It costs 5 credits to see this text.