(Created page with "{{code|<nowiki>[size=36pt][center][b][u]tekst[/u][/b][/center][/size]</nowiki>}}") |
No edit summary |
||
Line 38: | Line 38: | ||
[/i]}} | [/i]}} | ||
===Gdy liczy się wygląd, część 2=== | |||
== | |||
The order in which tags are nested is important when text-formatting tags such as ''size'', ''bold'', or ''italic'' are paired with the 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: | The order in which tags are nested is important when text-formatting tags such as ''size'', ''bold'', or ''italic'' are paired with the 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: |
Revision as of 21:54, 21 November 2013
Languages | English · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · polski · русский · srpski (latinica) · svenska · Türkçe |
---|
Kody Bulletin Board lub w skrócie BBC to sposób formatowania tekstu w SMF, a także w wielu innych miejscach w Internecie. W celu objaśnienia przycisków wyświetlanych na stronie tworzenia wiadomości, patrz Podstawowe kody Bulletin Board (en). Ten artykuł wyjaśnia najważniejsze pojęcia związane z używaniem kodów BBC.
Używanie kodów BBC
Ogólny format kodu BBC składa się z trzech części: otwierający znacznik, treść wewnętrzna i znacznik zamykający. Przykład poniżej:
[open] text inside [/close] [b] bold text [/b]
Tekst pogrubiony i kursywa
[b][i]bold & italic text[/i][/b]
[i][b]tekst pogrubiony i kursywa[/b][/i]
[b] [i] bold & italic text [/i] [/b]
The next example is incorrectly nested. The last two lines show that the parent tag [b] was closed before the child tag [i].
[b][i]bold & italic text[/b][/i] [b] [i] bold & italic text [/b] [/i]
Gdy liczy się wygląd, część 2
The order in which tags are nested is important when text-formatting tags such as size, bold, or italic are paired with the 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]tekst[/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]tekst[/u][/b][/center][/size]
Zobacz także
- Profile (en)
- Logging in (en)
- Prywatne wiadomości
- Help (en)