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

Jump to: navigation, search
(Translation)
(Translation)
Line 11: Line 11:
===Vette en Italic tekst===
===Vette en Italic tekst===


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:
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:
{{code|[b][i]bold & italic text[/i][/b]}}
{{code|[b][i]bold & italic tekst[/i][/b]}}


This is shown more easily when the tags are indented:{{code|[b]
This is shown more easily when the tags are indented:{{code|[b]

Revision as of 15:10, 2 August 2011

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 Basis 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]

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



Advertisement: