BB Code | |
BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message. Below is a list of the BB code tags you can use to format your messages. |
|
Lista kodów vB | |
[b], [i], [u] | Pogrubienie / Pochylenie / Podkreślenie |
[color] | Kolor |
[size] | Wielkość |
[font] | Czcionka |
[highlight] | Podświetlenie |
[left], [right], [center] | Lewo / Prawo / Środek |
[indent] | Akapit |
[list] | Lista Wypunktowana / Zaawansowana Lista |
[img] | Obrazki |
[code] | Kod |
[php] | Kod PHP |
[html] | Kod HTML |
[quote] | Cytat |
[noparse] | Stop BB Code Parsing |
[attach] | Załącznik |
Incorrect BB Code Usage:
|
Zaawansowana Lista | |
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list). | |
Sposób Użycia | [list=Opcja]wartość[/list] |
Przykład Użycia | [list=1] [*]list item 1 [*]list item 2 [/list] [list=a] [*]list item 1 [*]list item 2 [/list] |
Przykładowy Efekt |
|
Stop BB Code Parsing | |
The [noparse] tag allows you to stop the parsing of BB code. | |
Sposób Użycia | [noparse][b]wartość[/b][/noparse] |
Przykład Użycia | [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse] |
Przykładowy Efekt | [b]Lorem ipsum dolor sit amet[/b] |
Załącznik | |
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. | |
Sposób Użycia | [attach]attachmentid[/attach] |
Przykład Użycia | [attach]12345[/attach] |
Przykładowy Efekt |