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],
[FONT=name],
[SIZE=size]
-
Color de texto,
Font,
Tamaño
Applies advanced formatting to the wrapped text.
Ejemplo:
This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=8]big[/SIZE] text.
Salida:
This is red and blue text.
This is Courier New text.
This is small and big text.
[URL], [EMAIL] - Enlazando
Crea un enlace usando el texto seleccionado como objetivo.
[LEFT], [CENTER], [RIGHT], [JUSTIFY] - Text alignment
Cambia la alineación del texto seleccionado.
Ejemplo:
[LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
[JUSTIFY]This is a justified text block with a long content to demonstrate the justification.[/JUSTIFY]
Salida:
Left-aligned
Center-aligned
Right-aligned
This is a justified text block with a long content to demonstrate the justification.
[QUOTE] - Texto citado
Muestra texto que ha sido citado de otra fuente. Puedes indicar también el nombre de la fuente.
Ejemplo:
[QUOTE]Texto citado[/QUOTE]
[QUOTE=Una persona]Algo que dijo[/QUOTE]
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.
[TABLE], [TR], [TH], [TD] - Tables
Use [TR] tags to start new rows inside a table tag. Use [TD] tags to start new cells inside row tags. Use [TH] to start new table header cells inside table rows.
[TABLE=right-nofullwidth]
[TR][TD]A right aligned table.[/TD][/TR][/TABLE]
[TABLE=noborder]
[TR][TD]A table with no border.[/TD][/TR][/TABLE]
[TABLE=nobackground]
[TR][TD]A table that[/TD][/TR][TR][TD]doesn't color rows differently[/TD][/TR][/TABLE]
[TABLE=collapse]
[TR][TD]A table that[/TD][TD] has non-equal width columns.[/TD][/TR][/TABLE]
Salida:
A table that is not full width
A centered table.
A right aligned table.
A table with no border.
A table that
doesn't color rows differently
A table that
has non-equal width columns.
[INDENT] - Sangría de texto
Sangría del texto seleccionado. Puede anidarse para grandes sangrías.
Ejemplo:
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.
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 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.