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

Jump to: navigation, search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 56: Line 56:


==See Also==
==See Also==


* {{llink|Basic Bulletin Board Codes|text=Basic Bulletin Board Codes}}
* {{llink|Basic Bulletin Board Codes|text=Basic Bulletin Board Codes}}
* {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}}
* {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}}
{{ {{Localized|As a regular user}}}}
{{ {{Localized|As a regular user}}}}
<!--T:19-->
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:
<!--T:20-->
{{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}}
<!--T:21-->
Nesting the size tags as per the example below will result in this tag not working:
<!--T:22-->
{{code|<nowiki>[size=36pt][center][b][u]text[/u][/b][/center][/size]</nowiki>}}
<!--T:23-->

Revision as of 06:50, 20 June 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 Basic Bulletin Board Codes. 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

Możesz umieścić jeden tag BBC wewnątrz innego tak długo, jak "tag podrzędny jest zamknięty przed tagiem nadrzędnym". Na przykład, poprawny sposób pogrubienia tekstu oraz kursywy:
[b][i]bold & italic text[/i][/b]
[i][b]bold & italic text[/b][/i]
Łatwiej to zauważyć, gdy tagi są wcięte:
[b]
     [i]
         bold & italic text
     [/i]
[/b]
Kolejnym przykładem jest nieprawidłowo zagnieżdżony kod, który łatwo został przedstawiony z wcięciem tagów:
[b][i]bold & italic text[/b][/i]
[b]
     [i]
         bold & italic text
[/b]
     [/i]

Zobacz też

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: