Top Usuarios

Usuario
Mensajes

Nuevos Mensajes Nuevos Temas Top Mensajes Top Reacciones Mas visto

códigos BB

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

    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 .
  • [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 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.
  • [URL], [EMAIL] - Vínculos

    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]
  • [URL= enlace ], [EMAIL= dirección ] - Vinculación (avanzado)

    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:
  • [USER= ID ] - Enlace de perfil

    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:
  • [IMG] - Imagen

    Mostrar una imagen, usando el texto envuelto como URL.
    Ejemplo:
    [IMG]https://www.jadegames.net/styles/xentr/fantastic/xenforo/logo.svg[/IMG]
    Salida:
    logo.svg
  • [MEDIA= sitio ] - Medios integrados

    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, X, Vimeo, YouTube
    Ejemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Salida:
    Un reproductor de YouTube integrado aparecería aquí.
  • [LIST] - Lists

    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:
    • Viñeta 1
    • Viñeta 2
    1. Entrada 1
    2. Entrada 2
  • [IZQUIERDA], [CENTER], [RIGHT] - Alineación del texto

    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​
  • [QUOTE] - Texto citado

    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:
    A person dijo:
    Algo que dijeron
  • [SPOILER] - Texto que contiene spoilers

    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:
    Spoiler simple
    Spoiler con un título
  • [ISPOILER] - Texto en línea que contiene spoilers

    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.
  • [CODE] - Visualización del código de programación

    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:
    Code:
     General
    código

    Código rico:
    Rich (código BB):
      Rico 
    código

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

    Código JS:
    JavaScript:
     var hello='world';
  • [ICODE] - Visualización del código de programación en línea

    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.
  • [INDENT] - Sangría de texto

    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​
  • [TABLE] - Tables

    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
  • [HEADING= nivel ] - Encabezados niveles 1 a 3

    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.
  • [PLAIN] - Texto sin formato

    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]
  • [ATTACH] - Inserción de adjuntos

    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í.
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Ejemplo:
    [CHARGE=5]Cuesta 5 créditos ver este texto.[/CHARGE]
    Salida:
    Cuesta 5 créditos ver este texto.
  • [CLUB] - For club members

    The 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.
  • [GROUPS=option] - For user groups

    The tag hides content from people who are not members of X,Y,Z user groups.
    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: Registrado
    - Displayed only for group members with ID 2.
  • [HIDE] [HIDE=option] - For registered users 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 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): Registrado 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 Staff
    - The hidden text "Hello World!" will be displayed if the user is a staff member.
  • [LIKES=option] - Number of likes

    Number of likes 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.
  • [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 reactions

    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 is 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.
20Hilos
20Mensajes
2Miembros
admaztarothÚltimo miembro
Top