Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нем неправильно. Необходимо обновить браузер или попробовать использовать другой.
[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]
Выделяет текст как структурированный заголовок, для облегчения машинного считывания.
Пример:
[HEADING=1]Основной заголовок[/HEADING]
Этот текст идет под основным заголовком, используемым для разделения основных частей статьи.
[HEADING=2]Второстепенный заголовок[/HEADING]
Если Вам нужно разделить основные части статьи, используйте 2-й уровень заголовков.
[HEADING=3]Подзаголовок[/HEADING]
Если Вам требуется дополнительные подразделы, Вы можете использовать 3-й уровень заголовков.
Результат:
Основной заголовок
Этот текст идет под основным заголовком, используемым для разделения основных частей статьи.
Второстепенный заголовок
Если Вам нужно разделить основные части статьи, используйте 2-й уровень заголовков.
Подзаголовок
Если Вам требуется дополнительные подразделы, Вы можете использовать 3-й уровень заголовков.
[PLAIN] - обычный текст
Отключает обработку BB-кодов внутри выделенного текста.
Пример:
[PLAIN]Это не [B]полужирный[/B] текст.[/PLAIN]
Результат:
Это не [B]полужирный[/B] текст.
[ATTACH] - вставка вложений
Вставляет вложение в указанной точке. Если вложение является изображением, будет вставлена его уменьшенная версия или все оно целиком. Для этого нужно нажать на соответствующую кнопку.
Пример:
Миниатюра: [ATTACH]123[/ATTACH]
Полный размер: [ATTACH=full]123[/ATTACH]
Результат:
Содержимое вложений появится здесь.
[CHARGE=option]
- Взимание платы
Взимание платы с пользователей для просмотра содержимого
Пример:
[CHARGE=5]Просмотр этого содержимого стоит 5 кредитов.[/CHARGE]
Результат:
Просмотр этого содержимого стоит 5 кредитов.
[CLUB]
- Для членов клуба
Информация, содержащаяся в коде, доступна только членам клуба.
Пример:
[CLUB]Hello World![/CLUB] - Hidden text for club members
- Only registered users who are registered not earlier than 5 days ago are displayed.
[GROUPS=option]
- Для групп пользователей
Тег скрывает контент от людей, которые не являются членами групп пользователей X, Y, Z.
Пример:
[GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
Результат:
Содержимое этого скрытого блока могут видеть только члены: Пользователь
- Displayed only for group members with ID 2.
[HIDE]
·
[HIDE=option]
- Только для зарегистрированных пользователей
Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.
Allowed expressions (tags):
posts: Number of user posts.
likes: User reaction count.
reactions: User reaction count (same as likes).
trophies: Number of user trophies.
days: Number of days since user registration.
isMemberOf(id): User group, for multiple groups you can use comma-separated values.
username: User's username.
user_id: User's identifier.
user_state: User's state.
is_staff: Flag indicating whether the user is a staff member.
is_admin: Flag indicating whether the user is an administrator.
is_moderator: Flag indicating whether the user is a moderator.
Allowed operators:
Arithmetic operators:
Arithmetic operators are used for performing mathematical calculations:
+
-
*
/
% (modulus)
** (exponentiation)
Comparison operators:
Comparison operators are used for comparing values and returning a boolean result:
== (equal to)
=== (strictly equal to)
!= (not equal to)
!== (strictly not equal to)
< (less than)
> (greater than)
<= (less than or equal to)
>= (greater than or equal to)
Logical operators:
Logical operators are used for performing logical operations and returning a boolean result:
and or && (logical AND)
or or || (logical OR)
not or ! (logical NOT)
Bitwise operators:
Bitwise operators are performed on binary representations of numbers:
& (bitwise AND)
| (bitwise OR)
^ (bitwise XOR)
String operators:
The ~ operator is used for string concatenation:
~ (string concatenation)
Array operators:
Array operators are used for checking element membership in an array:
in (element present in array)
not in (element not present in array)
Numeric operators:
The .. operator is used to create a range of numbers:
.. (number range)
Ternary operator:
The ?: operator is used to perform conditional operations in a single line:
?: (ternary operator)
Пример:
[HIDE]Hello World![/HIDE] - only registered users see the hidden text
[HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
[HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
[HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
[HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
Результат:
Просмотр скрытого контента доступен для зарегистрированных пользователей!
- only registered users see the hidden text
message > 1 (0) или like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
message > 1 (0) и like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
day > 1 (0) или Состояние пользователя is "valid" (valid)
Hello World!
- The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
Группа(ы) участников: Пользователь или point >= 0 (0)
Hello World!
- The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
Команда Портала
- The hidden text "Hello World!" will be displayed if the user is a staff member.
[HIDEUSERAGE=option]
- Hide Content by User Age
This BB code hides content from users who have not reached a specified age.
Пример:
[hideuserage=18]This content is only visible to users who are at least 18 years old.[/hideuserage]
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
[TROPHIES=option]
- Количество трофеев
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.
- Appears only for all users except with ids 1, 2, 3.
[VISITOR]
- Insert username
It will be inserted into the user to view the page's name
Пример:
[visitor][/visitor] - Displays the name of the user who views the page. If the user is viewing the page, is not authorized - will insert the word "Guest".
Результат:
Гость - Displays the name of the user who views the page. If the user is viewing the page, is not authorized - will insert the word "Guest".