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], [BGCOLOR=color], [FONT=font], [SIZE=size] - Arka plan rengi, 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 [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.
    Örnek:
    [URL]http://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.siteadi.com]siteadi.com adesine git[/URL]
    [EMAIL=e-posta@siteadi.com]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://divanmakam.com/styles/default/xenforo/logo6.png[/IMG]
    Output:
    logo6.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Örnek:
    [VIDEO]https://divanmakam.com/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://divanmakam.com/styles/editor-manager/missing-video.mp3[/VIDEO]
    Output:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Örnek:
    [AUDIO]https://divanmakam.com/styles/editor-manager/missing-audio.mp3[/AUDIO]
    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: ABC News, Amazon Product, Anchor, Apple Music, Audioboom, Audiomack, Bandcamp, BBC News, BitChute, Bleacher Report videos, Break, Brightcove, Castos, CBS News Video, Clyp, CNBC, CNN, CNNMoney, CodePen, Comedy Central, Coub, Dailymotion, Democracy Now!, dumpert, 8tracks, ESPN, Facebook, Falstad Circuit Simulator, Flickr, Fox News, Funny or Die, Gamespot, GameTrailers, Getty Images, Gfycat, Gifs.com, GIPHY, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Hudl, Hulu, IGN, IMDb, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JSFiddle, JW Platform, Kaltura, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, Liveleak, Livestream, Mail.Ru, Medium, Megaphone, Metacafe, Mixcloud, Mixer, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NBC Sports, NHL Videos and Highlights, NPR, The New York Times Video, Orfium, Pastebin, Pinterest, Podbean, Prezi, Reddit threads and comments, Rumble, Rutube, Scribd, Sendvid, SlideShare, SoundCloud, Sporcle, Sportsnet, Spotify, Spreaker, Steam store, Stitcher, Straw Poll, Streamable, Streamja, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, TikTok, TMZ, TradingView, Trailer Addict, Trending Views, Tumblr, 247Sports, Twitch, Twitter, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, Wistia, WorldStarHipHop, The Wall Street Journal Online, GameClips.io, Gamer DVR, Youku, 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 Yapısı:
    [CODE]SAP OFIS
    [/CODE]

    Zenginleştirilmiş Kod Yapısı:
    [CODE=rich][COLOR=red]SAP[/COLOR]
    OFIS[/CODE]

    PHP Kod Yapısı:
    [CODE=php]echo $hello . ' SAP OFIS';[/CODE]

    JS Kod Yapısı:
    [CODE=javascript]var hello = 'SAP OFIS';[/CODE]
    Output:
    Genel Kod Yapısı:
    Kod:
    SAP OFIS

    Zenginleştirilmiş Kod Yapısı:
    Rich (BB code):
    SAP
    OFIS

    PHP Kod Yapısı:
    PHP:
    echo $hello . ' SAP OFIS';

    JS Kod Yapısı:
    JavaScript:
    var hello = 'SAP OFIS';
  • [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=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
    You need to reply to this thread in order to see this content.
    Hidden content
    You need -1 more posts to view this content
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need to react to this post in order to see this content.
    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:
  • [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 width=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE title="Second Slide"]Second slide content[/SLIDE]
    [/ACCORDION]
    Output:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [AMS=option] - AMS: Article/Page/Series embed

    BB code for displaying articles, article pages and series
    Örnek:
    [AMS=article, X]AMS Article BB Code[/AMS]
    Output:
    [AMS=article, X]AMS Article BB Code[/AMS]
  • [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:
    Yazı:
    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 width=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 width=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
    Örnek:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset title="Title"]This is a fieldset[/fieldset]
    [fieldset title="Title" width=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:
  • [H1] - h1

    Örnek:
    [h1]Example[/h1]
    Normal text
    Output:

    Example

    Normal text
  • [H2] - h2

    Örnek:
    [h2]Example[/h2]
    Normal text
    Output:

    Example

    Normal text
  • [H3] - h3

    Örnek:
    [h3]Example[/h3]
    Normal text
    Output:

    Example

    Normal text
  • [H4] - h4

    Örnek:
    [h4]Example[/h4]
    Normal text
    Output:

    Example

    Normal text
  • [HR] [HR=option] - Horizontal line

    Örnek:
    Default line:
    [hr]
    Unformatted line:
    [hr=0]
    Solid line:
    [hr=1]
    Lightly faded on both sides:
    [hr=2]
    Significantly faded on both sides:
    [hr=3]
    Faded to left:
    [hr=4]
    Faded from right:
    [hr=5]
    Output:
    Default line:

    Unformatted line:

    Solid line:

    Lightly faded on both sides:

    Significantly faded on both sides:

    Faded to left:

    Faded from right:

  • [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
  • [SHOWCASE=option] - Showcase Item embed

    BB code for displaying showcase items
    Örnek:
    [SHOWCASE=item, X]Showcase Item BB Code[/SHOWCASE]
    Output:
    [SHOWCASE=item, X]Showcase Item BB Code[/SHOWCASE]
  • [SLIDER] [SLIDER=option] - Slider

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

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

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

    Render Tabs into a post
    Örnek:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Title 2"]Content 2[/SLIDE]
    [/TABS]
    [TABS width=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="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 Alt