-
Makes the wrapped text bold, italic, underlined, or struck-through.
- مثال:
- این متن [B]کلفت[/B] است.
این متن [I]کج[/I] است.
این متن [U]زیر خط دار[/U] است.
این متن [S]روی خط دار [/S] است.
- Output:
این متن کلفت است.
این متن کج است.
این متن زیر خط دار است.
این متن روی خط دار است.
-
تغییر دادن رنگ، فونت، یا سایز متن های طولانی.
- مثال:
- 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.
- Output:
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]
- Output:
-
Links the wrapped text to the specified web page or email address.
- مثال:
- [URL=http://www.proxen.ir] برو به لینک proxen.ir[/URL]
[EMAIL=example@example.com]ایمیل به من[/EMAIL]
- Output:
-
لینک به پروفایل کاربر معمولاً هنگام تگ کاربر به صورت خودکار درج می شود.
- مثال:
- [USER=1]نام کاربری[/USER]
- Output:
-
Display an image, using the wrapped text as the URL.
- مثال:
- [IMG]https://iranianecu.com/styles/elegance2_lightblue/xenforo/logo.og1.png[/IMG]
- Output:
https://iranianecu.com/styles/elegance2_lightblue/xenforo/logo.og1.png
-
Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
سایت های تایید شده:
aparat,
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram,
Liveleak,
Metacafe,
Pinterest,
Reddit,
SoundCloud,
Spotify,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- مثال:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Output:
- An embedded YouTube player would appear here.
-
Displays a bulleted or numbered list.
- مثال:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Output:
-
تغییرات، متن های طولانی را هم تراز میکند.
- مثال:
- [LEFT]چپ چین[/LEFT]
[CENTER]وسط چین[/CENTER]
[RIGHT]راستچین[/RIGHT]
- Output:
-
Displays text that has been quoted from another source. You may also attribute the name of the source.
- مثال:
- [QUOTE]متن نقل قول[/QUOTE]
[QUOTE=یک کاربر]نقل قول شده از[/QUOTE]
- Output:
-
Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
- مثال:
- [SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
- Output:
-
Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
- مثال:
- 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.
-
Displays text in one of several programming languages, highlighting the syntax where possible.
- مثال:
- کد عمومی:
[CODE]
کد
عمومی
[/CODE]
کد محتوا:
[CODE=rich]
[COLOR=red]
کد
[/COLOR]
محتوا
[/CODE]
کد PHP:
[CODE=php]echo $hello . ' world';[/CODE]
کد JS:
[CODE=js]var hello = 'world';[/CODE]
- Output:
کد عمومی:
کد محتوا:
کد PHP:
کد JS:
-
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.
- Output:
Inline code blocks are a convenient way
of displaying code inline.
-
Indents the wrapped text. This can be nested for larger indentings.
- مثال:
- متن معمولی
[INDENT]
متن برجسته
[INDENT]
متن متراکم تر
[/INDENT]
[/INDENT]
- Output:
متن معمولی
متن برجسته
متن متراکم تر
-
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]
- Output:
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
-
Disables BB code translation on the wrapped text.
- مثال:
- [PLAIN]این متن [B]کلفت [/B] نیست.[/PLAIN]
- Output:
این متن [B]کلفت [/B] نیست.
-
پیوست را در نقطه مشخص درج می کند. اگر پیوست یک تصویر باشد ، یک تصویر بند انگشتی یا نسخه با اندازه کامل درج می شود. این به طور کلی با کلیک روی دکمه مناسب وارد می شود.
- مثال:
-
بندانگشتی: [ATTACH]123[/ATTACH]
اندازه کامل: [ATTACH=full]123[/ATTACH]
- Output:
- محتوای پیوست ها در اینجا وارد می شود.
-
BB code for displaying gallery media items and albums.
- مثال:
- [GALLERY=media, X]Gallery BB Code[/GALLERY]
- Output:
[GALLERY=media, X]Gallery BB Code[/GALLERY]
-
BB code for displaying blog entries, blogs and series
- مثال:
- [UBS=blog_entry, X]UBS Blog Entry BB Code[/UBS]
- Output:
[UBS=blog_entry, X]UBS Blog Entry BB Code[/UBS]