BB Code

Explanation

BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.

Список кодов форума

  1. Bold / Italic / Underline
  2. Color
  3. Size
  4. Font
  5. Highlight
  6. Left / Right / Center
  7. Indent
  8. Email Linking
  9. URL Hyperlinking
  10. Thread Linking
  11. Post Linking
  12. Bulleted Lists / Advanced Lists
  13. Images
  14. Videos
  15. Код
  16. PHP код
  17. HTML код
  18. Цитата
  19. Stop BB Code Parsing
  20. Вложение
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Bold / Italic / Underline

The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.

    • [b]значение[/b]
    • [i]значение[/i]
    • [u]значение[/u]
    Использование
    • [b]this text is bold[/b]
    • [i]this text is italic[/i]
    • [u]this text is underlined[/u]
    Пример использования
    • this text is bold
    • this text is italic
    • this text is underlined
    Пример отображения

Color

The [color] tag allows you to change the color of your text.

  • [color=Выберите действие]значение[/color]
    Использование
  • [color=blue]this text is blue[/color]
    Пример использования
  • this text is blue
    Пример отображения

Size

The [size] tag allows you to change the size of your text.

  • [size=Выберите действие]значение[/size]
    Использование
  • [size=+2]this text is two sizes larger than normal[/size]
    Пример использования
  • this text is two sizes larger than normal
    Пример отображения

Font

The [font] tag allows you to change the font of your text.

  • [font=Выберите действие]значение[/font]
    Использование
  • [font=courier]this text is in the courier font[/font]
    Пример использования
  • this text is in the courier font
    Пример отображения

Left / Right / Center

The [left], [right] and [center] tags allow you to change the alignment of your text.

    • [left]значение[/left]
    • [center]значение[/center]
    • [right]значение[/right]
    Использование
    • [left]this text is left-aligned[/left]
    • [center]this text is center-aligned[/center]
    • [right]this text is right-aligned[/right]
    Пример использования
  • this text is left-aligned
    this text is center-aligned
    this text is right-aligned
    Пример отображения

Indent

The [indent] tag allows you to indent your text.

  • [indent]значение[/indent]
    Использование
  • [indent]this text is indented[/indent]
    Пример использования
  • this text is indented
    Пример отображения

Email Linking

The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.

    • [email]значение[/email]
    • [email=Выберите действие]значение[/email]
    Использование
    • [email]j.doe@example.com[/email]
    • [email=j.doe@example.com]Click Here to Email Me[/email]
    Пример использования
  • Пример отображения

URL Hyperlinking

Тег [url] позволяет вам делать гиперссылки на другие сайты или файлы. Вы также можете указать дополнительный параметр - название.

    • [url]значение[/url]
    • [url=Выберите действие]значение[/url]
    Использование
    • [url]https://www.blogus.ru[/url]
    • [url=https://www.blogus.ru]Сервис блогов Blogus[/url]
    Пример использования
  • Пример отображения

Thread Linking

The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.

    • [thread]threadid[/thread]
    • [thread=threadid]значение[/thread]
    Использование
    • [thread]42918[/thread]
    • [thread=42918]Нажмите сюда![/thread]
    (Note: The threadid/postid is just an example and may not link to a valid thread/post.)
    Пример использования
  • Пример отображения

Post Linking

The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.

Bulleted Lists

The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.

  • [list]значение[/list]
    Использование
  • [list]
    [*]list item 1
    [*]list item 2
    [/list]
    Пример использования
    • list item 1
    • list item 2
    Пример отображения

Advanced Lists

The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).

  • [list=Выберите действие]значение[/list]
    Использование
  • [list=1]
    [*]list item 1
    [*]list item 2
    [/list]

    [list=A]
    [*]list item 1
    [*]list item 2
    [/list]

    [list=a]
    [*]list item 1
    [*]list item 2
    [/list]
    Пример использования
    1. list item 1
    2. list item 2
    1. list item 1
    2. list item 2
    1. list item 1
    2. list item 2
    Пример отображения

Images

The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.

  • [img]значение[/img]
    Использование
    • [img]https://www.blogus.ru/images/statusicon/forum_new-48.png[/img] (Not linked)
    • [url=http://www.example.com] [img]https://www.blogus.ru/images/statusicon/forum_new-48.png[/img] [/url] (Linked)
    Пример использования
    • (Not linked)
    • (Linked)
    Пример отображения

Videos

The [video] tag allows you to embed videos from various video services within your posts.

  • [video]значение[/video]
    Использование
    • [video=youtube;eOUq4Z6R7xI]http://www.youtube.com/watch?v=eOUq4Z6R7xI[/video]
    Пример использования
    Пример отображения

Код

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.

  • [code]значение[/code]
    Использование
  • [code]
    <script type="text/javascript">
    <!--
        alert("Hello world!");
    //-->
    </script>
    [/code]
    Пример использования
  • Код:
    <script type="text/javascript">
    <!--
    	alert("Hello world!");
    //-->
    </script>
    Пример отображения

PHP код

The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.

  • [php]значение[/php]
    Использование
  • [php]
    $myvar = 'Hello World!';
    for ($i = 0; \$i < 10; \$i++)
    {
        echo $myvar . "\n";
    }
    [/php]
    Пример использования
  • PHP код:
    $myvar 'Hello World!';
    for (
    $i 0$i 10$i++)
    {
        echo 
    $myvar "\n";

    Пример отображения

HTML код

The [html] tag allows you to perform syntax highlighting for HTML code.

  • [html]значение[/html]
    Использование
  • [html]
    <img src="image.gif" alt="image" />
    <a href="testing.html" target="_blank">Testing</a>
    [/html]
    Пример использования
  • HTML код:
    <img src="image.gif" alt="image" />
    <a href="testing.html" target="_blank">Testing</a>
    Пример отображения

Цитата

The [quote] tag allows you to attribute text to someone else.

    • [quote]Цитата[/quote]
    • [quote=Имя пользователя]значение[/quote]
    Использование
    • [quote]Lorem ipsum dolor sit amet[/quote]
    • [quote=John Doe]Lorem ipsum dolor sit amet[/quote]
    • [quote=John Doe;106]Lorem ipsum dolor sit amet[/quote]
    Пример использования
    • Lorem ipsum dolor sit amet
    • Цитата отправлено пользователем John Doe
      Lorem ipsum dolor sit amet
    • Цитата отправлено пользователем John Doe Просмотреть сообщения
      Lorem ipsum dolor sit amet
    Пример отображения

Highlight

The [highlight] tag allows you to emphasize your text.

  • Использование
    [highlight]значение[/highlight]
  • Пример использования
    [highlight]this text is highlighted[/highlight]
  • Пример отображения
    this text is highlighted

Stop BB Code Parsing

The [noparse] tag allows you to stop the parsing of BB code.

  • [noparse][b]значение[/b][/noparse]
    Использование
  • [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
    Пример использования
  • [b]Lorem ipsum dolor sit amet[/b]
    Пример отображения

Вложение

The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.

  • [attach]attachmentid[/attach]
    Использование
  • [attach]12345[/attach]
    Пример использования
  • Пример отображения