-
Hace que el texto envuelto en negrita, cursiva, subrayado o tachado.
- Ejemplo:
- Este es [B] texto en negrita [/ B].
Este es texto en [I] cursiva [/I].
Este es el texto [U] subrayado [/U].
Este es [S] texto tachado [/S].
- Salida:
Este es texto en negrita [/ B].
Este es texto en cursiva .
Este es el texto subrayado .
Este es texto tachado .
-
Cambia el color, la fuente o el tamaño del texto envuelto.
- Ejemplo:
- Esto es [COLOR=red] rojo [/COLOR] y [COLOR=# 0000cc ] texto azul [/COLOR].
Este es el texto [FONT=Courier New] Courier New [/FONT].
Este es [SIZE=1] pequeño [/SIZE] y [SIZE=7] grande [/SIZE] texto.
- Salida:
Esto es rojo y [COLOR=# 0000cc ] texto azul [/COLOR].
Este es el texto Courier New .
Este es pequeño y grande texto.
-
Crea un enlace usando el texto envuelto como destino.
- Ejemplo:
- [URL] https://www.example.com [/ URL]
[EMAIL] ejemplo@ejemplo.com [/EMAIL]
- Salida:
https://www.example.com [/ URL]
[EMAIL] ejemplo@ejemplo.com [/EMAIL]
-
Vincula el texto envuelto a la página web o dirección de correo electrónico especificadas.
- Ejemplo:
- [URL=https: //www.example.com] Vaya a example.com [/ URL]
[EMAIL=example@example.com] Envíeme un correo electrónico [/EMAIL]
- Salida:
-
Vínculos al perfil de un usuario. Por lo general, se inserta automáticamente cuando se menciona a un usuario.
- Ejemplo:
- [USER=1] Username [/ USER]
- Salida:
-
Mostrar una imagen, usando el texto envuelto como URL.
- Ejemplo:
- [IMG]https://www.jadegames.net/styles/xenmake/images/xf-logo.png[/IMG]
- Salida:
-
Incorpora medios de sitios aprobados en su mensaje. Se recomienda que utilice el botón multimedia en la barra de herramientas del editor.
Sitios aprobados:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Ejemplo:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Salida:
- Un reproductor de YouTube integrado aparecería aquí.
-
Muestra una lista numerada o con viñetas.
- Ejemplo:
- [LIST]
[*] Viñeta 1
[*] Viñeta 2
[/LIST]
[LIST=1]
[*] Entrada 1
[*] Entrada 2
[/LIST]
- Salida:
-
Cambia la alineación del texto envuelto.
- Ejemplo:
- [LEFT] Alineado a la izquierda [/ LEFT]
[CENTER] Alineado al centro [/CENTER]
[RIGHT] Alineado a la derecha [/RIGHT]
- Salida:
Alineado a la izquierda [/ LEFT]
Alineado al centro
Alineado a la derecha
-
Muestra texto que ha sido citado de otra fuente. También puede atribuir el nombre de la fuente.
- Ejemplo:
- [QUOTE] Texto citado [/QUOTE]
[QUOTE=A person] Algo que dijeron [/QUOTE]
- Salida:
-
Oculta el texto que puede contener spoilers, por lo que el espectador debe hacer clic en él para ser visto.
- Ejemplo:
- [SPOILER] Spoiler simple [/SPOILER]
[SPOILER=Spoiler Title] Spoiler con un título [/SPOILER]
- Salida:
-
Le permite mostrar texto en línea entre el contenido normal que oculta el texto que puede contener spoilers y debe ser en el que el espectador hace clic para ser visto.
- Ejemplo:
- Debe hacer clic en la siguiente palabra [ISPOILER] [/ ISPOILER] para ver el contenido.
- Salida:
Debe hacer clic en la siguiente palabra [/ ISPOILER] para ver el contenido.
-
Muestra texto en uno de varios lenguajes de programación, resaltando la sintaxis cuando sea posible.
- Ejemplo:
- Código general:
[CODE] General
código [/CODE]
Código rico:
[CODE=rich] [COLOR=red] Rico [/COLOR]
código [/CODE]
Código PHP:
[CODE=php] echo $hello. 'mundo'; [/CODE]
Código JS:
[CODE=javascript] var hello='world'; [/CODE]
- Salida:
Código general:
Código rico:
Código PHP:
Código JS:
-
Le permite mostrar el código en línea entre el contenido normal de una publicación. La sintaxis no se resaltará.
- Ejemplo:
- Los bloques de código en línea [ICODE] son una forma conveniente [/ ICODE] de mostrar el código en línea.
- Salida:
Los bloques de código en línea son una forma conveniente [/ ICODE] de mostrar el código en línea.
-
Sangra el texto envuelto. Esto se puede anidar para sangrías más grandes.
- Ejemplo:
- Texto normal
[INDENT] Texto con sangría [/INDENT]
[INDENT=2] Más sangría [/INDENT]
- Salida:
Texto normal
Texto con sangría
Más sangría
-
Marcado especial para mostrar tablas en su contenido.
- Ejemplo:
- [TABLE]
[TR]
[TH] Encabezado 1 [/TH]
[TH] Encabezado 2 [/TH]
[/TR]
[TR]
[TD] Contenido 1 [/TD]
[TD] Contenido 2 [/TD]
[/TR]
[/TABLE]
- Salida:
Encabezado 1 | Encabezado 2 |
---|
Contenido 1 | Contenido 2 |
-
Marca el texto como un encabezado estructurado para facilitar la lectura automática.
- Ejemplo:
- [HEADING=1] Título principal [/HEADING]
Este texto viene bajo un título principal, que se utiliza para separar las secciones principales de un artículo.
[HEADING=2] Título secundario [/HEADING]
Cuando necesite subdividir las secciones principales de un artículo, utilice un título secundario de nivel 2.
[HEADING=3] Subtítulo [/HEADING]
Si necesita una subdivisión adicional, puede bajar al nivel 3.
- Salida:
Título principal
Este texto viene bajo un título principal, que se utiliza para separar las secciones principales de un artículo.
Título secundario
Cuando necesite subdividir las secciones principales de un artículo, utilice un título secundario de nivel 2.
Subtítulo
Si necesita una subdivisión adicional, puede bajar al nivel 3.
-
Desactiva la traducción del código BB en el texto envuelto.
- Ejemplo:
- [PLAIN] Esto no es texto [B] negrita [/ B]. [/ NORMAL]
- Salida:
Esto no es texto [B] negrita [/ B]. [/ NORMAL]
-
Inserta un archivo adjunto en el punto especificado. Si el archivo adjunto es una imagen, se insertará una miniatura o una versión en tamaño completo. Esto generalmente se insertará haciendo clic en el botón correspondiente.
- Ejemplo:
-
Miniatura: [ATTACH]123[/ATTACH]
Tamaño completo: [ATTACH=full]123[/ATTACH]
- Salida:
- El contenido de los adjuntos aparecería aquí.
-
Information inside the code is displayed only to members of the club.
- Ejemplo:
- [CLUB]Hello World![/CLUB] - Hidden text for club members
- Salida:
- Hidden text for club members
-
Number of days from the date of registration on the forum, which the user needs to be able to view
- Ejemplo:
- [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
- Salida:
- Only registered users who are registered not earlier than 5 days ago are displayed.
-
The tag hides content from people who are not members of X,Y,Z usergroups.
- Ejemplo:
- [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
- Salida:
Content of this hidden block can only be seen by members of: Registered
- Displayed only for group members with ID 2.
-
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:
-
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:
-
Ternary operator:
The ?: operator is used to perform conditional operations in a single line:
- Ejemplo:
- [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.
- Salida:
View hidden content is available for registered users!
- only registered users see the hidden text
message > 1 (0) or 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) and 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) or Estado de usuario 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".
Member group(s): Registered or points >= 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.
-
Number of like on the forum, which the user needs to be able to view
- Ejemplo:
- [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
- Salida:
- Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
-
Number of posts on the forum, which the user needs to be able to view
- Ejemplo:
- [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
- Salida:
- Displays users who have 5 or more posts on the forum.
-
Hidden text for which you need to select a specific reaction
- Ejemplo:
- [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
- Salida:
- displayed for those who clicked the 'Like' reaction.
-
Hidden text until the user answers the thread.
- Ejemplo:
- [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
- Salida:
- Displayed to users when they reply to the thread.
-
Hidden text until the user responds to the thread and clicks Like on this message.
- Ejemplo:
- [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
- Salida:
- It is displayed to users when they reply to the thread and click "I like".
-
Hidden text until the user responds to the thread or clicks Like on this message.
- Ejemplo:
- [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
- Salida:
- It is displayed to users when they reply to the thread or click "I like".
-
This tag hides the text until the user clicks the Like button in the message.
- Ejemplo:
- [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
- Salida:
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
-
Number of trophies on the forum, which the user needs to be able to view
- Ejemplo:
- [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.
- Salida:
- It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
-
Hides the text from users, except for the parameters listed in the list of BB-code.
- Ejemplo:
- [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
- Salida:
- Displayed only by user Alex, John, Bryan.
-
Hides the text from users that are listed in the list of parameters of the BB-code.
- Ejemplo:
- [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
- Salida:
- Displayed to all users except Alex, John, Bryan.
-
Hides the text from users by id, except for the parameters listed in the list of BB-code.
- Ejemplo:
- [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
- Salida:
[USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
-
Hides the text from users by id that are listed in the list of parameters of the BB-code.
- Ejemplo:
- [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
- Salida:
- Appears only for all users except with ids 1, 2, 3.