Bulletin board code: Difference between revisions From Online Manual

Jump to: navigation, search
(Marked this version for translation)
No edit summary
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-->
<translate><!--T:3-->

Revision as of 09:24, 10 July 2011

<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>Nesting BBCodes</translate>

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

[<translate>
open</translate>]      <translate>
text inside</translate>      [/<translate>
close</translate>]
[b]         <translate>
bold text</translate>        [/b]

===<translate> Bold and italic text</translate>===

<translate>

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>

[b][i]<translate>
bold & italic text</translate>[/i][/b]

<translate>

This is shown more easily when the tags are indented:</translate>

[b]
    [i]
        <translate>
bold & italic text</translate>
    [/i]
[/b]

<translate> The next example is incorrectly nested, which is easily shown with indented tags:</translate>

[b][i]<translate>
bold & italic text</translate>[/b][/i]

[b]
    [i]
        <translate>
bold & italic text</translate>
[/b]
    [/i]

==<translate> See Also</translate>==

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


Advertisement: