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=color],
[FONT=name],
[SIZE=size]
-
لون النص,
Font,
الحجم
Applies advanced formatting to the wrapped 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=8]big[/SIZE] text.
[LEFT], [CENTER], [RIGHT], [JUSTIFY] - Text alignment
تغيير محاذاة النص الملتف.
المثال:
[LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
[JUSTIFY]This is a justified text block with a long content to demonstrate the justification.[/JUSTIFY]
الناتج:
Left-aligned
Center-aligned
Right-aligned
This is a justified text block with a long content to demonstrate the justification.
[QUOTE] - النص المقتبس
عرض نص مقتبس من مصدر آخر. يمكنك أيضا إدارج إسم المصدر المقتبس منه.
المثال:
[QUOTE]النص المقتبس[/QUOTE]
[QUOTE=إسم الشخص]الشيء الذي قاله[/QUOTE]
بلوكات الأكواد المضمنة مريحة test code لعرض الأكواد المضمنة.
[TABLE], [TR], [TH], [TD] - Tables
Use [TR] tags to start new rows inside a table tag. Use [TD] tags to start new cells inside row tags. Use [TH] to start new table header cells inside table rows.
[TABLE=right-nofullwidth]
[TR][TD]A right aligned table.[/TD][/TR][/TABLE]
[TABLE=noborder]
[TR][TD]A table with no border.[/TD][/TR][/TABLE]
[TABLE=nobackground]
[TR][TD]A table that[/TD][/TR][TR][TD]doesn't color rows differently[/TD][/TR][/TABLE]
[TABLE=collapse]
[TR][TD]A table that[/TD][TD] has non-equal width columns.[/TD][/TR][/TABLE]
الناتج:
A table that is not full width
A centered table.
A right aligned table.
A table with no border.
A table that
doesn't color rows differently
A table that
has non-equal width columns.
[INDENT] - المسافة البادئة
المسافات البادئة للنص المضمن. يمكن تعديل المسافة للحصول على مسافات مختلفة قبل النص.
المثال:
نص عادي
[INDENT]نص يستخدم مسافة بادئة[/INDENT]
[INDENT=2]نص يستخدم مسافة بادئة أكبر[/INDENT]
الناتج:
نص عادي
نص يستخدم مسافة بادئة
نص يستخدم مسافة بادئة أكبر
[PLAIN] - نص عادي
تعطيل عمل تحويل أكواد BB code داخل النص
المثال:
[PLAIN]هذا ليس نص [B]عريض[/B].[/PLAIN]
الناتج:
هذا ليس نص [B]عريض[/B].
[ATTACH] - إدراج مرفق
إدراج مرفق في مكان معين. إذا كان المرفق عبارة عن صورة سيتم إدراج الحجم المصغر أو الحجم الكامل. عموماً سيتم إدراج المرفق عند الضغط على الزر المناسب.
المثال:
المصغرة: [ATTACH]123[/ATTACH]
الحجم الكامل: [ATTACH=full]123[/ATTACH]
الناتج:
ستظهر محتويات المرفقات هنا.
[HIDE], [HIDEREPLY], [HIDETHANKS], [HIDEPOSTS], [HIDEREPLYPOSTS] - Hide content from users
Hide content from users depending on various circumstances. [HIDEREPLY] - Hides content until user has replied to the subject. [HIDETHANKS] - Hides content until user has liked the content. [HIDEREPLYTHANKS] - Hides content until user has replied to the subject or liked the content. [HIDEPOSTS] - Hides content until user has a certain number of posts. [HIDE] - Works like [HIDEREPLY].
المثال:
[HIDE]You can view this content.[/HIDE]
[HIDEREPLY]You can view this content.[/HIDEREPLY]
[HIDETHANKS]You can view this content.[/HIDETHANKS]
[HIDEREPLYTHANKS]You can view this content.[/HIDEREPLYTHANKS]
[HIDEPOSTS]You can view this content.[/HIDEPOSTS]
الناتج:
You need to reply to this in order to see this content.
You need to reply to this in order to see this content.
You need to like this in order to view this content.
You need to like or reply to this in order to see this content.