Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нем неправильно. Необходимо обновить браузер или попробовать использовать другой.
[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.
Это маленький и большой текст.
Скрывает текст, который может содержать спойлеры (преждевременно раскрытая важная сюжетная информация). Чтобы увидеть текст, нужно нажать кнопку спойлера.
Пример:
[SPOILER]Обычный спойлер[/SPOILER]
[SPOILER=Заголовок спойлера]Спойлер с заголовком[/SPOILER]
Результат:
Обычный спойлер
Спойлер с заголовком
[ISPOILER] - спойлер (размытие) части текста
Позволяет скрыть (размыть) часть текста, который может содержать спойлеры и должен быть нажат для просмотра.
Пример:
Необходимо нажать на следующие слово [ISPOILER]word[/ISPOILER], чтобы увидеть его.
Результат:
Необходимо нажать на следующие слово word, чтобы увидеть его.
[CODE] - вставка программного кода
Отображает текст на одном из языков программирования, выделяя синтаксис где это возможно.
Пример:
Универсальный код:
[CODE]Универсальный код[/CODE]
Код с оформлением (BB-коды):
[CODE=rich]Код с поддержкой [COLOR=red]форматирования[/COLOR][/CODE]
PHP-код:
[CODE=php]echo $hello . ' world';[/CODE]
JS-код:
[CODE=js]var hello = 'world';[/CODE]
Результат:
Универсальный код:
Код:
Универсальный код
Код с оформлением (BB-коды):
Код с оформлением (BB-коды):
Код с поддержкой форматирования
PHP-код:
PHP:
echo $hello . ' world';
JS-код:
Код:
var hello = 'world';
[ICODE] - отображение однострочного программного кода
Позволяет отображать однострочный код внутри обычного содержимого сообщения. Синтаксис не будет подсвечен.
Пример:
Блоки однострочного кода - [ICODE]это лучший способ[/ICODE] отображения кода одной строкой.
Результат:
Блоки однострочного кода - это лучший способ отображения кода одной строкой.
[INDENT] - отступ текста
Увеличивает отступ выделенного текста. Можно использовать несколько раз для создания больших отступов.
Пример:
Обычный текст
[INDENT]Небольшой отступ[/INDENT]
[INDENT=2]Значительный отступ[/INDENT]
Результат:
Обычный текст
Небольшой отступ
Значительный отступ
[TABLE] - Таблицы
Специальная разметка для отображения таблиц в контенте.
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.
Результат:
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.
[PLAIN] - обычный текст
Отключает обработку BB-кодов внутри выделенного текста.
Пример:
[PLAIN]Это не [B]полужирный[/B] текст.[/PLAIN]
Результат:
Это не [B]полужирный[/B] текст.
[ATTACH] - вставка вложений
Вставляет вложение в указанной точке. Если вложение является изображением, будет вставлена его уменьшенная версия или все оно целиком. Для этого нужно нажать на соответствующую кнопку.
Пример:
Миниатюра: [ATTACH]123[/ATTACH]
Полный размер: [ATTACH=full]123[/ATTACH]
Результат:
Содержимое вложений появится здесь.
[CLUB]
- Hidden text for club members
Information inside the code is displayed only to members of the club.
Пример:
[CLUB]Hello World![/CLUB] - Hidden text for club members
Результат:
To view the content, you need to Sign In or Register. - Hidden text for club members
[DAYS=option]
- Hidden text by the 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.
Результат:
To view the content, you need to Sign In or Register. - Only registered users who are registered not earlier than 5 days ago are displayed.
[GROUPS=option]
- Hidden text 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: Registered
- Displayed only for group members with ID 2.
[HIDE]
- Hidden text is for users only.
Hidden text: For 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
[LIKES=option]
- Hidden text by the 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.
Результат:
To view the content, you need to Sign In or Register. - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
[POSTS=option]
- Hidden text by the 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.
Результат:
To view the content, you need to Sign In or Register. - Displays users who have 5 or more posts on the forum.
[REPLY]
- Hidden text until the user answers the thread.
Hidden text until the user answers the thread.
Пример:
[REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
Результат:
To view the content, you need to Sign In or Register. - Displayed to users when they reply to the thread.
[REPLYANDTHANKS]
- Hidden text until the user responds to the thread and clicks Like on this message.
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".
Результат:
To view the content, you need to Sign In or Register. - It is displayed to users when they reply to the thread and click "I like".
[REPLYTHANKS]
- Hidden text until the user responds to the thread or clicks Like on this message.
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".
Результат:
To view the content, you need to Sign In or Register. - It is displayed to users when they reply to the thread or click "I like".
[REPUTATION=option]
- Hidden text by the number of likes Reputation
Number of reputation on the forum, which the user needs to be able to view
Пример:
[REPUTATION=5]Hello World![/REPUTATION] - It is displayed only to registered users, the number of points for reputation on the forum which is greater than or equal to 5.
Результат:
To view the content, you need to Sign In or Register. - It is displayed only to registered users, the number of points for reputation on the forum which is greater than or equal to 5.
[RESOURCE=option]
- Hidden text by the number of resources
Hidden text by the number of resources
Пример:
[RESOURCE=5]Hello World![/RESOURCE] - 5 resources are required to view hidden content by resource.
Результат:
To view the content, you need to Sign In or Register. - 5 resources are required to view hidden content by resource.
[THANKS]
- Hidden text until the user clicks "Like" for this message.
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.
Результат:
To view the content, you need to Sign In or Register. - This tag hides the text until the user clicks the <b>Like button</b> in the message.
[TROPHIES=option]
- Hidden text by the 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.
Результат:
To view the content, you need to Sign In or Register. - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
[USERS=option]
- Hidden text 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.