بی بی کد ها

  • [B], [I], [U], [S] - bold, کج, زیر خط دار, خط روی متن

    Basic text formatting for the wrapped text.
    مثال:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    این متن [S]دارای خط [/S] است.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    این متن دارای خط است.
  • [COLOR=color], [BGCOLOR=color], [FONT=font], [SIZE=size] - هایلایت, رنگ متن, Font, اندازه

    Advanced text formatting options for wrapped text.
    مثال:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted 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 red and blue highlighted text.
    This is Courier New text.
    This is small and big text.
  • [SUB], [SUP] - Subscript, Superscript

    Position wrapped text.
    مثال:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Output:
    This is subscript​ text.
    This is superscript​ text.
  • [URL], [EMAIL] - لینک ها

    لینکی که در متن پاراگراف به مقصد جدیدی پیوند میدهد.
    مثال:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - لینک ها (پیشرفته)

    Links the wrapped text to the specified web page or email address.
    مثال:
    [URL=http://www.proxen.ir] برو به لینک proxen.ir[/URL]
    [[email protected]]ایمیل به من[/EMAIL]
    Output:
  • [USER=ID] - لینک به پروفایل

    لینک به پروفایل کاربر معمولاً هنگام تگ کاربر به صورت خودکار درج می شود.
    مثال:
    [USER=1]نام کاربری[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    مثال:
    [IMG]https://negahdll.top/negahdl.png[/IMG]
    Output:
    negahdl.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    مثال:
    [VIDEO]https://negahdll.top/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://negahdll.top/styles/editor-manager/missing-video.mp3[/VIDEO]
    Output:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    مثال:
    [AUDIO]https://negahdll.top/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Output:
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    سایت های تایید شده: آپارات, Google Drive, Google+, Google Sheets, IMDb, Instagram, Mixcloud, نماشا, Telegram
    مثال:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    مثال:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    تغییرات، متن های طولانی را هم تراز میکند.
    مثال:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    مثال:
    [QUOTE]متن نقل قول[/QUOTE]
    [QUOTE=یک کاربر]نقل قول شده از[/QUOTE]
    Output:
    یک کاربر گفت:
  • [SPOILER] - Text containing spoilers

    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:

    Please, ورود or عضویت to view spoiler content!

    Please, ورود or عضویت to view spoiler content!
  • [ISPOILER] - Inline text containing spoilers

    Hides text that may contain spoilers so that it 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.
  • [CODE] - نمایش کد برنامه نویسی

    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:
    کد عمومی:
    کد:
    Please, ورود or عضویت to view codes content!

    کد محتوا:
    Rich (BB code):
    Please, ورود or عضویت to view codes content!

    کد PHP:
    PHP:
    Please, ورود or عضویت to view codes content!

    کد JS:
    کد:
    Please, ورود or عضویت to view codes content!
  • [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.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [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]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    مثال:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    مثال:
    [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.
    Output:

    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.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    مثال:
    متن معمولی
    [INDENT]
    متن برجسته
    [INDENT]
    متن متراکم تر
    [/INDENT]
    [/INDENT]
    Output:
    متن معمولی

    متن برجسته

    متن متراکم تر
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    مثال:
    [PLAIN]این متن [B]کلفت [/B] نیست.[/PLAIN]
    Output:
    این متن [B]کلفت [/B] نیست.
  • [ATTACH] - درج پیوست

    پیوست را در نقطه مشخص درج می کند. اگر پیوست یک تصویر باشد ، یک تصویر بند انگشتی یا نسخه با اندازه کامل درج می شود. این به طور کلی با کلیک روی دکمه مناسب وارد می شود.
    مثال:
    بندانگشتی: [ATTACH]123[/ATTACH]
    اندازه کامل: [ATTACH=full]123[/ATTACH]
    Output:
    محتوای پیوست ها در اینجا وارد می شود.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    مثال:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Output:
    متاسفم !محتوا مخفی شده است. محتوا فقط به کاربران ثبت نام شده نمایش داده میشود.


    Hidden content
    You need -1 more posts to view this content
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need to react to this post in order to see this content.
    Hidden content
    You need to reply to this thread or react to this post in order to see this content.
    Hidden content
    You need to be in at least one of the following groups to see this content:
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    مثال:
    [abbr="on hover text"]text[/abbr]
    Output:
    text
  • [ACCORDION] [ACCORDION=option] - Accordion

    A customizable interactive accordion
    مثال:
    [ACCORDION width=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE title="Second Slide"]Second slide content[/SLIDE]
    [/ACCORDION]
    Output:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [ANCHOR] [ANCHOR=option] - Anchor

    Generate a HTML anchor tag
    مثال:
    Generate an anchor point;
    [anchor]introduction[/anchor]

    Goto an anchor point
    [anchor=#introduction]Click here to go to introduction[/anchor]
    Output:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [REPLYANDTHANKS] - پاسخ و لایک

    متن پنهان تا زمانی که کاربر به موضوع پاسخ دهد و این پیام را لایک کند.
    مثال:
    [REPLYANDTHANKSسلام دنیا![/REPLYANDTHANKS] - برای کاربرانی که به این پست پاسخ داده اند و لایک کرده اند نمایش داده میشود.
    Output:
    [REPLYANDTHANKSسلام دنیا![/REPLYANDTHANKS] - برای کاربرانی که به این پست پاسخ داده اند و لایک کرده اند نمایش داده میشود.
  • [REPLYTHANKS] - پاسخ یا لایک

    متن پنهان تا زمانی که کاربر به موضوع پاسخ دهد یا پیام را لایک کند.
    مثال:
    [REPLYTHANKS]سلام دنیا![/REPLYTHANKS] - برای کاربرانی که به این موضوع پاسخ داده اند و لایک کرده اند نمایش داده می شود.
    Output:
    - برای کاربرانی که به این موضوع پاسخ داده اند و لایک کرده اند نمایش داده می شود.
  • [REPLY] - پاسخ به موضوع

    متن پنهان تا زمانی که کاربر به موضوع پاسخ دهد.
    مثال:
    [REPLY]سلام دنیا![/REPLY] - برای کاربرانی که به این پست پاسخ داده اند، نمایش داده شود.
    Output:
    - برای کاربرانی که به این پست پاسخ داده اند، نمایش داده شود.
  • [ARTICLE] [ARTICLE=option] - Article

    Displays an article with an optional source attribution.
    مثال:
    [ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
    [/ARTICLE]
    Output:
    Article:
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
  • [BIMG] [BIMG=option] - Block image

    Displays an image, allowing it to be resized, aligned or floated, and compared with another image.
    مثال:
    [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
    [bimg width=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    Output:

  • [REACTS=option] - با واکنش ها

    متن مخفی که برای آن نیاز به یک واکنش خاص دارید
    مثال:
    [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
    Output:
    - displayed for those who clicked the 'Like' reaction.
  • [THANKS] - لایک

    این برچسب متن را پنهان می کند تا اینکه کاربر روی دکمه لایک در پیام کلیک کند.
    مثال:
    [THANKS]سلام دنیا![/THANKS] - این برچسب متن را مخفی می کند تا کاربر روی
    دکمه لایک کلیک کند تا متن را ببیند.
    Output:
    - این برچسب متن را مخفی می کند تا کاربر روی
    <b>دکمه لایک </b> کلیک کند تا متن را ببیند.
  • [ENCADRE] [ENCADRE=option] - Encadre

    This BB Code inserts a text box to the right of a text (absolute position). It has to be inserted just before the content. (width customizable in %)
    مثال:
    [ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    [ENCADRE width=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Output:
    Content
    Content
  • [USERSEXC=option] - کاربران استثنا

    متن از کاربرانی که در لیست پارامترهای BB کد آمده است پنهان شود.
    مثال:
    [USERSEXC=Alex,John,Bryan]سلام دنیا![/USERSEXC] -به جز کاربران Alex, John, Bryan برای بقیه کاربران نمایش داده میشود.
    Output:
    -به جز کاربران Alex, John, Bryan برای بقیه کاربران نمایش داده میشود.
  • [USERSIDEXC=option] - استثنا شناسه کاربران

    متن از طریق شناسه کاربر که در لیست پارامترهای BB کد قرار دارد ، مخفی شود.
    مثال:
    [USERSIDEXC=1,2,3]سلام دنیا![/USERSIDEXC] - به غیر از کاربران با ID 1, 2, 3 برای بقیه کاربران نمایش داده میشود.
    Output:
    - به غیر از کاربران با ID 1, 2, 3 برای بقیه کاربران نمایش داده میشود.
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset
    مثال:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset title="Title"]This is a fieldset[/fieldset]
    [fieldset title="Title" width=80]This is a fieldset[/fieldset]
    Output:
    Fieldset:
    This is a fieldset

    Title
    This is a fieldset

    Title
    This is a fieldset
  • [FLEFT] - Float left

    Make a block float on the left
    مثال:
    [fleft]Make me float on the left[/fleft]
    Output:
    Make me float on the left
  • [FRIGHT] - Float right

    Make a block float on the right
    مثال:
    [FRIGHT]Make me float on the right[/FRIGHT]
    Output:
    Make me float on the right
  • [CLUB] - برای اعضای باشگاه

    اطلاعات درون کد فقط برای اعضا نمایش داده می شود.
    مثال:
    [CLUB]سلام دنیا![/CLUB] - نمایش فقط برای اعضای باشگاه
    Output:
    - نمایش فقط برای اعضای باشگاه
  • [HIDE] - مخفی از مهمان

    متن پنهان: فقط برای کاربران ثبت نام ‌شده
    مثال:
    [HIDE]سلام دنیا![/HIDE] -نمایش فقط برای کاربران ثبت نام شده
    Output:
    متاسفم !محتوا مخفی شده است. محتوا فقط به کاربران ثبت نام شده نمایش داده میشود.
    -نمایش فقط برای کاربران ثبت نام شده
  • [GROUPS=option] - برای گروه های کاربری

    این برچسب محتوای افرادی را که عضو گروه های کاربر X ، Y ، Z نیستند پنهان می کند.
    مثال:
    [GROUPS=2]سلام دنیا ![/GROUPS] - فقط برای اعضای گروه با ID 2 نمایش داده می شود.
    Output:
    متاسفم !محتوا مخفی شده است. محتوا فقط برای گروه های کاربری : کاربر نگاه دانلود نمایش داده میشود.
    - فقط برای اعضای گروه با ID 2 نمایش داده می شود.
  • [USERS=option] - کاربران خاص

    به جز پارامترهای ذکر شده در لیست کد BB ، متن از کاربران پنهان شود.
    مثال:
    [USERS=Alex,John,Bryan]سلام دنیا![/USERS] - فقط برای کاربران Alex, John, Bryan نمایش داده میشود.
    Output:
    محتوای پنهان برای همه به غیر از کاربران : alex
    - فقط برای کاربران Alex, John, Bryan نمایش داده میشود.
  • [GVIEW] [GVIEW=option] - GVIEW

    This BB Code displays documents using the "Google Docs - Viewer" (supports many different file types:pdf,ppt,doc,xls...).
    مثال:
    [GVIEW]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]
    Output:
  • [H1] - h1

    مثال:
    [h1]Example[/h1]
    Normal text
    Output:

    Example

    Normal text
  • [H2] - h2

    مثال:
    [h2]Example[/h2]
    Normal text
    Output:

    Example

    Normal text
  • [H3] - h3

    مثال:
    [h3]Example[/h3]
    Normal text
    Output:

    Example

    Normal text
  • [H4] - h4

    مثال:
    [h4]Example[/h4]
    Normal text
    Output:

    Example

    Normal text
  • [HR] [HR=option] - Horizontal line

    مثال:
    Default line:
    [hr]
    Unformatted line:
    [hr=0]
    Solid line:
    [hr=1]
    Lightly faded on both sides:
    [hr=2]
    Significantly faded on both sides:
    [hr=3]
    Faded to left:
    [hr=4]
    Faded from right:
    [hr=5]
    Output:
    Default line:

    Unformatted line:

    Solid line:

    Lightly faded on both sides:

    Significantly faded on both sides:

    Faded to left:

    Faded from right:

  • [JUSTIFY] - Justify

    مثال:
    [justify]justified text example
    line 1
    line 2
    line 3[/justify]!
    Output:
    justified text example
    line 1
    line 2
    line 3​
    !
  • [LATEX] [LATEX=option] - LaTeX

    Renders LaTeX markup.
    مثال:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Output:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    مثال:
    [alert=Title]Alert[/alert]
    Output:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    مثال:
    [information=Title]Information[/information]
    Output:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    مثال:
    [stop=Title]Stop[/stop]
    Output:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    مثال:
    [warning=Title]Warning[/warning]
    Output:
    title Warning
  • [DAYS=option] - تعداد روزها

    تعداد روزهایی از تاریخ ثبت نام در انجمن ، که کاربر برای مشاهده به آن نیاز دارد.
    مثال:
    [DAYS=5]سلام دنیا![/DAYS] - فقط برای کاربرانی که زودتر از 5 روز ثبت نام کرده اند نمایش داده می شود
    Output:
    - فقط برای کاربرانی که زودتر از 5 روز ثبت نام کرده اند نمایش داده می شود
  • [LIKES=option] - تعداد لایک ها

    تعداد لایک در انجمن ، که کاربر برای مشاهده به آن نیاز دارد.
    مثال:
    [LIKES=5]سلام دنیا![/LIKES] - فقط برای کاربران ثبت نام شده نشان می دهند که تعداد واکنش های آنها در انجمن بیش تر یا مساوی 5 است.
    Output:
    - فقط برای کاربران ثبت نام شده نشان می دهند که تعداد واکنش های آنها در انجمن بیش تر یا مساوی 5 است.
  • [POSTS=option] - تعداد پست ها

    تعداد ارسال هایانجمن ، که کاربر برای مشاهده نیاز دارد.
    مثال:
    [POSTS=5]سلام دنیا![/POSTS] - برای کاربرانی که بیشتر یا مساوی 5 پست در انجمن دارند نمایش داده می‌شود.
    Output:
    - برای کاربرانی که بیشتر یا مساوی 5 پست در انجمن دارند نمایش داده می‌شود.
  • [TROPHIES=option] - دستاورد ها

    تعداد مدال ها در این انجمن، که کاربر برای مشاهده به آن نیاز دارد.
    مثال:
    [TROPHIES=5]سلام دنیا![/TROPHIES] - نمایش فقط برای کاربران ثبت نام شده که تعداد امتیاز دستاورد موجود در انجمن بیشتر یا مساوی 5 است.
    Output:
    - نمایش فقط برای کاربران ثبت نام شده که تعداد امتیاز دستاورد موجود در انجمن بیشتر یا مساوی 5 است.
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    مثال:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE align=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE open=1]Content 4[/SLIDE]
    [/SLIDER]
    Output:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [QS] - Spoiler Bar

    Hides text that may contain spoilers that is displayed on hovering.
    مثال:
    You have to hover or click/tap the following [qs]word[/qs] to see the content.
    Output:
    You have to hover or click/tap the following word to see the content.
  • [SUB] - Subscript

    مثال:
    10[sub]1[/sub]!
    Output:
    101​!
  • [SUP] - Superscript

    مثال:
    10[sup]1[/sup]!
    Output:
    101​!
  • [TABS] [TABS=option] - Tabs

    Render Tabs into a post
    مثال:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Title 2"]Content 2[/SLIDE]
    [/TABS]
    [TABS width=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Second Slide"]Second tab content[/SLIDE]
    [/TABS]
    Output:

  • [TIME] [TIME=option] - Time

    Displays a time or date based on a member's timezone preference.
    مثال:
    [TIME=datetime]2050-12-12T03:12:46+0000[/TIME]
    Output:
  • [USERSID=option] - شناسه کاربران

    متن از کابران با آیدی پنهان شود ، به جز پارامترهای ذکر شده در لیست BB کد.
    مثال:
    [USERIDS=1,2,3]سلام دنیا![/USERIDS] - فقط برای کاربران دارای ID 1 ، 2 ، 3 نمایش داده می شود.
    Output:
    [USERIDS=1,2,3]سلام دنیا![/USERIDS] - فقط برای کاربران دارای ID 1 ، 2 ، 3 نمایش داده می شود.
  • [MUSIC] - موزیک

    پخش موزیک و ویس در ارسالی ها
    مثال:
    [music]https://irsv.upmusics.com/99/Hamed%20Homayoun%20-%20Ey%20Eshgh%20(320).mp3[/music]
    Output:
بالا