Códigos BB

  • [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][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 indicada.
    Ejemplo:
    [URL=http://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.
    Ejemplo:
    [USER=1]Usuario[/USER]
    Salida:
  • [IMG] - Imagen

    Muestra una imagen usando el texto seleccionado como una URL
    Ejemplo:
    [IMG]https://sro-latino.com/styles/xenfocus/dimension/backgrounds/logo.png[/IMG]
    Salida:
  • [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: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram (Legacy), Liveleak, Metacafe, Pinterest, Reddit, SoundCloud, Spotify, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Ejemplo:
    [MEDIA=youtube]oHg5SJYRHA0[/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:
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    Ejemplo:
    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 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:
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.

    Código enriquecido:
    Enriquecido (Código BB):
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.

    Código PHP:
    PHP:
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.

    Código JS:
    Código:
    No tienes permiso para ver este contenido. Conectarse o registrarse ahora.
  • [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] - Tables

    Special markup to display tables in your content.
    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
  • [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í.
  • [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=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE=Second Slide]Second slide content[/SLIDE]
    [/ACCORDION]
    Salida:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [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=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    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=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Salida:
    Content
    Content
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset (Title and Width in % customizable ; separator: |)
    Ejemplo:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset=Title]This is a fieldset[/fieldset]
    [fieldset=Title|80]This is a fieldset[/fieldset]
    Salida:
    Fieldset:
    This is a fieldset

    Title
    This is a fieldset

    Title
    This is a 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:
  • [HR] [HR=option] - hr

    Ejemplo:
    Default line:
    [hr]
    Example line one:
    [hr=1]
    Example line two:
    [hr=2]
    Example line three:
    [hr=3]
    Example line four:
    [hr=4]
    Example line five:
    [hr=5]
    Salida:
    Default line:

    Example line one:

    Example line two:

    Example line three:

    Example line four:

    Example line five:

  • [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}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Ejemplo:
    [alert=Title]Alert[/alert]
    Salida:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Ejemplo:
    [information=Title]Information[/information]
    Salida:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Ejemplo:
    [stop=Title]Stop[/stop]
    Salida:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Ejemplo:
    [warning=Title]Warning[/warning]
    Salida:
    title Warning
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    Ejemplo:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE=open]Content 4[/SLIDE]
    [/SLIDER]
    Salida:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [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 2]Content 2[/SLIDE]
    [/TABS]
    [TABS=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - {tab=2}Link to tab 2{/tab}[/SLIDE]
    [SLIDE=Second Slide]Second tab content[/SLIDE]
    [/TABS]
    Salida:

  • [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:
Arriba