![]() |
|
BB Code | |
BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message. Below is a list of the BB code tags you can use to format your messages. |
|
Lista de códigos vB | |
[b], [i], [u] | Negrita / Cursiva / Subrayado |
[color] | Color |
[size] | Tamaño |
[font] | Fuente |
[highlight] | Highlight |
[left], [right], [center] | Izquierda / Derecha / Centrado |
[indent] | Identación |
[email] | Email Linking |
[url] | Liga a una página |
[thread] | Liga a una discusión |
[post] | Liga a un post |
[list] | Lista con viñetas / Listas avanzadas |
[img] | Imágenes |
[code] | Code |
[php] | Código PHP |
[html] | HTML Code |
[quote] | Quote |
[noparse] | Stop BB Code Parsing |
[attach] | Attachment |
[imglink] | imglink |
Incorrect BB Code Usage:
|
Color | |
El tag de [color] te permite cambiar el color de tu texto. | |
Uso | [color=Opción]valor[/color] |
Ejemplo | [color=blue]este texto es azul[/color] |
Resultado | este texto es azul |
Fuente | |
El tag de [font] te permite cambiar la fuente de tu texto. | |
Uso | [font=Opción]valor[/font] |
Ejemplo | [font=courier]este texto tiene fuente courier[/font] |
Resultado | este texto tiene fuente courier |
Highlight | |
The [highlight] tag allows you to emphasize your text. | |
Uso | [highlight]valor[/highlight] |
Ejemplo | [highlight]this text is highlighted[/highlight] |
Resultado | this text is highlighted |
Identación | |
El tag de [indent] te permite identar el texto. | |
Uso | [indent]valor[/indent] |
Ejemplo | [indent]este texto está identado[/indent] |
Resultado |
|
Email Linking | |
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link. | |
Uso |
[email]valor[/email] [email=Opción]valor[/email] |
Ejemplo |
[email]j.doe@example.com[/email] [email=j.doe@example.com]Click Here to Email Me[/email] |
Resultado |
j.doe@example.com Click Here to Email Me |
Liga a una página | |
El tag de [url] te permite crear una liga a otras páginas web o archivos. Puedes además elegir con que texto aparecerá la liga. | |
Uso |
[url]valor[/url] [url=Opción]valor[/url] |
Ejemplo |
[url]https://www.voyazteca.com/vb[/url] [url=https://www.voyazteca.com/vb]Voyeur Azteka[/url] |
Resultado |
https://www.voyazteca.com/vb Voyeur Azteka |
Liga a una discusión | |
El tag de [thread] te permite crear una liga a una discusión con sólo especificar su id. Puedes además elegir con que texto aparecerá la liga. | |
Uso |
[thread]threadid[/thread] [thread=threadid]valor[/thread] |
Ejemplo |
[thread]42918[/thread] [thread=42918]¡Da clic![/thread] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
Resultado |
https://www.voyazteca.com/vb/showthread.php?t=42918 ¡Da clic! |
Liga a un post | |
El tag de [post] te permite crear una liga a un post con solo especificar su id. Puedes además elegir con que texto aparecerá la liga. | |
Uso |
[post]postid[/post] [post=postid]valor[/post] |
Ejemplo |
[post]269302[/post] [post=269302]¡Da clic![/post] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
Resultado |
https://www.voyazteca.com/vb/showthread.php?p=269302#post269302 ¡Da clic! |
Listas avanzadas | |
El tag de [list] te permite crear listas avanzadas si especificas una opción. Puede ser 1 (para una lista numerada) o A (para una lista alfabética en mayúsculas) o a (para una lista alfabética en minúsculas) o I (para una lista con números romanos) o i (para una lista con números romanos en minúsculas). | |
Uso | [list=Opción]valor[/list] |
Ejemplo | [list=1] [*]elemento de la lista 1 [*]elemento de la lista 2 [/list] [list=a] [*]elemento de la lista 1 [*]elemento de la lista 2 [/list] |
Resultado |
|
Stop BB Code Parsing | |
The [noparse] tag allows you to stop the parsing of BB code. | |
Uso | [noparse][b]valor[/b][/noparse] |
Ejemplo | [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse] |
Resultado | [b]Lorem ipsum dolor sit amet[/b] |
Attachment | |
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. | |
Uso | [attach]attachmentid[/attach] |
Ejemplo | [attach]12345[/attach] |
Resultado |
imglink | |
Use THIS IMGLINKtag to put images with a link in your forum. This allows: [url=link][imglink]urltotheimage[/imglink][/url] ...to work again without The Image Resizer to broke the link. | |
Uso | [imglink]valor[/imglink] |
Ejemplo | [imglink]../images/misc/rss.jpg[/imglink] |
Resultado | ![]() |