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

Jump to: navigation, search
No edit summary
(Updating to match new version of source page)
Line 31: Line 31:
</div>
</div>


<div class="mw-translate-fuzzy">
The next example is incorrectly nested, which is easily shown with indented tags:
Het volgende voorbeeld is fout genest, wat makkelijk aangetoond wordt met de ingesprongen tags:
{{code|[b][i]bold & italic text[/b][/i]
{{code|[b][i]bold & italic text[/b][/i]
[b]
[b]
          [i]
    [i]
              bold & italic tekst
        bold & italic text
[/b]
[/b]
        [/i]}}
    [/i]}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 06:50, 18 July 2013

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

Bulletin Board codes of BBCodes zijn een manier om posten aan te passen in SMF en op verschillende plaatsen op het internet. Als voorbeeld van de knoppen in de posten pagina, zie Basic Bulletin Board Codes. Dit artikel zal het belangrijke concept van nesting uitleggen.

Nesting BBCodes

De algemene format van een BBCode heeft drie delen, een tag om te openen, de inhoud en de tag om te sluiten. zoals hier onder getoond:

[open]      inhoud     [/close]
[b]        Vette tekst        [/b]

Vette en Italic tekst

Je kan een BBCode plaatsen in een andere zolang the child tag gesloten is voor de hoofd tag. Bijvoorbeeld, De juiste manier om vette en italic tekst te maken is:

[b][i]bold & italic tekst[/i][/b]
[i][b]bold & italic text[/b][/i]
Dit is gemakkelijker getoond wanneer de tags inspringen.
[b]
         [i]
         bold & italic tekst
         [/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]

Zie ook

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



Advertisement: