Bulletin board code/es: Difference between revisions From Online Manual

Jump to: navigation, search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
{{Other languages}}
{{Other languages}}
{{DISPLAYTITLE:Bulletin board code}}
{{TOCright}}
{{DISPLAYTITLE:<div class="mw-translate-fuzzy">
Bulletin board code
</div>}}
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
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.
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.
Line 7: Line 10:
==Anidar BBCode==
==Anidar BBCode==


<div class="mw-translate-fuzzy">
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:
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:
{{code|[etiquetaApertura]      texto dentro      [/etiquetaCierre]
{{code|[etiquetaApertura]      texto dentro      [/etiquetaCierre]
[b]        texto en ''negrita''        [/b]}}
[b]        texto en ''negrita''        [/b]}}
</div>


==Texto en ''negrita'' y cursiva==
==Texto en ''negrita'' y cursiva==
Line 20: Line 25:
{{code|[i][b]bold & italic text[/b][/i]}}
{{code|[i][b]bold & italic text[/b][/i]}}


<div class="mw-translate-fuzzy">
Esto se nota más fácil cuando las etiquetas están indentadas:{{code|[b]
Esto se nota más fácil cuando las etiquetas están indentadas:{{code|[b]
     [i]
     [i]
Line 25: Line 31:
     [/i]
     [/i]
[/b]}}
[/b]}}
</div>


<div class="mw-translate-fuzzy">
El siguiente ejemplo está anidado incorrectamente, lo cual es mucho más fácil demostrar con etiquetas indentadas:
El siguiente ejemplo está anidado incorrectamente, lo cual es mucho más fácil demostrar con etiquetas indentadas:
{{code|[b][i]texto en ''negritas'' y cursivas[/b][/i]
{{code|[b][i]texto en ''negritas'' y cursivas[/b][/i]
Line 33: Line 41:
[/b]
[/b]
     [/i]}}
     [/i]}}
</div>
<div class="mw-translate-fuzzy">
==Ver también==
</div>
Note that the order in which the size tag is nested is important when it is paired with the following text alignment tags: center, left, right, and pre. 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>}}
Nesting the size tags as per the example below will result in this tag not working:


[b]
{{code|<nowiki>[size=36pt][center][b][u]text[/u][/b][/center][/size]</nowiki>}}
    [i]
        bold & italic text
[/b]
    [/i]}}


==Ver también==
==See Also==


* {{llink|Basic Bulletin Board Codes|text=Basic Bulletin Board Codes}}
* {{llink|Basic Bulletin Board Codes|text=Basic Bulletin Board Codes}}
* {{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}}
[[Category:About Bulletin Board Code]]
{{ {{Localized|As a regular user}}}}

Revision as of 06:50, 14 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]
Esto se nota más fácil cuando las etiquetas están indentadas:
[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 the size tag is nested is important when it is paired with the following text alignment tags: center, left, right, and pre. 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



Advertisement: