Добро пожаловать!

Зарегистрировавшись у нас, вы сможете обсуждать, делиться информацией и отправлять личные сообщения другим участникам нашего сообщества.

Зарегистрируйтесь сейчас!
  • [B], [I], [U], [S] - полужирный, курсив, подчёркивание и зачёркивание

    Делает выделенный текст полужирным, наклонным, подчёркнутым или зачёркнутым.
    Пример:
    Это [B]полужирный[/B] текст.
    Это [I]курсивный[/I] текст.
    Это [U]подчёркнутый[/U] текст.
    Это [S]зачёркнутый[/S] текст.
    Результат:
    Это полужирный текст.
    Это курсивный текст.
    Это подчёркнутый текст.
    Это зачёркнутый текст.
  • [COLOR=цвет], [FONT=название], [SIZE=размер] - цвет текста, шрифт и размер

    Изменяет цвет, шрифт или размер выделенного текста.
    Пример:
    Это [COLOR=red]красный[/COLOR] и [COLOR=#0000cc]голубой[/COLOR] текст.
    Это шрифт [FONT=Courier New]Courier New[/FONT].
    Это [SIZE=1]маленький[/SIZE] и [SIZE=7]большой[/SIZE] текст.
    Результат:
    Это красный и голубой текст.
    Это шрифт Courier New.
    Это маленький и большой текст.
  • [URL], [EMAIL] - ссылки

    Создаёт ссылку из выделенного текста.
    Пример:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Результат:
  • [URL=ссылка], [EMAIL=адрес] - ссылки (дополнительно)

    Делает выделенный текст ссылкой на интернет-страницу или на адрес электронной почты.
    Пример:
    [URL=https://www.example.com]Перейти на example.com[/URL]
    [EMAIL=example@example.com]Моя электронная почта[/EMAIL]
    Результат:
  • [USER=ID] - ссылка на профиль

    Ссылка на профиль пользователя. Как правило добавляется автоматически при упоминании пользователя.
    Пример:
    [USER=1]Имя пользователя[/USER]
    Результат:
  • [IMG] - изображение

    Показывает изображение, используя выделенный текст как URL-адрес.
    Пример:
    [IMG]https://forum.usupovrp.ru/logo/logo.png[/IMG]
    Результат:
    logo.png
  • [MEDIA=сайт] - вставка медиа

    Вставляет в сообщение медиа с разрешенных сайтов. Рекомендуется использовать кнопку добавления медиа в панели инструментов редактора.
    Поддерживаемые сайты: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Пример:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Результат:
    Встроенный YouTube плеер появится здесь.
  • [LIST] - списки

    Отображает нумерованный или маркированный список.
    Пример:
    [LIST]
    [*]Маркер 1
    [*]Маркер 2
    [/LIST]
    [LIST=1]
    [*]Запись 1
    [*]Запись 2
    [/LIST]
    Результат:
    • Маркер 1
    • Маркер 2
    1. Запись 1
    2. Запись 2
  • [LEFT], [CENTER], [RIGHT] - выравнивание текста

    Изменяет выравнивание выделенного текста.
    Пример:
    [LEFT]Выравнивание по левому краю[/LEFT]
    [CENTER]Выравнивание по центру[/CENTER]
    [RIGHT]Выравнивание по правому краю[/RIGHT]
    Результат:
    Выравнивание по левому краю​
    Выравнивание по центру​
    Выравнивание по правому краю​
  • [QUOTE] - цитата текста

    Отображает текст, как процитированный из другого источника. Можно также указать имя этого источника.
    Пример:
    [QUOTE]Цитируемый текст[/QUOTE]
    [QUOTE=Пользователь]Пользователь что-то сказал[/QUOTE]
    Результат:
    Цитируемый текст
    Пользователь написал(а):
    Пользователь что-то сказал
  • [SPOILER] - текст, содержащий спойлеры

    Скрывает текст, который может содержать спойлеры (преждевременно раскрытая важная сюжетная информация). Чтобы увидеть текст, нужно нажать кнопку спойлера.
    Пример:
    [SPOILER]Обычный спойлер[/SPOILER]
    [SPOILER=Заголовок спойлера]Спойлер с заголовком[/SPOILER]
    Результат:
    Обычный спойлер
    Спойлер с заголовком
  • [ISPOILER] - однострочный текст, содержащий спойлеры

    Однострочный текст внутри обычного содержимого, который является скрытым и может содержать спойлеры. Для его просмотра - необходимо выполнить нажатие на данный текст.
    Пример:
    Вам необходимо выполнить нажатие на данное [ISPOILER]слово[/ISPOILER], чтобы увидеть содержимое.
    Результат:
    Вам необходимо выполнить нажатие на данное слово, чтобы увидеть содержимое.
  • [CODE] - вставка программного кода

    Отображает текст на одном из языков программирования, выделяя синтаксис где это возможно.
    Пример:
    Основной код:
    [CODE]Основной код[/CODE]

    Код с поддержкой форматирования:
    [CODE=rich]Код с поддержкой [COLOR=red]форматирования[/COLOR][/CODE]

    PHP-код:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS-код:
    [CODE=javascript]var hello = 'world';[/CODE]
    Результат:
    Основной код:
    Код:
    Основной код

    Код с поддержкой форматирования:
    Форматирование (BB-код):
    Код с поддержкой форматирования

    PHP-код:
    PHP:
    echo $hello . ' world';

    JS-код:
    JavaScript:
    var hello = 'world';
  • [ICODE] - отображение однострочного программного кода

    Позволяет отображать однострочный код внутри обычного содержимого сообщения. Синтаксис не будет подсвечен.
    Пример:
    Блоки однострочного кода - [ICODE]это лучший способ[/ICODE] отображения кода одной строкой.
    [ICODE=rich][COLOR=red]Также[/COLOR] [U]поддерживается[/U][/ICODE] расширенное форматирование в разделах однострочного кода.
    Результат:
    Блоки однострочного кода - это лучший способ отображения кода одной строкой.
    Также поддерживается расширенное форматирование в разделах однострочного кода.
  • [INDENT] - отступ текста

    Увеличивает отступ выделенного текста. Можно использовать несколько раз для создания больших отступов.
    Пример:
    Обычный текст
    [INDENT]Небольшой отступ[/INDENT]
    [INDENT=2]Значительный отступ[/INDENT]
    Результат:
    Обычный текст
    Небольшой отступ​
    Значительный отступ​
  • [TABLE] - таблицы

    Специальная разметка для отображения таблиц в Вашем контенте.
    Пример:
    [TABLE]
    [TR]
    [TH]Заголовок 1[/TH]
    [TH]Заголовок 2[/TH]
    [/TR]
    [TR]
    [TD]Содержимое 1[/TD]
    [TD]Содержимое 2[/TD]
    [/TR]
    [/TABLE]
    Результат:
    Заголовок 1Заголовок 2
    Содержимое 1Содержимое 2
  • [PLAIN] - обычный текст

    Отключает обработку BB-кодов внутри выделенного текста.
    Пример:
    [PLAIN]Это не [B]полужирный[/B] текст.[/PLAIN]
    Результат:
    Это не [B]полужирный[/B] текст.
  • [ATTACH] - вставка вложений

    Вставляет вложение в указанной точке. Если вложение является изображением, будет вставлена его уменьшенная версия или всё оно целиком. Для этого нужно нажать на соответствующую кнопку.
    Пример:
    Миниатюра: [ATTACH]123[/ATTACH]
    Полный размер: [ATTACH=full]123[/ATTACH]
    Результат:
    Содержимое вложений появится здесь.
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    Пример:
    [abbr="on hover text"]text[/abbr]
    Результат:
    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]
    Результат:
    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]
    Результат:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [REPLYANDTHANKS] - Answer and click Like

    Hidden text until the user responds to the thread and clicks Like on this message.
    Пример:
    [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
    Результат:
    - It is displayed to users when they reply to the thread and click "I like".
  • [REPLYTHANKS] - Answer or click Like

    Hidden text until the user responds to the thread or clicks Like on this message.
    Пример:
    [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
    Результат:
    - It is displayed to users when they reply to the thread or click "I like".
  • [REPLY] - Answers the thread

    Hidden text until the user answers the thread.
    Пример:
    [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
    Результат:
    - Displayed to users when they reply to the thread.
  • [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]
    Результат:
    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]
    Результат:

  • [BUTTON=option] - button

    КНОПКА
    Пример:
    [button="https://usupovrp.ru"]КНОПКА[/button]
    Результат:
    КНОПКА
  • [REACTS=option] - By the reacts

    Hidden text for which you need to select a specific reaction
    Пример:
    [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
    Результат:
    - displayed for those who clicked the 'Like' reaction.
  • [THANKS] - Click "Like"

    This tag hides the text until the user clicks the Like button in the message.
    Пример:
    [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
    Результат:
    - This tag hides the text until the user clicks the <b>Like button</b> in the message.
  • [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
    Результат:
    Content
    Content
  • [USERSEXC=option] - Exclude users

    Hides the text from users that are listed in the list of parameters of the BB-code.
    Пример:
    [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
    Результат:
    - Displayed to all users except Alex, John, Bryan.
  • [USERSIDEXC=option] - Exclude users by id

    Hides the text from users by id that are listed in the list of parameters of the BB-code.
    Пример:
    [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
    Результат:
    - Appears only for all users except with ids 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]
    Результат:
    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]
    Результат:
    Make me float on the left
  • [FRIGHT] - Float right

    Make a block float on the right
    Пример:
    [FRIGHT]Make me float on the right[/FRIGHT]
    Результат:
    Make me float on the right
  • [CLUB] - For club members

    Information inside the code is displayed only to members of the club.
    Пример:
    [CLUB]Hello World![/CLUB] - Hidden text for club members
    Результат:
    - Hidden text for club members
  • [HIDE] - For register only

    Hidden text: For register users only
    Пример:
    [HIDE]Hello World![/HIDE] - only registered users see the hidden text
    Результат:
    View hidden content is available for registered users!
    - only registered users see the hidden text
  • [GROUPS=option] - For user groups

    The tag hides content from people who are not members of X,Y,Z usergroups.
    Пример:
    [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
    Результат:
    Content of this hidden block can only be seen by members of: Пользователь
    - Displayed only for group members with ID 2.
  • [USERS=option] - For users

    Hides the text from users, except for the parameters listed in the list of BB-code.
    Пример:
    [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
    Результат:
    Hidden text for users:
    - Displayed only by user 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]
    Результат:
  • [H1] - h1

    Пример:
    [h1]Example[/h1]
    Normal text
    Результат:

    Example

    Normal text
  • [H2] - h2

    Пример:
    [h2]Example[/h2]
    Normal text
    Результат:

    Example

    Normal text
  • [H3] - h3

    Пример:
    [h3]Example[/h3]
    Normal text
    Результат:

    Example

    Normal text
  • [H4] - h4

    Пример:
    [h4]Example[/h4]
    Normal text
    Результат:

    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]
    Результат:
    Default line:

    Unformatted line:

    Solid line:

    Lightly faded on both sides:

    Significantly faded on both sides:

    Faded to left:

    Faded from right:

  • [LATEX] [LATEX=option] - LaTeX

    Renders LaTeX markup.
    Пример:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Результат:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Пример:
    [alert=Title]Alert[/alert]
    Результат:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Пример:
    [information=Title]Information[/information]
    Результат:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Пример:
    [stop=Title]Stop[/stop]
    Результат:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Пример:
    [warning=Title]Warning[/warning]
    Результат:
    title Warning
  • [DAYS=option] - Number of days

    Number of days from the date of registration on the forum, which the user needs to be able to view
    Пример:
    [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
    Результат:
    - Only registered users who are registered not earlier than 5 days ago are displayed.
  • [LIKES=option] - Number of likes

    Number of like on the forum, which the user needs to be able to view
    Пример:
    [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
    Результат:
    - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
  • [POSTS=option] - Number of posts

    Number of posts on the forum, which the user needs to be able to view
    Пример:
    [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
    Результат:
    - Displays users who have 5 or more posts on the forum.
  • [TROPHIES=option] - Number of trophies

    Number of trophies on the forum, which the user needs to be able to view
    Пример:
    [TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
    Результат:
    - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 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]
    Результат:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [SUB] - Subscript

    Пример:
    10[sub]1[/sub]!
    Результат:
    101​!
  • [SUP] - Superscript

    Пример:
    10[sup]1[/sup]!
    Результат:
    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]
    Результат:

  • [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]
    Результат:
  • [USERSID=option] - Users by id

    Hides the text from users by id, except for the parameters listed in the list of BB-code.
    Пример:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
    Результат:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
Назад
Сверху