Bulletin board code: Difference between revisions From Online Manual

Jump to: navigation, search
(Preparing for translation)
m (formatting-translation issues)
Line 1: Line 1:
<translate><!--T:1-->
<translate><!--T:1
Bulletin board codes or BBCodes are a way to format posts in SMF and in many other places online. For an explanation of the buttons in the post page, see [[Basic Bulletin Board Codes]]. This article explains the important concept of nesting.</translate>
-->Bulletin board codes or BBCodes are a way to format posts in SMF and in many other places online. For an explanation of the buttons in the post page, see [[Basic Bulletin Board Codes]]. This article explains the important concept of nesting.</translate>


==<translate><!--T:2-->
==<translate><!--T:2
Nesting BBCodes</translate>==
-->Nesting BBCodes</translate>==
<translate><!--T:3-->
 
The general format of a BBCode has three parts, an opening tag, the inside content and a closing tag, as shown below:</translate><pre>[<translate><!--T:4-->
<translate><!--T:3
open</translate>]      <translate><!--T:5-->
-->The general format of a BBCode has three parts, an opening tag, the inside content and a closing tag, as shown below:</translate>
text inside</translate>      [/<translate><!--T:6-->
{{code|[<translate><!--T:4
close</translate>]
-->open</translate>]      <translate><!--T:5
[b]        <translate><!--T:7-->
-->text inside</translate>      [/<translate><!--T:6
bold text</translate>        [/b]</pre>
-->close</translate>]
===<translate><!--T:8-->
[b]        <translate><!--T:7
Bold and italic text</translate>===
-->bold text</translate>        [/b]}}
<translate><!--T:9-->
===<translate><!--T:8
You can place one BBCode tag inside another as long as ''the child tag is closed before the parent tag''. For example, the correct way to make bold and italic text is:</translate><!-- <div class="codeheader">: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a></div> --><pre>[b][i]<translate><!--T:10-->
-->Bold and italic text</translate>===
bold & italic text</translate>[/i][/b]</pre>
 
<translate><!--T:11-->
<translate><!--T:9
This is shown more easily when the tags are indented:</translate><pre>[b]
-->You can place one BBCode tag inside another as long as ''the child tag is closed before the parent tag''. For example, the correct way to make bold and italic text is:</translate><!-- <div class="codeheader">: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a></div> -->{{code|[b][i]<translate><!--T:10
-->bold & italic text</translate>[/i][/b]}}
<translate><!--T:11
-->This is shown more easily when the tags are indented:</translate>{{code|[b]
     [i]
     [i]
         <translate><!--T:12-->
         <translate><!--T:12
bold & italic text</translate>
-->bold & italic text</translate>
     [/i]
     [/i]
[/b]</pre>
[/b]}}
<translate><!--T:13-->
<translate><!--T:13
The next example is incorrectly nested, which is easily shown with indented tags:</translate><pre>[b][i]<translate><!--T:14-->
-->The next example is incorrectly nested, which is easily shown with indented tags:</translate>
bold & italic text</translate>[/b][/i]
{{code|[b][i]<translate><!--T:14
-->bold & italic text</translate>[/b][/i]


[b]
[b]
     [i]
     [i]
         <translate><!--T:15-->
         <translate><!--T:15
bold & italic text</translate>
-->bold & italic text</translate>
[/b]
[/b]
     [/i]</pre>
     [/i]}}
 
==<translate><!--T:16
-->See Also</translate>==


==<translate><!--T:16-->
See Also</translate>==
* [[Basic bulletin board codes]]
* [[Basic bulletin board codes]]
* [[Alphabetical list of all bulletin board codes]]
* [[Alphabetical list of all bulletin board codes]]
{{Other languages}}
{{Other languages}}
[[Category:About Bulletin Board Code]]
[[Category:About Bulletin Board Code]]

Revision as of 12:13, 8 June 2011

Bulletin board codes or BBCodes are a way to format posts in SMF and in many other places online. For an explanation of the buttons in the post page, see Basic Bulletin Board Codes. This article explains the important concept of nesting.

Nesting BBCodes

The general format of a BBCode has three parts, an opening tag, the inside content and a closing tag, as shown below:

[open]      text inside      [/close]
[b]         bold text        [/b]

Bold and italic text

You can place one BBCode tag inside another as long as the child tag is closed before the parent tag. For example, the correct way to make bold and italic text is:

[b][i]bold & italic text[/i][/b]

This is shown more easily when the tags are indented:

[b]
    [i]
        bold & italic text
    [/i]
[/b]

The next example is incorrectly nested, which is easily shown with indented tags:

[b][i]bold & italic text[/b][/i]

[b]
    [i]
        bold & italic text
[/b]
    [/i]

See Also

Languages English  · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · polski · русский · srpski (latinica) · svenska · Türkçe


Advertisement: