• ZAKAZ ZAKŁADANIA KONT NA MAILE TYMCZASOWE!

    Leci od razu PERM

BB Code

  • [B], [I], [U], [S] - bold, Kursywa, Podkreślenie, Struck-through

    Basic text formatting for the wrapped text.
    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.
    Wynik końcowy:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [BGCOLOR=color], [FONT=font], [SIZE=size] - Background color, Kolor tekstu, Font, Rozmiar

    Advanced text formatting options for wrapped text.
    Przykład:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Wynik końcowy:
    This is red and blue text.
    This is red and blue highlighted text.
    This is Courier New text.
    This is small and big text.
  • [SUB], [SUP] - Subscript, Superscript

    Position wrapped text.
    Przykład:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Wynik końcowy:
    This is subscript text.
    This is superscript text.
  • [URL], [EMAIL] - Odsyłacze

    Tworzy odsyłacz z odpowiednim przeznaczeniem.
    Przykład:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Wynik końcowy:
  • [URL=link], [EMAIL=adres] - Odsyłacze (zaawansowane)

    Tworzy odsyłacz do strony lub adresu email pod postacią tekstu.
    Przykład:
    [URL=https://www.example.com]Idź do strony example.com[/URL]
    [[email protected]]Napisz do mnie[/EMAIL]
    Wynik końcowy:
  • [USER=ID] - Odsyłacze do profilów

    Odsyła do profilu konkretnego użytkownika. Ta opcja zwykle działa automatycznie, podczas wpisywania nazwy użytkownika.
    Przykład:
    [USER=1]Nazwa użytkownika[/USER]
    Wynik końcowy:
  • [IMG] - Obrazek

    Wyświetla obrazek o wskazanej lokalizacji w sieci.
    Przykład:
    [IMG]https://pleaks.se/styles/xentr/special/xenforo/test.png[/IMG]
    Wynik końcowy:
    test.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Przykład:
    [VIDEO]https://pleaks.se/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://pleaks.se/styles/editor-manager/missing-video.mp3[/VIDEO]
    Wynik końcowy:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Przykład:
    [AUDIO]https://pleaks.se/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Wynik końcowy:
  • [MEDIA=serwis] - Osadzanie mediów

    Osadza w wiadomościach media pochodzące z wybranych serwisów. Zaleca się, aby używać tej opcji bezpośrednio z edytora tekstu.
    Sugerowane źródła: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Przykład:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Wynik końcowy:
    Tutaj pojawi się odtwarzacz wideo z serwisu YouTube.
  • [LIST] - Listy

    Wyświetla wypunktowaną lub ponumerowaną listę.
    Przykład:
    [LIST]
    [*]Przykład 1
    [*]Przykład 2
    [/LIST]
    [LIST=1]
    [*]Wpis 1
    [*]Wpis 2
    [/LIST]
    Wynik końcowy:
    • Przykład 1
    • Przykład 2
    1. Wpis 1
    2. Wpis 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Zmienia kierunek wprowadzonego tekstu.
    Przykład:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Wynik końcowy:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Cytaty

    Wyświetla tekst, który został zacytowany z innego źródła. Do pomocy możesz także wyszczególnić nazwę tego źródła.
    Przykład:
    [QUOTE]Zacytowana wypowiedź[/QUOTE]
    [QUOTE=Konkretna osoba]Coś takiego...[/QUOTE]
    Wynik końcowy:
    Zacytowana wypowiedź
    Konkretna osoba napisał:
    Coś takiego...
  • [SPOILER] - Tekst zawierający spoilery

    Ukrywa wybrany tekst mogący zawierać spoiler.
    Przykład:
    [SPOILER]Oto prosty spoiler[/SPOILER]
    [SPOILER=Spoiler z nazwą]Ten spoiler ma nazwę[/SPOILER]
    Wynik końcowy:
    Oto prosty spoiler
    Ten spoiler ma nazwę
  • [ISPOILER] - Inline text containing spoilers

    Ukrywa wybrany tekst mogący zawierać spoiler.
    Przykład:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Wynik końcowy:
    You have to click the following word to see the content.
  • [CODE] - Wyświetlanie kodu programowania

    Wyświetla tekst w jednym z kilku języków programowania, podświetlając składnię tam, gdzie to możliwe.
    Przykład:
    Kod ogólny:
    [CODE]Ogólny
    kod[/CODE]

    Kod Rich:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    kod[/CODE]

    Kod PHP:
    [CODE=php]echo $hello . ' world';[/CODE]

    Kod JS:
    [CODE=javascript]var hello = 'world';[/CODE]
    Wynik końcowy:
    Kod ogólny:
    Kod:
    Ogólny
    kod

    Kod Rich:
    BB Code:
    Rich
    kod

    Kod PHP:
    PHP:
    echo $hello . ' world';

    Kod JS:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Wyświetlanie kodu programowania wewnątrz tekstu

    Pozwala wyświetlić kod bezpośrednio z tekstem. Składnia nie będzie podświetlana.
    Przykład:
    Znaczniki kodu sekcji to [ICODE]wygodny sposób[/ICODE] na wyświetlanie kodu bezpośrednio w tekście.

    Formatowanie takiego kodu [ICODE=rich]jest [COLOR=red]również[/COLOR] [U]możliwe[/U][/ICODE].
    Wynik końcowy:
    Znaczniki kodu sekcji to wygodny sposób na wyświetlanie kodu bezpośrednio w tekście.

    Formatowanie takiego kodu jest również możliwe.
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Przykład:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Wynik końcowy:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Przykład:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Wynik końcowy:
    Option adds additional styling.
    Header 1Header 2
    Content 1Content 2

    Multiple styles can be combined.
    Header 1Header 2
    Content 1Content 2

    Header 1Header 2
    Content 1Content 2
    Content 1Content 2
  • [HEADING=rozmiar] - Rozmiar nagłówka liczony od 1 do 3

    Wprowadza nagłówek, aby poprawić czytelność tekstu.
    Przykład:
    [HEADING=1]Nagłówek główny[/HEADING]
    Tekst ten znajduje się pod nagłówkiem głównym, używanym do oddzielenia głównych sekcji artykułu.

    [HEADING=2]Nagłówek poziomu drugiego[/HEADING]
    Jeśli musisz podzielić nagłówek główny na kolejny, skorzystaj z nagłówka poziomu drugiego.

    [HEADING=3]Poddział[/HEADING]
    Jeśli potrzebujesz kolejnego poddziału, skorzystaj z nagłówka poziomu trzeciego.
    Wynik końcowy:

    Nagłówek główny​

    Tekst ten znajduje się pod nagłówkiem głównym, używanym do oddzielenia głównych sekcji artykułu.

    Nagłówek poziomu drugiego​

    Jeśli musisz podzielić nagłówek główny na kolejny, skorzystaj z nagłówka poziomu drugiego.

    Poddział​

    Jeśli potrzebujesz kolejnego poddziału, skorzystaj z nagłówka poziomu trzeciego.
  • [INDENT] - Wcięcia

    Pozwala zrobić wcięcie dla zawijanego tekstu.
    Przykład:
    To jest jakiś tekst
    [INDENT]Tekst z wcięciem[/INDENT]
    [INDENT=2]kolejne, głębsze wcięcie[/INDENT]
    Wynik końcowy:
    To jest jakiś tekst
    Tekst z wcięciem​
    kolejne, głębsze wcięcie​
  • [PLAIN] - Prosty tekst

    Wyłącza BB Code pozwalając tekst bez formatowania.
    Przykład:
    [PLAIN]To nie jest [B]pogrubiony[/B] tekst.[/PLAIN]
    Wynik końcowy:
    To nie jest [B]pogrubiony[/B] tekst.
  • [ATTACH] - Wstawianie załączników

    Wstawia załącznik w określonym miejscu. Jeśli załącznik jest obrazkiem, do wiadomości dołączona zostanie miniatura lub obraz w pełnym rozmiarze. Zwykle dzieje się tak po wciśnięciu odpowiedniego przycisku.
    Przykład:
    Miniatura: [ATTACH]123[/ATTACH]
    Pełny rozmiar: [ATTACH=full]123[/ATTACH]
    Wynik końcowy:
    Tutaj pojawi się zawartość załącznika.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Przykład:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Wynik końcowy:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    Hidden content
    You need to be in at least one of the following groups to see this content:
  • [CHARGE=option] - Charge

    Charging users to view your content.
    Przykład:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Wynik końcowy:
    It costs 5 credits to see this text.
  • [CLUB] - For club members

    Information inside the code is displayed only to members of the club.
    Przykład:
    [CLUB]Hello World![/CLUB] - Hidden text for club members
    Wynik końcowy:
    - Hidden text for club members
  • [DAYS=option] - Liczba dni

    Number of days from the date of registration on the forum, which the user needs to be able to view
    Przykład:
    [DAYS=5]Hello World![/DAYS] - Only registered users who are registered not earlier than 5 days ago are displayed.
    Wynik końcowy:
    - Only registered users who are registered not earlier than 5 days ago are displayed.
  • [GROUPS=option] - Dla grup użytkowników

    The tag hides content from people who are not members of X,Y,Z usergroups.
    Przykład:
    [GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
    Wynik końcowy:
    Content of this hidden block can only be seen by members of: Registered
    - Displayed only for group members with ID 2.
  • [HIDE] - Dla zarejestrowanych

    Ukryty tekst: tylko dla zarejestrowanych użytkowników
    Przykład:
    [HIDE]Hello World![/HIDE] - only registered users see the hidden text
    Wynik końcowy:
    [HIDE]Hello World![/HIDE] - only registered users see the hidden text
  • [LIKES=option] - Liczba lajków

    Number of like on the forum, which the user needs to be able to view
    Przykład:
    [LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
    Wynik końcowy:
    - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
  • [POSTS=option] - Liczba postów

    Number of posts on the forum, which the user needs to be able to view
    Przykład:
    [POSTS=5]Hello World![/POSTS] - Displays users who have 5 or more posts on the forum.
    Wynik końcowy:
    - Displays users who have 5 or more posts on the forum.
  • [REACTS=option] - Reakcje

    Hidden text for which you need to select a specific reaction
    Przykład:
    [REACTS=1]Hello World![/REACTS] - displayed for those who clicked the 'Like' reaction.
    Wynik końcowy:
    - displayed for those who clicked the 'Like' reaction.
  • [REPLY] - Odpowiedz w temacie

    Hidden text until the user answers the thread.
    Przykład:
    [REPLY]Hello World![/REPLY] - Displayed to users when they reply to the thread.
    Wynik końcowy:
    - Displayed to users when they reply to the thread.
  • [REPLYANDTHANKS] - Odpowiedz i kliknij Lubię to

    Hidden text until the user responds to the thread and clicks Like on this message.
    Przykład:
    [REPLYANDTHANKS]Hello World![/REPLYANDTHANKS] - It is displayed to users when they reply to the thread and click "I like".
    Wynik końcowy:
    - It is displayed to users when they reply to the thread and click "I like".
  • [REPLYTHANKS] - Odpowiedz lub kliknij Lubię to

    Hidden text until the user responds to the thread or clicks Like on this message.
    Przykład:
    [REPLYTHANKS]Hello World![/REPLYTHANKS] - It is displayed to users when they reply to the thread or click "I like".
    Wynik końcowy:
    - It is displayed to users when they reply to the thread or click "I like".
  • [THANKS] - Kliknij "Lubię to"

    This tag hides the text until the user clicks the Like button in the message.
    Przykład:
    [THANKS]Hello World![/THANKS] - This tag hides the text until the user clicks the Like button in the message.
    Wynik końcowy:
    - This tag hides the text until the user clicks the <b>Like button</b> in the message.
  • [TROPHIES=option] - Number of trophies

    Number of trophies on the forum, which the user needs to be able to view
    Przykład:
    [TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
    Wynik końcowy:
    - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
  • [USERS=option] - Dla użytkownika

    Hides the text from users, except for the parameters listed in the list of BB-code.
    Przykład:
    [USERS=Alex,John,Bryan]Hello World![/USERS] - Displayed only by user Alex, John, Bryan.
    Wynik końcowy:
    Ukryty tekst dla użytkowników: John
    - Displayed only by user Alex, John, Bryan.
  • [USERSEXC=option] - Exclude users

    Hides the text from users that are listed in the list of parameters of the BB-code.
    Przykład:
    [USERSEXC=Alex,John,Bryan]Hello World![/USERSEXC] - Displayed to all users except Alex, John, Bryan.
    Wynik końcowy:
    - Displayed to all users except Alex, John, Bryan.
  • [USERSID=option] - Users by id

    Hides the text from users by id, except for the parameters listed in the list of BB-code.
    Przykład:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
    Wynik końcowy:
    [USERIDS=1,2,3]Hello World![/USERIDS] - Appears only for users with ids 1, 2, 3.
  • [USERSIDEXC=option] - Exclude users by id

    Hides the text from users by id that are listed in the list of parameters of the BB-code.
    Przykład:
    [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
    Wynik końcowy:
    [USERSIDEXC=1,2,3]Hello World![/USERSIDEXC] - Appears only for all users except with ids 1, 2, 3.
Góra