Códigos BB

  • [B], [I], [U], [S] - Negrita, cursiva, subrayado y tachado

    Coloca el texto seleccionado en negrita, cursiva, subrayado o tachado.
    Ejemplo:
    Esto es texto en [B]negrita[/B].
    Esto es texto en [I]cursiva[/I].
    Esto es texto [U]subrayado[/U].
    Esto es texto [S]tachado[/S].
    Salida:
    Esto es texto en negrita.
    Esto es texto en cursiva.
    Esto es texto subrayado.
    Esto es texto tachado.
  • [COLOR=color], [FONT=nombre], [SIZE=tamaño] - Color del texto, Fuente, y Tamaño

    Cambia el color, la fuente, o el tamaño del texto seleccionado.
    Ejemplo:
    Esto es texto [COLOR=red]rojo[/COLOR] y [COLOR=#0000cc]azul[/COLOR].
    Esto es texto [FONT=Courier New]Courier New[/FONT].
    Esto es texto [SIZE=1]pequeño[/SIZE] y [SIZE=7]grande[/SIZE].
    Salida:
    Esto es texto rojo y azul.
    Esto es texto Courier New.
    Esto es texto pequeño y grande.
  • [URL], [EMAIL] - Enlazando

    Crea un enlace utilizando el texto seleccionado como objetivo.
    Ejemplo:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Salida:
    You do not have permission to view link Conéctate o regístrate ahora.

    example@example.com
  • [URL=enlace], [EMAIL=dirección] - Vinculación (avanzado)

    Enlaza el texto seleccionado a la página web o dirección de email especificada.
    Ejemplo:
    [URL=https://www.example.com]Ir a example.com[/URL]
    [EMAIL=example@example.com]Envíame un email[/EMAIL]
    Salida:
    You do not have permission to view link Conéctate o regístrate ahora.

    Envíame un email
  • [USER=ID] - Vinculación al perfil

    Enlaces al perfil de un usuario. Esto generalmente se inserta automáticamente al citar a un usuario.
    Ejemplo:
    [USER=1]Nombre de usuario[/USER]
    Salida:
  • [IMG] - Imagen

    Muestra una imagen utilizando el texto seleccionado como una URL.
    Ejemplo:
    [IMG]https://forum.creadordemu.com/styles/brivium/nitrogen/extra/nitrogen-logo.png[/IMG]
    Salida:
    nitrogen-logo.png
  • [MEDIA=sitio] - Insertar Multimedia

    Inserta multimedia en el mensaje desde sitios permitidos. Es recomendable utilizar el botón de multimedia de la barra del editor.
    Sitios permitidos: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Ejemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Salida:
    Aquí aparecería un reproductor integrado de YouTube.
  • [LIST] - Listas

    Muestra una lista punteada o numerada.
    Ejemplo:
    [LIST]
    [*]Punto 1
    [*]Punto 2
    [/LIST]
    [LIST=1]
    [*]Entrada 1
    [*]Entrada 2
    [/LIST]
    Salida:
    • Punto 1
    • Punto 2
    1. Entrada 1
    2. Entrada 2
  • [LEFT], [CENTER], [RIGHT] - Alineación del texto

    Cambia la alineación del texto seleccionado.
    Ejemplo:
    [LEFT]Alineado a la izquierda[/LEFT]
    [CENTER]Alineado centrado[/CENTER]
    [RIGHT]Alineado a la derecha[/RIGHT]
    Salida:
    Alineado a la izquierda​
    Alineado centrado​
    Alineado a la derecha​
  • [QUOTE] - Texto citado

    Muestra texto que ha sido citado de otra fuente. Puedes indicar también el nombre de la fuente.
    Ejemplo:
    [QUOTE]Texto citado[/QUOTE]
    [QUOTE=Una persona]Algo que dijo[/QUOTE]
    Salida:
    Una persona dijo:
  • [SPOILER] - Contenido del Spoiler

    Oculta el texto contenido en los spoilers de modo que debe hacerse clic para poder verlo.
    Ejemplo:
    [SPOILER]Spoiler simple[/SPOILER]
    [SPOILER=Título del Spoiler]Spoiler con título[/SPOILER]
    Salida:
    Spoiler simple
    Spoiler con título
  • [ISPOILER] - Texto en línea conteniendo spoilers

    Te permite mostrar entre el contenido normal, un texto que se oculta, pero que puede contener spoilers, debiendo hacer clic en él para que se vea.
    Ejemplo:
    Debes hacer clic en la siguiente [ISPOILER]palabra[/ISPOILER] para ver el contenido.
    Salida:
    Debes hacer clic en la siguiente palabra para ver el contenido.
  • [CODE] - Muestra código de programación

    Muestra el texto de varios lenguajes de programación, destacando la sintaxis cuando es posible.
    Ejemplo:
    Código general:
    [CODE]Código
    general[/CODE]

    Código enriquecido:
    [CODE=rich]Código
    [COLOR=red]enriquecido[/COLOR][/CODE]

    Código PHP:
    [CODE=php]echo $hola . ' mundo';[/CODE]

    Código JS:
    [CODE=javascript]var hola = 'mundo';[/CODE]
    Salida:
    Código general:
    Código:
    Código
    general

    Código enriquecido:
    Enriquecido (Código BB):
    Código
    enriquecido

    Código PHP:
    PHP:
    echo $hola . ' mundo';

    Código JS:
    JavaScript:
    var hola = 'mundo';
  • [ICODE] - Mostrar código de programación en línea

    Permite mostrar código en línea diferenciándolo del resto del contenido normal del mensaje. No puede resaltarse su sintaxis.
    Ejemplo:
    Las secciones de código en línea [ICODE]son una forma cómoda[/ICODE] de mostrar código en línea.

    El formato enriquecido dentro de las secciones de código en línea [ICODE=rich][COLOR=red]también[/COLOR] es [U]admitido[/U][/ICODE].
    Salida:
    Las secciones de código en línea son una forma cómoda de mostrar código en línea.

    El formato enriquecido dentro de las secciones de código en línea también es admitido.
  • [INDENT] - Sangría de texto

    Sangría del texto seleccionado. Puede anidarse para grandes sangrías.
    Ejemplo:
    Texto normal
    [INDENT]Texto con sangría[/INDENT]
    [INDENT=2]Texto con más sangría[/INDENT]
    Salida:
    Texto normal
    Texto con sangría​
    Texto con más sangría​
  • [TABLE] - Tablas

    Marcador especial que muestra tablas en tu 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 1Encabezado 2
    Contenido 1Contenido 2
  • [HEADING=nivel] - Niveles de encabezado del 1 al 3

    Marca el texto como un encabezado estructurado para facilitar la lectura automática.
    Ejemplo:
    [HEADING=1]Encabezado mayor[/HEADING]
    Este texto viene bajo un título principal, que se utiliza para separar las secciones principales de un artículo.

    [HEADING=2]Encabezado menor[/HEADING]
    Cuando necesites subdividir las secciones principales de un artículo, utiliza un encabezado menor de nivel 2.

    [HEADING=3]Subencabezado[/HEADING]
    Si necesitas una subdivisión adicional, puedes bajarlo al nivel 3.
    Salida:

    Encabezado mayor​

    Este texto viene bajo un título principal, que se utiliza para separar las secciones principales de un artículo.

    Encabezado menor​

    Cuando necesites subdividir las secciones principales de un artículo, utiliza un encabezado menor de nivel 2.

    Subencabezado​

    Si necesitas una subdivisión adicional, puedes bajarlo al nivel 3.
  • [PLAIN] - Texto plano

    Desactiva la traducción del código BB en el texto seleccionado.
    Ejemplo:
    [PLAIN]Esto no es texto [B]en negrita[/B].[/PLAIN]
    Salida:
    Esto no es texto [B]en negrita[/B].
  • [ATTACH] - Insertar archivos adjuntos

    Inserta un archivo adjunto en el punto especificado. Se insertará una miniatura o la versión a tamaño completo si el archivo adjunto es una imagen. Suele insertarse pulsando en el botón correspondiente.
    Ejemplo:
    Miniatura: [ATTACH]123[/ATTACH]
    Tamaño completo: [ATTACH=full]123[/ATTACH]
    Salida:
    El contenido de los archivos adjuntos aparecería aquí.
  • [CLUB] - For club members

    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
  • [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
    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.
  • [EDIT] - Edit

    Edit
    Ejemplo:
    [edit]Text here...[/edit]
    Salida:
    Edit: Text here...
  • [GROUPS=option] - For user groups

    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.
  • [HELP] - Help

    Help - Staff only
    Ejemplo:
    [help]Text here...[/help]
    Salida:
    Help
    Text here...
  • [HIDE] [HIDE=option] - For register only

    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)
    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 del 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.
    Miembro del equipo
    - The hidden text "Hello World!" will be displayed if the user is a staff member.
  • [IMPORTANT] - Important

    Important - Staff only
    Ejemplo:
    [important]Text[/important]
    Salida:
    Important
    Text
  • [INFO] - Information

    Information - Staff only
    Ejemplo:
    [info]Text here...[/info]
    Salida:
    Info
    Text here...
  • [LIKES=option] - Number of likes

    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.
  • [OFFTOPIC] - Offtopic

    Offtopic text
    Ejemplo:
    [offtopic]Text here...[/offtopic]
    Salida:
    Offtopic:
    Text here...
  • [POSTS=option] - Number of posts

    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.
  • [REACTS=option] - By the reacts

    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.
  • [REPLY] - Answers the thread

    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.
  • [REPLYANDTHANKS] - Answer and click Like

    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".
  • [REPLYTHANKS] - Answer or click 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".
  • [THANKS] - Click "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.
  • [TROPHIES=option] - Number of trophies

    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.
  • [USERS=option] - For users

    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:
    Hidden text for users:
    - Displayed only by user Alex, John, Bryan.
  • [USERSEXC=option] - Exclude users

    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.
  • [USERSID=option] - Users by id

    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.
  • [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.
    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.
  • [WARNING] - Warning

    Warning - Staff only
    Ejemplo:
    [warning]tekst[/warning]
    Salida:
    Warning
    tekst
Arriba