reklama
Forum BabyBoom

Dzień dobry...

Starasz się o maleństwo, wiesz, że zostaniecie rodzicami a może masz już dziecko? Poszukujesz informacji, chcesz się podzielić swoim doświadczeniem? Dołącz do naszej społeczności. Rejestracja jest bezpieczna, darmowa i szybka. A wsparcie i wdzięczność, które otrzymasz - nieocenione. Podoba Ci się? Wskakuj na pokład! Zamiast być gościem korzystaj z wszystkich możliwości. A jeśli masz pytania - pisz śmiało.

Ania Ślusarczyk (aniaslu)

  • Czy pomożesz Iwonie nadal być mamą? Zrób, co możesz! Tu nie ma czasu, tu trzeba działać. Zobacz
reklama

BB codes

  • [B], [I], [U], [S] - B - pogrubienie, I - Kursywa, U - podkreślenie, S - przekreślenie

    Powoduje, że tekst pomiędzy staje się pogrubiony, kursywą, podkreślony, albo przekreślony.
    Przykład:
    To jest tekst [B]pogrubiony[/B].
    To jest [I]kursywa[/I].
    To jest [U]podkreślone[/U].
    To jest [S]przekreślone[/S].
    Output:
    To jest tekst pogrubiony.
    To jest kursywa.
    To jest podkreślone.
    To jest przekreślone.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Zmienia kolor, czcionkę lub rozmiar tekstu pomiędzy
    Przykład:
    To jest [COLOR=red]czerwone[/COLOR] lub [COLOR=#0000cc]niebieskie[/COLOR].
    To jest [FONT=Courier New]Courier New[/FONT].
    To jest [SIZE=1]mały[/SIZE] lub [SIZE=7]duży[/SIZE].
    Output:
    To jest czerwone lub niebieskie.
    To jest Courier New.
    To jest mały lub duży.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Przykład:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Przykład:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Przykład:
    [USER=1]Login[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Przykład:
    [IMG]/forum/styles/bb/fff-logo-forum.svg[/IMG]
    Output:
    /forum/styles/bb/fff-logo-forum.svg
  • [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: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Przykład:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    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]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - wyrównanie

    Zmienia wyrównanie tekstu.
    Przykład:
    [LEFT]Wyrównane do lewej[/LEFT]
    [CENTER]Wycentrowane[/CENTER]
    [RIGHT]Wyrównane do prawej[/RIGHT]
    Output:
    Wyrównane do lewej​
    Wycentrowane​
    Wyrównane do prawej​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Przykład:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    A person pisze:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Przykład:
    [SPOILER]Prosty spoiler[/SPOILER]
    [SPOILER=Tytuł spoilera]Spoiler z tytułem[/SPOILER]
    Output:
    Prosty spoiler
    Spoiler z tytułem
  • [ISPOILER] - Inline text containing spoilers

    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:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Przykład:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

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

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Kod:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

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

    JS code:
    Kod:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Przykład:
    Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.

    Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
    Output:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Przykład:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [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]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    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.
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Przykład:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - wstawienie załącznika

    Wstawia załącznik w określonym miejscu. Jeśli załącznik jest obrazkiem, zostanie wstawiona miniatura albo pełna wersja. Stanie się tak po kliknięciu w odpowiedni guzik.
    Przykład:
    Miniatura: [ATTACH]123[/ATTACH]
    Pełen rozmiar: [ATTACH=full]123[/ATTACH]
    Output:
    Treść załączników pojawi się tutaj.
  • [FLOAT_LEFT] - Do lewej strony

    Przykład:
    [float_left]tekst/obrazek[/float_left]
    Output:
    tekst/obrazek
  • [FLOAT_RIGHT] - Do prawej strony

    Element będzie z prawej strony
    Przykład:
    [float_right]tekst/obrazek[/float_right]
    Output:
    tekst/obrazek
  • [GALLERY=option] - Wstaw z galerii...

    BB kod do wyświetlania mediów i albumów z galerii.
    Przykład:
    [GALLERY=media, X]BB Kod galerii[/GALLERY]
    Output:
    [GALLERY=media, X]BB Kod galerii[/GALLERY]
  • [GROUP=option] - Obsadź kod grupy

    Display specific group information.
    Przykład:
    [GROUP]123[/GROUP]
    Output:
    The information of group would appear here.
Do góry