Códigos BB

Anuncios


  • [B], [I], [U], [S] - bold, Italic, Subrayado, Struck-through

    Basic text formatting for the wrapped text.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Salida:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [BGCOLOR=color], [FONT=font], [SIZE=size] - Background color, Color de texto, Font, Size

    Advanced text formatting options for wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Salida:
    This is red and blue text.
    This is red and blue highlighted text.
    This is Courier New text.
    This is small and big text.
  • [SUB], [SUP] - Subscript, Superscript

    Position wrapped text.
    Example:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Salida:
    This is subscript text.
    This is superscript text.
  • [URL], [EMAIL] - Enlazando

    Crea un enlace utilizando el texto seleccionado como objetivo.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Salida:
  • [URL=enlace], [EMAIL=dirección] - Vinculación (avanzado)

    Enlaza el texto seleccionado a la página web o dirección de email especificada.
    Example:
    [URL=https://www.example.com]Ir a example.com[/URL]
    [[email protected]]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.
    Example:
    [USER=1]Nombre de usuario[/USER]
    Salida:
  • [IMG] - Imagen

    Muestra una imagen utilizando el texto seleccionado como una URL.
    Example:
    [IMG]https://cdn.megaplanet.net/data/assets/logo/512x512.png[/IMG]
    Salida:
    512x512.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Example:
    [VIDEO]https://foro.megaplanet.net/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://foro.megaplanet.net/styles/editor-manager/missing-video.mp3[/VIDEO]
    Salida:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Example:
    [AUDIO]https://foro.megaplanet.net/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Salida:
  • [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.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Salida:
    An embedded YouTube player would appear here.
  • [LIST] - Listas

    Muestra una lista punteada o numerada.
    Example:
    [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], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Cambia la alineación del texto seleccionado.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Salida:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Texto citado

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

    Oculta el texto contenido en los spoilers de modo que debe hacerse clic para poder verlo.
    Example:
    [SPOILER]Spoiler simple[/SPOILER]
    [SPOILER=Título del Spoiler]Spoiler con título[/SPOILER]
    Salida:
    Spoiler simple
    Spoiler con título
  • [ISPOILER] - Inline text containing spoilers

    Oculta el texto contenido en los spoilers de modo que debe hacerse clic para poder verlo.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Salida:
    You have to click the following word to see the content.
  • [CODE] - Muestra código de programación

    Muestra el texto de varios lenguajes de programación, destacando la sintaxis cuando es posible.
    Example:
    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:
    Code:
    Código
    general

    Código enriquecido:
    Rich (BB code):
    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.
    Example:
    Los bloques de código en línea [ICODE]son una forma cómoda[/ICODE] de mostrar código en línea.
    Salida:
    Los bloques de código en línea son una forma cómoda de mostrar código en línea.
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [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
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Example:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Salida:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [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.
  • [INDENT] - Sangría de texto

    Sangría del texto seleccionado. Puede anidarse para grandes sangrías.
    Example:
    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​
  • [PLAIN] - Texto plano

    Desactiva la traducción del código BB en el texto seleccionado.
    Example:
    [PLAIN]Esto no es texto [B]en negrita[/B].[/PLAIN]
    Salida:
    Esto no es texto [B]en negrita[/B].
  • [ATTACH] - Insertar 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.
    Example:
    Miniatura: [ATTACH]123[/ATTACH]
    Tamaño completo: [ATTACH=full]123[/ATTACH]
    Salida:
    The contents of the attachments would appear here.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Example:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Salida:
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need -1 more posts to view this content
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need to react to this post in order to see this content.
    Hidden content
    You need to reply to this thread or react to this post in order to see this content.
    Hidden content
    You need to be in at least one of the following groups to see this content: Administrative
  • [ALERT] - Alert Warning

    Alert Warning
    Example:
    [alert]Hola[/alert]
    Salida:
    Hola
  • [BB] - Blue Button

    Blue Button
    Example:
    [bb]Hola[/bb]
    Salida:
    Hola
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Example:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Salida:
    It costs 5 credits to see this text.
  • [GALLERY=option] - Insertar Galería

    Código BB para mostrar elementos multimedia y álbumes de la galería.
    Example:
    [GALLERY=media, X]Código BB de Galería[/GALLERY]
    Salida:
    [GALLERY=media, X]Código BB de Galería[/GALLERY]
  • [GB] - Grey Button

    Grey Button
    Example:
    [gb]Hola[/gb]
    Salida:
    Hola
  • [OB] - Orange Button

    Orange Button
    Example:
    [ob]Hola[/ob]
    Salida:
    Hola

Anuncios