مجموع الاعتمادات المكتسبة
148M+
إجمالي البطولات
5K+
إجمالي التحديات التي اكتملت
45K+

رموز BB

  • [B] و [I] و [U] و [S] - غامق ومائل وتسطير وشطر

    جعل النص الملتف غامقًا أو مائلًا أو مسطرًا أو مشطوبًا.
    مثال:
    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.
    انتاج |:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR = couleur ] ، [FONT = الاسم ] ، [SIZE = size ] - لون النص وخطه وحجمه

    يغير لون النص الملتف أو خطه أو حجمه.
    مثال:
    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.
    انتاج |:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL] ، [البريد الإلكتروني] - ربط

    ينشئ ارتباطًا باستخدام النص الملتف كهدف.
    مثال:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    انتاج |:
  • [URL = link ]، [EMAIL = العنوان ] - الربط (متقدم)

    يربط النص الملتف بصفحة الويب المحددة أو عنوان البريد الإلكتروني.
    مثال:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    انتاج |:
  • [USER = المعرف ] - ربط الملف الشخصي

    روابط لملف تعريف المستخدم. يتم إدراج هذا بشكل عام تلقائيًا عند ذكر مستخدم.
    مثال:
    [USER=1]اسم المستخدم[/USER]
    انتاج |:
  • [IMG] - صورة

    اعرض صورة باستخدام النص الملتف كعنوان URL.
    مثال:
    [IMG]https://esportzlive-ae.com/styles/glitch/xenforo/logo.png?p=&msisdn=[/IMG]
    انتاج |:
  • [MEDIA = الموقع ] - الوسائط المضمنة

    يدمج الوسائط من المواقع المعتمدة في رسالتك. يوصى باستخدام زر الوسائط في شريط أدوات المحرر.
    المواقع المعتمدة: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, Tumblr, Twitch, Twitter, Vimeo, YouTube
    مثال:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    انتاج |:
    سيظهر هنا مشغل YouTube مضمن.
  • [LIST] - القوائم

    يعرض قائمة ذات تعداد نقطي أو رقمي.
    مثال:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    انتاج |:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT] ، [CENTER] ، [RIGHT] - محاذاة النص

    يغير محاذاة النص الملتف.
    مثال:
    [LEFT] محاذاة إلى اليسار
    [CENTER] محاذاة للوسط
    [RIGHT] بمحاذاة لليمين
    انتاج |:
    محاذاة إلى اليسار
    محاذاة للوسط
    بمحاذاة لليمين​
  • [QUOTE] - Texte cité

    يعرض النص الذي تم نقلت من مصدر آخر. يمكنك ايضا ان تنعت اسم المصدر.
    مثال:
    [QUOTE] نص مقتبس [/ QUOTE]
    [QUOTE = شخص] شيء ما قالوه [/ QUOTE]
    انتاج |:
    نص مقتبس [/ QUOTE]
    [QUOTE = شخص] شيء ما قالوه [/ QUOTE]
  • [المفسد] - نص يحتوي على المفسدين

    يخفي النص الذي قد يحتوي على مفسدين بحيث يجب أن ينقر عليه المشاهد ليراه.
    مثال:
    [SPOILER] جناح بسيط [/ SPOILER]
    [SPOILER = Spoiler Title] Spoiler بعنوان [/ SPOILER]
    انتاج |:
    جناح بسيط [/ SPOILER]
    [SPOILER = Spoiler Title] Spoiler بعنوان [/ SPOILER]
  • [ISPOILER] - نص مضمّن يحتوي على مفسدين

    يسمح لك بعرض النص في السطر بين المحتوى العادي الذي يخفي النص الذي قد يحتوي على مفسدين ويجب أن ينقر عليه المشاهد ليراه.
    مثال:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    انتاج |:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    مثال:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    انتاج |:
    General code:
    الشفرة:
    General
    code
    Rich code:
    Rich (BB code):
    Rich
    code
    PHP code:
    PHP:
    echo $hello . ' world';
    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    مثال:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    انتاج |:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    مثال:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    انتاج |:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    مثال:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    انتاج |:
    Header 1Header 2
    Content 1Content 2
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    مثال:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    انتاج |:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    مثال:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    انتاج |:
    The contents of the attachments would appear here.
Top