BB Kodu

  • [B], [I], [U], [S] - Kalın, italik, altı çizili ve vurgulu

    Sarılı metni kalın, italik, altı çizili veya vurgulu haline getirir.
    Örnek:
    Örnek [B]Kalın[/B] metin.
    Örnek [I]yatık[/I] metin.
    Örnek [U]Altı çizili[/U] metin.
    Örnek [S]vugulanmış[/S] metin.
    Output:
    Örnek Kalın metin.
    Örnek yatık metin.
    Örnek Altı çizili metin.
    Örnek vugulanmış metin.
  • [COLOR=renk], [FONT=yazı tipi], [SIZE=boyut] - Metin Rengi, Yazı Tipi ve Boyut

    Sarılı metnin rengini, yazı tipi veya boyutunu değiştirir.
    Örnek:
    [COLOR=red]Kırmızı[/COLOR] ve [COLOR=#0000cc]mavi[/COLOR] yazı örneği.
    [FONT=Courier New]Courier New[/FONT] yazı örneği.
    [SIZE=1]Küçük[/SIZE] ve [SIZE=7]büyük[/SIZE] yazı örneği.
    Output:
    Kırmızı ve mavi yazı örneği.
    Courier New yazı örneği.
    Küçük ve büyük yazı örneği.
  • [URL], [EMAIL] - Link Verme

    Sarılmış metni hedef olarak kullanarak bir link oluşturur.
    Örnek:
    [URL]https://www.site.com[/URL]
    [EMAIL]admin@site.com[/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.miuitr.info]siteadı.com'a git[/URL]
    [EMAIL=örnek@siteadi.com]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://i.hizliresim.com/jl0o70n.png[/IMG]
    Output:
  • [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, Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, 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], [CENTER], [RIGHT] - Metin hizalamaları

    Sarılmış metnin hizalamasını değiştirir.
    Örnek:
    [LEFT]Sola hizalı[/LEFT]
    [CENTER]Ortalanmış[/CENTER]
    [RIGHT]Sağa hizalı[/RIGHT]
    Output:
    Sola hizalı​
    Ortalanmış​
    Sağa hizalı​
  • [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] - Spoiler içeren satır içi metin

    Spoiler içerebilecek metni gizleyen ve görülmesi gereken izleyici tarafından tıklanması gereken normal içerikler arasında satır içi metin görüntülemenizi sağlar.
    Örnek:
    İçeriği görmek için aşağıdaki[ISPOILER]sözcüğü[/ISPOILER] tıklamanız gereklidir.
    Output:
    İçeriği görmek için aşağıdakisözcüğü tıklamanız gereklidir.
  • [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.
  • [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​
  • [TABLE] - Tablolar

    İçerikleriniz içinde tablolar görüntülemek için özel biçimlendirme.
    Ö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
  • [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.
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    Örnek:
    [abbr="on hover text"]text[/abbr]
    Output:
    text
  • [ACCORDION] [ACCORDION=option] - Accordion

    A customizable interactive accordion
    Örnek:
    [ACCORDION=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE=Second Slide]Second slide content[/SLIDE]
    [/ACCORDION]
    Output:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [ANCHOR] [ANCHOR=option] - Anchor

    Generate a HTML anchor tag
    Örnek:
    Generate an anchor point;
    [anchor]introduction[/anchor]

    Goto an anchor point
    [anchor=#introduction]Click here to go to introduction[/anchor]
    Output:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [ARTICLE] [ARTICLE=option] - Article

    Displays an article with an optional source attribution.
    Örnek:
    [ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
    [/ARTICLE]
    Output:
    Article:
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
  • [BIMG] [BIMG=option] - Block image

    Displays an image, allowing it to be resized, aligned or floated, and compared with another image.
    Örnek:
    [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
    [bimg=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    Output:

  • [ENCADRE] [ENCADRE=option] - Encadre

    This BB Code inserts a text box to the right of a text (absolute position). It has to be inserted just before the content. (width customizable in %)
    Örnek:
    [ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    [ENCADRE=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Output:
    Content
    Content
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset (Title and Width in % customizable ; separator: |)
    Örnek:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset=Title]This is a fieldset[/fieldset]
    [fieldset=Title|80]This is a fieldset[/fieldset]
    Output:
    Fieldset:
    This is a fieldset

    Title
    This is a fieldset

    Title
    This is a fieldset
  • [FLEFT] - Float left

    Make a block float on the left
    Örnek:
    [fleft]Make me float on the left[/fleft]
    Output:
    Make me float on the left
  • [FRIGHT] - Float right

    Make a block float on the right
    Örnek:
    [FRIGHT]Make me float on the right[/FRIGHT]
    Output:
    Make me float on the right
  • [GVIEW] [GVIEW=option] - GVIEW

    This BB Code displays documents using the "Google Docs - Viewer" (supports many different file types:pdf,ppt,doc,xls...).
    Örnek:
    [GVIEW]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]
    Output:
  • [HR] [HR=option] - hr

    Örnek:
    Default line:
    [hr]
    Example line one:
    [hr=1]
    Example line two:
    [hr=2]
    Example line three:
    [hr=3]
    Example line four:
    [hr=4]
    Example line five:
    [hr=5]
    Output:
    Default line:

    Example line one:

    Example line two:

    Example line three:

    Example line four:

    Example line five:

  • [JUSTIFY] - Justify

    Örnek:
    [justify]justified text example
    line 1
    line 2
    line 3[/justify]!
    Output:
    justified text example
    line 1
    line 2
    line 3​
    !
  • [LATEX] [LATEX=option] - Latex

    Renders LaTeX markup.
    Örnek:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Output:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Örnek:
    [alert=Title]Alert[/alert]
    Output:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Örnek:
    [information=Title]Information[/information]
    Output:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Örnek:
    [stop=Title]Stop[/stop]
    Output:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Örnek:
    [warning=Title]Warning[/warning]
    Output:
    title Warning
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    Örnek:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE=open]Content 4[/SLIDE]
    [/SLIDER]
    Output:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [QS] - Spoiler Bar

    Hides text that may contain spoilers that is displayed on hovering.
    Örnek:
    You have to hover or click/tap the following [qs]word[/qs] to see the content.
    Output:
    You have to hover or click/tap the following word to see the content.
  • [SUB] - Subscript

    Örnek:
    10[sub]1[/sub]!
    Output:
    101​!
  • [SUP] - Superscript

    Örnek:
    10[sup]1[/sup]!
    Output:
    101​!
  • [TABS] [TABS=option] - Tabs

    Sekmeleri bir gönderiye dönüştür
    Örnek:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - {tab=2}Link to tab 2{/tab}[/SLIDE]
    [SLIDE=Title 2]Content 2[/SLIDE]
    [/TABS]
    [TABS=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - {tab=2}Link to tab 2{/tab}[/SLIDE]
    [SLIDE=Second Slide]Second tab content[/SLIDE]
    [/TABS]
    Output:

  • [TIME] [TIME=option] - Time

    Displays a time or date based on a member's timezone preference.
    Örnek:
    [TIME=datetime]2050-12-12T03:12:46+0000[/TIME]
    Output:
Üst