Códigos BB

  • [B], [I], [U], [S]: negrita, cursiva, subrayado y tachado

    Hace que el texto envuelto esté en negrita, cursiva, subrayado o tachado.
    Ejemplo:
    Este es el texto en [B]negrita[/B].
    Este es el texto [I]en cursiva[/I].
    Este es el texto [U]subrayado[/U].
    Este es el texto [S]tachado[/S].
    Salida:
    Este es el texto en negrita.
    Este es el texto en cursiva.
    Este es el texto subrayado.
    Este es el 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:
    Este texto aparece en [COLOR=red]rojo[/COLOR] y [COLOR=#0000cc]azul[/COLOR].
    Este es el texto [FONT=Courier New]Courier New[/FONT].
    Este texto es [SIZE=1]pequeño[/SIZE] y este [SIZE=7]texto es grande[/SIZE].
    Salida:
    Este texto aparece en rojo y azul.
    Este es el texto Courier New.
    Este texto es pequeño y este texto es grande.
  • [URL], [EMAIL] - Enlace

    Crea un enlace usando el texto envuelto como destino.
    Ejemplo:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Salida:
  • [URL=link], [EMAIL=dirección] - Enlace (Avanzado)

    Vincula el texto envuelto a la página web o dirección de correo electrónico especificada.
    Ejemplo:
    [URL=https://www.example.com]Ir a example.com[/URL]
    [[email protected]]Envíame un correo electrónico[/EMAIL]
    Salida:
  • [USER=ID] - Enlace de perfil

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

    Muestra una imagen, usando el texto envuelto como la URL.
    Ejemplo:
    [IMG]https://narutouchiha.com/images/logo_nu_mobile.png[/IMG]
    Salida:
    logo_nu_mobile.png
  • [MEDIA = site] - Medios incrustados

    Insertar los medios de los sitios aprobados en tu mensaje. Se recomienda que utilices el botón multimedia en la barra de herramientas del editor.
    Sitios aprobados: Apple Music, Bluesky, 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 incrustado aparecería aquí.
  • [LIST] - Listas

    Muestra una lista con viñetas o numerada.
    Ejemplo:
    [LIST]
    [*] Bullet 1
    [*] Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entrada 1
    [*]Entrada 2
    [/LIST]
    Salida:
    • Bullet 1
    • Bullet 2
    1. Entrada 1
    2. Entrada 2
  • [LEFT], [dCENTER], [RIGHT] - Alineación de 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​
    Alineado al centro​
    Alineado a la derecha​
  • [QUOTE] - Texto citado

    Muestra el texto que se ha citado de otra fuente. También puede atribuir el nombre de la fuente.
    Ejemplo:
    [QUOTE]Texto citado[/QUOTE]
    [QUOTE=UnaPersona]Algo que esta persona dijo[/QUOTE]
    Salida:
    UnaPersona dijo:
    Algo que esta persona dijo
  • [SPOILER] - Texto que contiene spoilers

    Oculta el texto que puede contener spoilers para que el espectador pueda hacer clic en él para verlo.
    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 el texto en línea entre el contenido normal ocultando el texto que pueda contener spoilers y el visitante debe hacer clic en él para verlo.
    Ejemplo:
    Debe hacer clic en la siguiente [ISPOILER]palabra[/ISPOILER] para ver el contenido.
    Salida:
    Debe hacer clic en la siguiente palabra 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 donde sea posible.
    Ejemplo:
    Código general:
    [CODE]General
    código[/CODE]

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

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

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

    Código enriquecido:
    Rich (código BB):
    código
    enriquesido

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

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

    te permite mostrar el código en línea entre el contenido normal de las publicaciones. 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 una línea.

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

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

    Sangra el texto envuelto. Esto se puede anidar para sangrados más grandes.
    Ejemplo:
    Texto regular
    [INDENT]Texto con sangría[/INDENT]
    [INDENT=2]Más sangrado[/INDENT]
    Salida:
    Texto regular
    Texto con sangría​
    Más sangrado​
  • [TABLE] - Tablas

    Marcado especial para mostrar 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 encabezamiento 1 a 3

    Marca el texto como un encabezamiento estructurado para facilitar la legibilidad a máquina.
    Ejemplo:
    [HEADING=1]Título principal[/HEADING]
    Este texto corresponde a un título principal, utilizado para separar las secciones principales de un artículo.

    [HEADING=2]Encabezamiento menor[/HEADING]
    Cuando necesite subdividir las secciones principales de un artículo, utilice un título menor 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 corresponde a un título principal, utilizado para separar las secciones principales de un artículo.

    Encabezamiento menor​

    Cuando necesite subdividir las secciones principales de un artículo, utilice un título menor de nivel 2.

    Subtítulo​

    Si necesita una subdivisión adicional, puede bajar al nivel 3.
  • [PLAIN] - Texto sin formato

    Desactiva la traducción de código BB en el texto envuelto
    Ejemplo:
    [PLAIN] Esto no es texto en [B]negrita[/B][/PLAIN]
    Salida:
    Esto no es texto en [B]negrita[/B]
  • [ATTACH] - Inserción de adjuntos

    Inserta un archivo adjunto en el punto especificado. Si el archivo adjunto es una imagen, se insertará una versión en miniatura o 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 archivos adjuntos aparecería aquí.
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    Ejemplo:
    [abbr="on hover text"]text[/abbr]
    Salida:
    text
  • [ACCORDION] [ACCORDION=option] - Accordion

    A customizable interactive accordion
    Ejemplo:
    [ACCORDION width=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE title="Second Slide"]Second slide content[/SLIDE]
    [/ACCORDION]
    Salida:
    [ACCORDION width=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE title="Second Slide"]Second slide content[/SLIDE]
    [/ACCORDION]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Ejemplo:
    [alert=Title]Alert[/alert]
    Salida:
    title Alert
  • [ANCHOR] [ANCHOR=option] - Anchor

    Generate a HTML anchor tag
    Ejemplo:
    Generate an anchor point;
    [anchor]introduction[/anchor]

    Goto an anchor point
    [anchor=#introduction]Click here to go to introduction[/anchor]
    Salida:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [ARTICLE] [ARTICLE=option] - Article

    Displays an article with an optional source attribution.
    Ejemplo:
    [ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
    [/ARTICLE]
    Salida:
    Article:
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
  • [BIMG] [BIMG=option] - Block image

    Displays an image, allowing it to be resized, aligned or floated, and compared with another image.
    Ejemplo:
    [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
    [bimg width=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    Salida:

    [bimg width=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
  • [DOFOLLOW=option] - Dofollow link

    Ejemplo:
    [dofollow={option}]{text}[/dofollow]
    Salida:
  • [ENCADRE] [ENCADRE=option] - Encadre

    This BB Code inserts a text box to the right of a text (absolute position). It has to be inserted just before the content. (width customizable in %)
    Ejemplo:
    [ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    [ENCADRE width=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Salida:
    Content
    [ENCADRE width=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset
    Ejemplo:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset title="Title"]This is a fieldset[/fieldset]
    [fieldset title="Title" width=80]This is a fieldset[/fieldset]
    Salida:
    Fieldset:
    This is a fieldset

    [fieldset title="Title"]This is a fieldset[/fieldset]
    [fieldset title="Title" width=80]This is a fieldset[/fieldset]
  • [FLEFT] - Float left

    Make a block float on the left
    Ejemplo:
    [fleft]Make me float on the left[/fleft]
    Salida:
    Make me float on the left
  • [FRIGHT] - Float right

    Make a block float on the right
    Ejemplo:
    [FRIGHT]Make me float on the right[/FRIGHT]
    Salida:
    Make me float on the right
  • [GVIEW] [GVIEW=option] - GVIEW

    This BB Code displays documents using the "Google Docs - Viewer" (supports many different file types:pdf,ppt,doc,xls...).
    Ejemplo:
    [GVIEW]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]
    Salida:
  • [H1] - h1

    Ejemplo:
    [h1]Example[/h1]
    Normal text
    Salida:

    Example

    Normal text
  • [H2] - h2

    Ejemplo:
    [h2]Example[/h2]
    Normal text
    Salida:

    Example

    Normal text
  • [H3] - h3

    Ejemplo:
    [h3]Example[/h3]
    Normal text
    Salida:

    Example

    Normal text
  • [H4] - h4

    Ejemplo:
    [h4]Example[/h4]
    Normal text
    Salida:

    Example

    Normal text
  • [HR] [HR=option] - Horizontal line

    Ejemplo:
    Default line:
    [hr]
    Unformatted line:
    [hr=0]
    Solid line:
    [hr=1]
    Lightly faded on both sides:
    [hr=2]
    Significantly faded on both sides:
    [hr=3]
    Faded to left:
    [hr=4]
    Faded from right:
    [hr=5]
    Salida:
    Default line:


    Unformatted line:


    Solid line:


    Lightly faded on both sides:


    Significantly faded on both sides:


    Faded to left:


    Faded from right:

  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Ejemplo:
    [information=Title]Information[/information]
    Salida:
    title Information
  • [JUSTIFY] - Justify

    Ejemplo:
    [justify]justified text example
    line 1
    line 2
    line 3[/justify]!
    Salida:
    justified text example
    line 1
    line 2
    line 3​
    !
  • [LATEX] [LATEX=option] - Latex

    Renders LaTeX markup.
    Ejemplo:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Salida:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    Ejemplo:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE align=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE open=1]Content 4[/SLIDE]
    [/SLIDER]
    Salida:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE align=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE open=1]Content 4[/SLIDE]
    [/SLIDER]
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Ejemplo:
    [stop=Title]Stop[/stop]
    Salida:
    title Stop
  • [SUB] - Subscript

    Ejemplo:
    10[sub]1[/sub]!
    Salida:
    101​!
  • [SUP] - Superscript

    Ejemplo:
    10[sup]1[/sup]!
    Salida:
    101​!
  • [TABS] [TABS=option] - Tabs

    Render Tabs into a post
    Ejemplo:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Title 2"]Content 2[/SLIDE]
    [/TABS]
    [TABS width=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Second Slide"]Second tab content[/SLIDE]
    [/TABS]
    Salida:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Title 2"]Content 2[/SLIDE]
    [/TABS]
    [TABS width=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Second Slide"]Second tab content[/SLIDE]
    [/TABS]
  • [TIME] [TIME=option] - Time

    Displays a time or date based on a member's timezone preference.
    Ejemplo:
    [TIME=datetime]2050-12-12T03:12:46+0000[/TIME]
    Salida:
    Adjusted Time
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Ejemplo:
    [warning=Title]Warning[/warning]
    Salida:
    title Warning
Volver
Arriba