(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 16: | Line 16: | ||
</div> | </div> | ||
<div class="mw-translate-fuzzy"> | |||
==Texto en ''negrita'' y cursiva== | ==Texto en ''negrita'' y cursiva== | ||
</div> | |||
<div class="mw-translate-fuzzy"> | <div class="mw-translate-fuzzy"> | ||
Line 47: | Line 49: | ||
</div> | </div> | ||
Note that the order in which | Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows: | ||
{{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | {{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | ||
Line 60: | Line 62: | ||
* {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}} | * {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}} | ||
{{ {{Localized|As a regular user}}}} | {{ {{Localized|As a regular user}}}} | ||
<!--T:19--> | |||
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows: | |||
<!--T:20--> | |||
{{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | |||
<!--T:21--> | |||
Nesting the size tags as per the example below will result in this tag not working: | |||
<!--T:22--> | |||
{{code|<nowiki>[size=36pt][center][b][u]text[/u][/b][/center][/size]</nowiki>}} | |||
<!--T:23--> |
Revision as of 06:50, 19 June 2013
Languages | English · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · polski · русский · srpski (latinica) · svenska · Türkçe |
---|
El código Bulletin board o BBCode se refiere a formatos de publicación en SMF y en muchos otros sitios en línea. Para ver una explicación de los botones en la página de publicación, ve Basic Bulletin Board Codes. Este artículo explica el concepto importante de anidar.
Anidar BBCode
El formato general de un BBCode tiene tres partes, una etiqueta de apertura, el contenido interno y una etiqueta de cierre, como se muestra enseguida:
[etiquetaApertura] texto dentro [/etiquetaCierre] [b] texto en negrita [/b]
Texto en negrita y cursiva
Puedes colocar una etiqueta de BBCode dentro de otra siempre y cuando la etiqueta hija se cierre antes que la etiqueta padre. Por ejemplo, la forma correcta para generar texto en negrita y cursiva es:
[b][i]texto en negrita y cursiva[/i][/b]
[i][b]bold & italic text[/b][/i]
[b] [i] texto en negrita y cursiva [/i] [/b]
El siguiente ejemplo está anidado incorrectamente, lo cual es mucho más fácil demostrar con etiquetas indentadas:
[b][i]texto en negritas y cursivas[/b][/i] [b] [i] texto en negritas y cursivas [/b] [/i]
Ver también
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows:
[center][size=36pt][b][u]text[/u][/b][/size][/center]
Nesting the size tags as per the example below will result in this tag not working:
[size=36pt][center][b][u]text[/u][/b][/center][/size]
See Also
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows:
[center][size=36pt][b][u]text[/u][/b][/size][/center]
Nesting the size tags as per the example below will result in this tag not working:
[size=36pt][center][b][u]text[/u][/b][/center][/size]