BBCode
-
[B], [I], [U], [S] - Bold, Italics, Underline, and Strike-through
Makes the wrapped text bold, italic, underlined, or struck-through.
- Przykład:
- This is [B]bold[/B] text.
This is [I]italic[/I] text.
This is [U]underlined[/U] text.
This is [S]struck-through[/S] text.
- Wygląd:
- This is bold text.
This is italic text.
This is underlined text.
This is struck-through text.
-
[COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size
Zmienia kolor, czcionke lub rozmiar tekstu.
- Przykład:
- To jest [COLOR=red]czerwony[/COLOR] oraz [COLOR=#0000cc]niebieski[/COLOR] tekst.
To jest tekst napisany czcionką [FONT=Courier New]Courier New[/FONT].
To jest [SIZE=1]mały[/SIZE] oraz [SIZE=7]duży[/SIZE] rozmiar tekstu.
- Wygląd:
- To jest czerwony oraz niebieski tekst.
To jest tekst napisany czcionką Courier New.
To jest mały oraz duży rozmiar tekstu.
-
[URL], [EMAIL] - Odnośniki
Creates a link using the wrapped text as the target.
- Przykład:
- [URL]http://www.adres.pl[/URL]
[EMAIL]twoj@email.pl[/EMAIL]
- Wygląd:
- http://www.adres.pl
twoj@email.pl
-
[URL=link], [EMAIL=address] - Linking (Advanced)
Zamienia zagnieżdżony tekst w podane linki lub adresy email.
- Przykład:
- [URL=http://www.adres.pl]Przejdź do adres.pl[/URL]
[EMAIL=twoj@email.pl]Wyślij mi email[/EMAIL]
- Wygląd:
- Przejdź do adres.pl
Wyślij mi email
-
[IMG] - Grafika
Display an image, using the wrapped text as the URL.
- Przykład:
- [IMG]http://www.xenforo.pl/styles/default/xenforo/avatars/avatar_s.png[/IMG]
- Wygląd:
![[IMG]](http://www.xenforo.pl/styles/default/xenforo/avatars/avatar_s.png)
-
[MEDIA=site] - Embedded Media
Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar. Zatwierdzone strony: Dailymotion; Facebook; Liveleak; Metacafe; Vimeo; YouTube;
- Przykład:
- [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
- Wygląd:
- An embedded YouTube player would appear here.
-
[LIST] - Lists
Displays a bulleted or numbered list.
- Przykład:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Wygląd:
- Bullet 1
- Bullet 2
- Entry 1
- Entry 2
-
[LEFT], [CENTER], [RIGHT] - Wyrównanie tekstu
Changes the alignment of the wrapped text.
- Przykład:
- [LEFT]Wyrównanie do lewej[/LEFT]
[CENTER]Wyśrodkowanie[/CENTER]
[RIGHT]Wyrównanie do prawej[/RIGHT]
- Wygląd:
- Wyrównanie do lewejWyśrodkowanieWyrównanie do prawej
-
[QUOTE] - Cytowany tekst
Displays text that has been quoted from another source. You may also attribute the name of the source.
- Przykład:
- [QUOTE]Cytowany tekst[/QUOTE]
[QUOTE=Osoba]Napisany tekst przez tę osobę[/QUOTE]
- Wygląd:
-
[CODE], [PHP], [HTML] - Programming Code Display
Displays text in one of several programming languages, highlighting the syntax where possible.
- Przykład:
- [CODE]General
code[/CODE]
[PHP]echo $hello . 'world';[/PHP]
- Wygląd:
- Kod:
General code
PHP:echo $hello . 'world';
-
[INDENT] - Wcięcie tekstu
Indents the wrapped text. This can be nested for larger indentings.
- Przykład:
- Zwykła treść
[INDENT]Treść wcięta
[INDENT]Jeszcze bardziej wcięta treść[/INDENT]
[/INDENT]
- Wygląd:
- Zwykła treść
Treść wcięta
Jeszcze bardziej wcięta treść
-
[PLAIN] - Czysty tekst
Disables BB code translation on the wrapped text.
- Przykład:
- [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
- Wygląd:
- This is not [B]bold[/B] text.
-
[ATTACH] - Attachment Insertion
Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
- Przykład:
-
Miniatura: [ATTACH]123[/ATTACH]
Pełny rozmiar: [ATTACH=full]123[/ATTACH]
- Wygląd:
- Załącznik pojawi się tutaj.