-
Makes the wrapped text bold, italic, underlined, or struck-through.
- Przykład:
- To jest [B]pogrubiony[/B] tekst.
To jest tekst napisany [I]kursywą[/I].
To jest [U]podkreślony[/U] tekst.
To jest [S]przekreślony[/S] tekst.
- Output:
To jest pogrubiony tekst.
To jest tekst napisany kursywą.
To jest podkreślony tekst.
To jest przekreślony tekst.
-
Zmienia kolor, czcionkę lub rozmiar zawiniętego tekstu.
- Przykład:
- This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
This is [FONT=Courier New]Courier New[/FONT] text.
This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
- Output:
This is red and blue text.
This is Courier New text.
This is small and big text.
-
Creates a link using the wrapped text as the target.
- Przykład:
- [URL]http://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
- Output:
-
Linkuje zawinięty tekst do określonej strony internetowej lub adresu e-mail.
- Przykład:
- [URL=http://www.example.com]Przejdź do example.com[/URL]
[EMAIL=example@example.com]Napisz do mnie[/EMAIL]
- Output:
-
Link do profilu użytkownika. Zazwyczaj jest wstawiane automatycznie, gdy wspomina się o użytkowniku.
- Przykład:
- [USER=1]Nazwa użytkownika[/USER]
- Output:
-
Wyświetl grafikę, używając zawiniętego tekstu jako adresu URL.
- Przykład:
- [IMG]/styles/game/logo.png[/IMG]
- Output:
/styles/game/logo.png
-
Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
Zatwierdzone strony:
Apple Music,
Dailymotion,
Facebook,
Flickr,
Giphy,
Imgur,
Instagram (Legacy),
Liveleak,
Metacafe,
Pinterest,
Reddit,
SoundCloud,
Spotify,
TikTok,
Tumblr,
Twitch,
Twitter,
Vimeo,
YouTube
- Przykład:
- [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
- Output:
- Pojawi się tutaj odtwarzacz YouTube.
-
Wyświetla listę punktowaną lub numerowaną.
- Przykład:
- [LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
- Output:
-
Zmienia wyrównanie zawiniętego tekstu.
- Przykład:
- [LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]
- Output:
Left-aligned
Center-aligned
Right-aligned
-
Wyświetla tekst, który został zacytowany z innego źródła. Można także przypisać nazwę źródła.
- Przykład:
- [QUOTE]Cytowany tekst[/QUOTE]
[QUOTE=Osoba]Coś napisała[/QUOTE]
- Output:
-
Ukrywa tekst, który może zawierać spoilery, tak aby użytkownik musiał go kliknąć.
- Przykład:
- [SPOILER]Prosty spoiler[/SPOILER]
[SPOILER=Tytuł spoilera]Spoiler z tytułem[/SPOILER]
- Output:
-
Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
- Przykład:
- Musisz kliknąć następujące [ISPOILER]słowo[/ ISPOILER], aby zobaczyć treść.
- Output:
Musisz kliknąć następujące słowo[/ ISPOILER], aby zobaczyć treść.
-
Wyświetla tekst w jednym z kilku języków programowania, podkreślając tam, gdzie to możliwe, składnię.
- Przykład:
- Kod ogólny:
[CODE]Kod ogólny
[/CODE]
Kod sformatowany:
[CODE=rich][COLOR=red]Kod[/COLOR]
sformatowany[/CODE]
Kod PHP:
[CODE=php]echo $hello . ' world';[/CODE]
Kod JS:
[CODE=javascript]var hello = 'world';[/CODE]
- Output:
Kod ogólny:
Kod sformatowany:
Kod PHP:
Kod JS:
-
Umożliwia wyświetlanie kodu w tekście pośród normalnej treści postu. Składnia nie będzie podświetlona.
- Przykład:
- Wewnętrzne bloki kodu [ICODE] to wygodny sposób [/ ICODE] do wyświetlania kodu w linii.
- Output:
Wewnętrzne bloki kodu to wygodny sposób [/ ICODE] do wyświetlania kodu w linii.
-
Wcina zawinięty tekst. Można to zagnieździć dla większych wcięć.
- Przykład:
- Zwykły tekst
[INDENT]Tekst z wycięciem
[INDENT]Tekst z większym wcięciem [/INDENT]
[/INDENT]
- Output:
Zwykły tekst
Tekst z wycięciem
Tekst z większym wcięciem
-
Specjalne znaczniki do wyświetlania tabel w treści.
- Przykład:
- [TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]
- Output:
Header 1 | Header 2 |
---|
Content 1 | Content 2 |
-
Marks text as a structured heading to facilitate machine readability.
- Przykład:
- [HEADING=1]Major heading[/HEADING]
This text comes under a major heading, used to separate the primary sections of an article.
[HEADING=2]Minor heading[/HEADING]
When you need to subdivide the primary sections of an article, use a level 2 minor heading.
[HEADING=3]Subheading[/HEADING]
If you require additional subdivision, you may drop to level 3.
- Output:
Major heading
This text comes under a major heading, used to separate the primary sections of an article.
Minor heading
When you need to subdivide the primary sections of an article, use a level 2 minor heading.
Subheading
If you require additional subdivision, you may drop to level 3.
-
Disables BB code translation on the wrapped text.
- Przykład:
- [PLAIN]To nie jest [B]pogrubiony[/B] tekst.[/PLAIN]
- Output:
To nie jest [B]pogrubiony[/B] tekst.
-
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]
- Output:
- The contents of the attachments would appear here.
-
- Przykład:
- [tw2changelog="Introduction"]abc[/tw2changelog]
- Output:
-
- Przykład:
- [tw2divider1][/tw2divider1]
- Output:
-
- Przykład:
- [tw2divider2][/tw2divider2]
- Output:
-
- Przykład:
- [tw2footer][/tw2footer]
- Output:
-
- Przykład:
- [tw2head]Version X.xx[/tw2head]
- Output: