BB Kodu

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

    Ekli 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.
    Çıktı:
    Ö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

    Ekli 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.
    Çıktı:
    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

    Ekli metni hedef olarak kullanıp bir bağlantı oluşturur.
    Örnek:
    [URL]http://www.site.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Çıktı:
  • [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 protected]]E-Posta gönder[/EMAIL]
    Çıktı:
  • [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]
    Çıktı:
  • [IMG] - Resim

    Ekli metni URL olarak kullanarak bir resim görüntüleyin.
    Örnek:
    [IMG]https://spyforum.b-cdn.net/data/assets/logo/spy-forum-logo.png[/IMG]
    Çıktı:
    spy-forum-logo.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]kQ0Eo1UccEE[/MEDIA]
    Çıktı:
    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]
    Çıktı:
    • Madde 1
    • Madde 2
    1. Giriş 1
    2. Giriş 2
  • [LEFT], [CENTER], [RIGHT] - Metin hizalamaları

    Ekli metnin hizalamasını değiştirir.
    Örnek:
    [LEFT]Sola hizalı[/LEFT]
    [CENTER]Ortalanmış[/CENTER]
    [RIGHT]Sağa hizalı[/RIGHT]
    Çıktı:
    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]
    Çıktı:
    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]
    Çıktı:
    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.
    Çıktı:
    İçeriği görmek için aşağıdakisözcüğü tıklamanız gereklidir.
  • [CODE] - Kod göstermini programlama

    Mümkün olan söz dizimini vurgulayan, çeşitli programlama dillerinden birinde metin görüntüler.
    Örnek:
    Genel Kod Yapısı:
    [CODE]XTR | Think Different and Make it...
    [/CODE]
    Zenginleştirilmiş Kod Yapısı:
    [CODE=rich][COLOR=red]XTR | Think Different[/COLOR] and Make it...[/CODE]
    PHP Kod Yapısı:
    [CODE=php]echo $hello . ' XTR | Think Different and Make it...';[/CODE]
    JS Kod Yapısı:
    [CODE=javascript]var hello = 'XTR | Think Different and Make it...';[/CODE]
    Çıktı:
    Genel Kod Yapısı:
    Kod:
    XTR | Think Different and Make it...
    Zenginleştirilmiş Kod Yapısı:
    Rich (BB code):
    XTR | Think Different and Make it...
    PHP Kod Yapısı:
    PHP:
    echo $hello . ' XTR | Think Different and Make it...';
    JS Kod Yapısı:
    JavaScript:
    var hello = 'XTR | Think Different and Make it...';
  • [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.
    Çıktı:
    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=2]Daha girintili metin[/INDENT]
    Çıktı:
    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]
    Çıktı:
    Header 1Header 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.
    Çıktı:

    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.
  • [PLAIN] - Düz metin

    Ekli metinde BB kod dönüşümünü devre dışı bırakır.
    Örnek:
    [PLAIN]Bu [B]kalın[/B] bir yazı değil.[/PLAIN]
    Çıktı:
    Bu [B]kalın[/B] bir yazı değil.
  • [ATTACH] - Dosya ekleme

    Belirtilen alana eklerinizi ilave etmenize olanak sağlar. Ek, eğer bir resim ise, küçük resim veya tam boyutlu bir görünüm eklenebilir. Bu seçime size uygun formata göre karar vererek uygun butona tıklayarak ek (resim) yerleştirilir.
    Örnek:
    Küçük resim: [ATTACH]123[/ATTACH]
    Tam boyut: [ATTACH=full]123[/ATTACH]
    Çıktı:
    Ekli dosyaların içeriği bu alanda görüntülenecektir.
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Örnek:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Çıktı:
    It costs 5 credits to see this text.
  • [CLUB] - For club members

    The information inside the code is displayed only to members of the club.
    Örnek:
    [CLUB]Hello World![/CLUB] - Hidden text for club members
    Çıktı:
    - Hidden text for club members
  • [DAYS=option] - Number of days

    Number of days from the date of registration on the forum, which the user needs to be able to view
    Örnek:
    [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
    Çıktı:
    - Only registered users who are registered not earlier than 5 days ago are displayed.
  • [GROUPS=option] - For user groups

    The tag hides content from people who are not members of X,Y,Z user groups.
    Örnek:
    [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
    Çıktı:
    Content of this hidden block can only be seen by members of: 1 - Üye / Members
    Hello World!
    - Displayed only for group members with ID 2.
  • [HIDE] [HIDE=option] - For registered users only

    Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.

    Allowed expressions (tags):

    • posts: Number of user posts.
    • likes: User reaction count.
    • reactions: User reaction count (same as likes).
    • trophies: Number of user trophies.
    • days: Number of days since user registration.
    • isMemberOf(id): User group, for multiple groups you can use comma-separated values.
    • username: User's username.
    • user_id: User's identifier.
    • user_state: User's state.
    • is_staff: Flag indicating whether the user is a staff member.
    • is_admin: Flag indicating whether the user is an administrator.
    • is_moderator: Flag indicating whether the user is a moderator.

    Allowed operators:

    • Arithmetic operators:
      Arithmetic operators are used for performing mathematical calculations:
      • +
      • -
      • *
      • /
      • % (modulus)
      • ** (exponentiation)
    • Comparison operators:
      Comparison operators are used for comparing values and returning a boolean result:
      • == (equal to)
      • === (strictly equal to)
      • != (not equal to)
      • !== (strictly not equal to)
      • < (less than)
      • > (greater than)
      • <= (less than or equal to)
      • >= (greater than or equal to)
    • Logical operators:
      Logical operators are used for performing logical operations and returning a boolean result:
      • and or && (logical AND)
      • or or || (logical OR)
      • not or ! (logical NOT)
    • Bitwise operators:
      Bitwise operators are performed on binary representations of numbers:
      • & (bitwise AND)
      • | (bitwise OR)
      • ^ (bitwise XOR)
    • String operators:
      The ~ operator is used for string concatenation:
      • ~ (string concatenation)
    • Array operators:
      Array operators are used for checking element membership in an array:
      • in (element present in array)
      • not in (element not present in array)
    • Numeric operators:
      The .. operator is used to create a range of numbers:
      • .. (number range)
    • Ternary operator:
      The ?: operator is used to perform conditional operations in a single line:
      • ?: (ternary operator)
    Örnek:
    [HIDE]Hello World![/HIDE] - only registered users see the hidden text
    [HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
    [HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
    [HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
    [HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
    [HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
    Çıktı:
    Gizli içeriği görüntüleme kayıtlı kullanıcılar için geçerlidir !
    Hello World!
    - only registered users see the hidden text
    message > 1 (0) or like > 1 (0)
    Hello world!
    - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
    message > 1 (0) and like > 1 (0)
    Hello world!
    - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
    day > 1 (0) or Kullanıcı durumu is "valid" (valid)
    Hello World!
    - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
    Member group(s): 1 - Üye / Members or point >= 0 (0)
    Hello World!
    - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
    Yönetici
    Hello World!
    - The hidden text "Hello World!" will be displayed if the user is a staff member.
  • [LIKES=option] - Number of likes

    Number of likes on the forum, which the user needs to be able to view
    Örnek:
    [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
    Çıktı:
    - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
  • [POSTS=option] - Number of posts

    Number of posts on the forum, which the user needs to be able to view
    Örnek:
    [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
    Çıktı:
    - Displays users who have 5 or more posts on the forum.
  • [PRODUCT=option] - Ürün yerleştir

    Ürünleri görüntülemek için BB Code
    Örnek:
    [PRODUCT=product, X]Ürün BB Code[/PRODUCT]
    Çıktı:
    [PRODUCT=product, X]Ürün BB Code[/PRODUCT]
  • [REACTS=option] - By the reactions

    Hidden text for which you need to select a specific reaction
    Örnek:
    [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
    Çıktı:
    - displayed for those who clicked the 'Like' reaction.
  • [REPLY] - Answers the thread

    Hidden text until the user answers the thread.
    Örnek:
    [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
    Çıktı:
    - Displayed to users when they reply to the thread.
  • [REPLYANDTHANKS] - Answer and click Like

    Hidden text until the user responds to the thread and clicks Like on this message.
    Örnek:
    [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
    Çıktı:
    - It is displayed to users when they reply to the thread and click "I like".
  • [REPLYTHANKS] - Answer or click Like

    Hidden text until the user responds to the thread or clicks Like on this message.
    Örnek:
    [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
    Çıktı:
    - It is displayed to users when they reply to the thread or click "I like".
  • [THANKS] - Click "Like"

    This tag hides the text until the user clicks the Like button in the message.
    Örnek:
    [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
    Çıktı:
    - This tag hides the text until the user clicks the <b>Like button</b> in the message.
  • [TROPHIES=option] - Number of trophies

    Number of trophies on the forum, which the user needs to be able to view
    Örnek:
    [TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
    Çıktı:
    - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
  • [USERS=option] - For users

    Hides the text from users, except for the parameters listed in the list of BB-code.
    Örnek:
    [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
    Çıktı:
    Hidden text for users: Alex, JOHN
    Hello World!
    - Displayed only by user Alex, John, Bryan.
  • [USERSEXC=option] - Exclude users

    Hides the text from users that is listed in the list of parameters of the BB-code.
    Örnek:
    [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
    Çıktı:
    - Displayed to all users except Alex, John, Bryan.
  • [USERSID=option] - Users by id

    Hides the text from users by id, except for the parameters listed in the list of BB-code.
    Örnek:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
    Çıktı:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
  • [USERSIDEXC=option] - Exclude users by id

    Hides the text from users by id that are listed in the list of parameters of the BB-code.
    Örnek:
    [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
    Çıktı:
    - Appears only for all users except with ids 1, 2, 3.
124,569Konular
3,172,103Mesajlar
257,939Kullanıcılar
CLAYSSon Üye
Üst