جعل النص الملتف غامقًا أو مائلًا أو مسطرًا أو مشطوبًا.
مثال:
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.
يغير لون النص الملتف أو خطه أو حجمه.
مثال:
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]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
انتاج |:
يربط النص الملتف بصفحة الويب المحددة أو عنوان البريد الإلكتروني.
مثال:
[URL=https://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]
انتاج |:
روابط لملف تعريف المستخدم. يتم إدراج هذا بشكل عام تلقائيًا عند ذكر مستخدم.
مثال:
[USER=1]اسم المستخدم[/USER]
انتاج |:
اعرض صورة باستخدام النص الملتف كعنوان URL.
مثال:
[IMG]https://esportzlive.com/styles/glitch/xenforo/logo.png?p=&msisdn=[/IMG]
انتاج |:
يدمج الوسائط من المواقع المعتمدة في رسالتك. يوصى باستخدام زر الوسائط في شريط أدوات المحرر.
المواقع المعتمدة:
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]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
انتاج |:
يغير محاذاة النص الملتف.
مثال:
[LEFT] محاذاة إلى اليسار
[CENTER] محاذاة للوسط
[RIGHT] بمحاذاة لليمين
انتاج |:
محاذاة إلى اليسار
محاذاة للوسط
بمحاذاة لليمين
يعرض النص الذي تم نقلت من مصدر آخر. يمكنك ايضا ان تنعت اسم المصدر.
مثال:
[QUOTE] نص مقتبس [/ QUOTE]
[QUOTE = شخص] شيء ما قالوه [/ QUOTE]
انتاج |:
نص مقتبس [/ QUOTE]
[QUOTE = شخص] شيء ما قالوه [/ QUOTE]
يخفي النص الذي قد يحتوي على مفسدين بحيث يجب أن ينقر عليه المشاهد ليراه.
مثال:
[SPOILER] جناح بسيط [/ SPOILER]
[SPOILER = Spoiler Title] Spoiler بعنوان [/ SPOILER]
انتاج |:
المفسد
جناح بسيط [/ SPOILER]
[SPOILER = Spoiler Title] Spoiler بعنوان [/ SPOILER]
يسمح لك بعرض النص في السطر بين المحتوى العادي الذي يخفي النص الذي قد يحتوي على مفسدين ويجب أن ينقر عليه المشاهد ليراه.
مثال:
You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
انتاج |:
You have to click the following word to see the content.
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:
Rich code:
PHP code:
JS code:
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.
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
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 1 Header 2 Content 1 Content 2
Disables BB code translation on the wrapped text.
مثال:
[PLAIN]This is not [B]bold[/B] text.[/PLAIN]
انتاج |:
This is not [B]bold[/B] text.
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.