No edit summary |
(Translation) |
||
Line 9: | Line 9: | ||
[b] Vette tekst [/b]}} | [b] Vette tekst [/b]}} | ||
=== | ===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: | 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: |
Revision as of 15:07, 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
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]