Kontaktieren Sie uns in Messenger oder per Telefon.

whatsapp telegram viber phone email
+79214188555

  • [B], [I], [U], [S] - Negrita, itálica, subrayado y tachado

    Pone el texto seleccionado en negrita, itálica, subrayado o tachado.
    Ejemplo:
    Esto es texto en [B]negrita[/B].
    Esto es texto en [I]itálica[/I].
    Esto es texto [U]subrayado[/U].
    Esto es texto [S]tachado[/S].
    Salida:
    Esto es texto en negrita.
    Esto es texto en itálica.
    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 usando el texto seleccionado como objetivo.
    Ejemplo:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Salida:
  • [URL=enlace], [EMAIL=dirección] - Vinculación (avanzado)

    Enlaza el texto seleccionado a la página web o dirección de email indicada.
    Ejemplo:
    [URL=http://www.example.com]Ir a example.com[/URL]
    [EMAIL=example@example.com]Envíame un email[/EMAIL]
    Salida:
  • [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]Usuario[/USER]
    Salida:
  • [IMG] - Imagen

    Muestra una imagen usando el texto seleccionado como una URL
    Ejemplo:
    [IMG]/styles/drift/drift/images/logo-iapd.png[/IMG]
    Salida:
    /styles/drift/drift/images/logo-iapd.png
  • [MEDIA=sitio] - Media incrustado

    Incrusta vídeos en el mensaje desde sitios aprobados. Es recomendable usar el botón vídeo de la barra del editor.
    Sitios aprobados: ABC News, Acast, Amazon Product, Anchor, Apple Music, Apple Podcasts, Audioboom, Audiomack, Audius, Bandcamp, BBC News, BitChute, Bleacher Report videos, Brightcove, Castos, CBS News Video, Clyp, CNBC, CNN, CNNMoney, CodePen, Comedy Central, Coub, Dailymotion, Democracy Now!, dumpert, 8tracks, ESPN, Facebook, Falstad Circuit Simulator, Flickr, Fox News, Funny or Die, Gamespot, Getty Images, Gfycat, Gifs.com, GIPHY, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Hudl, Hulu, IGN, IMDb trailers, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JSFiddle, JW Platform, Kaltura, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, Liveleak, Livestream, Mail.Ru, Medium, Megaphone, Metacafe, Mixcloud, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NBC Sports, NHL Videos and Highlights, NPR, The New York Times Video, Odysee, Orfium, Pastebin, Pinterest, Podbean, Prezi, Reddit threads and comments, Rumble, Rutube, Scribd, Sendvid, SlideShare, SoundCloud, Sporcle, Sportsnet, Spotify, Spreaker, Steam store, Stitcher, Straw Poll, Streamable, Streamja, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, TikTok, TMZ, TradingView, Trailer Addict, MyDailyFreedom, Tumblr, 247Sports, Twitch, Twitter, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, Wistia, WorldStarHipHop, The Wall Street Journal Online, GameClips.io, Gamer DVR, Youku, YouMaker, YouTube
    Ejemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Salida:
    Aquí aparecerá 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]Centrado[/CENTER]
    [RIGHT]Alineado a la derecha[/RIGHT]
    Salida:
    Alineado a la izquierda​
    Centrado​
    Alineado a la derecha​
  • [QUOTE] - Texto citado

    Muestra texto citado de otra fuente. Se puede 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]Simple spoiler[/SPOILER]
    [SPOILER=Título del Spoiler]Spoiler con título[/SPOILER]
    Salida:
    Simple spoiler
    Spoiler con 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 que el espectador debe hacer clic en él para poder verlo.
    Ejemplo:
    Tienes que hacer clic en el siguiente[ISPOILER]palabra[/ISPOILER] para ver el contenido
    Salida:
    Tienes que hacer clic en el siguientepalabra para ver el contenido
  • [CODE] - Muestra código de programación

    Muestra el texto de varios idiomas 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=js]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:
    Código:
    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:
    Los bloques de código en línea [ICODE]suponen una vía adecuada[/ICODE] para mostrar código en línea.
    Salida:
    Los bloques de código en línea suponen una vía adecuada para mostrar código en línea.
  • [INDENT] - Texto sangrado

    Sangría del texto seleccionado. Puede anidarse para grandes sangrías.
    Ejemplo:
    Texto regular
    [INDENT]Texto sangrado
    [INDENT]Más sangrado[/INDENT]
    [/INDENT]
    Salida:
    Texto regular
    Texto sangrado
    Más sangrado​
  • [TABLE] - Tablas

    Marcado especial para mostrar tablas en su contenido.
    Ejemplo:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Salida:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Ejemplo:
    [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.
    Salida:

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

    Inserta un archivo adjunto en el punto indicado. 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 adjuntos aparece aquí.
  • [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.
  • [GALLERY=option] - Gallery embed

    BB code for displaying gallery media items and albums.
    Ejemplo:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
    Salida:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
  • [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:
    El contenido oculto solo puede ser visto por el usuario del grupo: Registered
    - 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:
    ¡El contenido oculto está disponible para usuarios registrados!
    - 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.
  • [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: Alex, john
    - 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.