-
Hacer el texto marcado negrita, itálica, subrayado, o rayado.
- 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]rayado[/S].
- Salida:
Esto es texto en negrita.
Esto es texto en itálica.
Esto es texto subrayado.
Esto es texto rayado.
-
Cambia el color, fuente, o tamaño del texto marcado.
- 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.
-
Creá un enlace usando el texto marcado como objetivo.
-
Enlaza el texto marcado a la página web o dirección de email específicada.
- Ejemplo:
- [URL=http://www.ejemplo.com]Ir a ejemplo.com[/URL]
[[email protected]]Enviarme un email[/EMAIL]
- Salida:
-
Enlaza a un perfil de usuario. Esto es generalmente agregado automáticamente cuando taggeas a un usuario.
- Ejemplo:
- [USER=1]Nombre de usuario[/USER]
- Salida:
-
Muestre una imagen, usando texto marcado como la URL.
- Ejemplo:
- [IMG]https://www.foroassetto.com/data/assets/logo/favicon.png[/IMG]
- Salida:
-
Adhiere media de sitios aprobados en tu mensaje. Es recomendado que uses el boton de media de la barra de herramientas del editor.
Sitios aprobados:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Ejemplo:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Salida:
- An embedded YouTube player would appear here.
-
Muestra una lista en balas o numeros.
- Ejemplo:
- [LIST]
[*]Bala 1
[*]Bala 2
[/LIST]
[LIST=1]
[*]Entrada 1
[*]Entrada 2
[/LIST]
- Salida:
-
Cambios al alineamiento del texto contenido.
- Ejemplo:
- [LEFT]Alineado derecha[/LEFT]
[CENTER]Alineado centro[/CENTER]
[RIGHT]Alineado izquierda[/RIGHT]
- Salida:
Alineado derecha
Alineado centro
Alineado izquierda
-
Muestra texto que ha sido citado de otra fuente. También puedes atríbuir el nombre de la fuente.
- Ejemplo:
- [QUOTE]Texto citado[/QUOTE]
[QUOTE=Una persona]Algo que dijeron[/QUOTE]
- Salida:
-
Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
- Ejemplo:
- [SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
- Salida:
-
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.
-
Muestra texto en uno de varios lenguajes de programación, coloreando la sintaxis donde sea posible.
- Ejemplo:
- [CODE]Código general[/CODE]
[PHP]echo $hola . 'mundo';[/PHP]
- Salida:
-
Allows you to display code inline among normal post content. Syntax will not be highlighted.
- Ejemplo:
- Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.
Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
- Salida:
Inline code sections are a convenient way
of displaying code inline.
Rich formatting within inline code sections is also supported
.
-
Identa el texto marcado. Esto puede ser nested para mayores identados.
- Ejemplo:
- Texto regular
[INDENT]Texto identado
[INDENT]Más identado[/INDENT]
[/INDENT]
- Salida:
Texto regular
Texto identado
Más identado
-
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 1 | Header 2 |
---|
Content 1 | Content 2 |
-
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.
-
Deshabilita la conversión del código BB en el texto marcado.
- Ejemplo:
- [PLAIN]Esto no es texto en [B]negrita[/B].[/PLAIN]
- Salida:
Esto no es texto en [B]negrita[/B].
-
Inserta un adjunto al punto específicado. Si el adjunto es una imagen, una versión miniatura o tamaño completo será insertada. Esto generalmente será insertado haciendo clic en el boton apropiado.
- Ejemplo:
-
Miniatura: [ATTACH]123[/ATTACH]
Tamaño completo: [ATTACH=full]123[/ATTACH]
- Salida:
- Los contenidos del adjunto aparecerían aquí.