BB kódok

  • [B], [I], [U], [S] - Félkövér, dőlt, aláhúzott és áthúzott

    Példa:
    Ez [B]félkövér[/B] szöveg.
    Ez [I]dőlt[/I] szöveg.
    Ez [U]aláhúzott[/U] szöveg.
    Ez [S]áthúzott[/S] szöveg.
    Eredmény:
    Ez félkövér szöveg.
    Ez dőlt szöveg.
    Ez aláhúzott szöveg.
    Ez áthúzott szöveg.
  • [COLOR=szín], [FONT=betűtipus], [SIZE=méret] - Szöveg szín, betűtípus és méret

    Példa:
    Ez [COLOR=red]piros[/COLOR] és [COLOR=#0000cc]kék[/COLOR] szöveg.
    Ez a betűtípus [FONT=Courier New]Courier New[/FONT] .
    Ez [SIZE=1]kicsi[/SIZE] és [SIZE=7]nagy[/SIZE] szöveg.
    Eredmény:
    Ez piros és kék szöveg.
    Ez a betűtípus Courier New .
    Ez kicsi és nagy szöveg.
  • [URL], [EMAIL] - Linkelés

    Példa:
    [URL]http://www.google.hu[/URL]
    [EMAIL]emailem@google.hu[/EMAIL]
    Eredmény:
    http://www.google.hu
    emailem@google.hu
  • [URL=link], [EMAIL=cím] - Haladó linkelés

    Példa:
    [URL=http://www.google.hu]Ugrás az oldalra.[/URL]
    [EMAIL=emailem@google.hu]Küldj e-mailt[/EMAIL]
    Eredmény:
    Ugrás az oldalra.
    Küldj e-mailt
  • [USER=ID] - Profil linkelés

    Példa:
    [USER=1]Felhasználónév...[/USER]
    Eredmény:
    Felhasználónév...
  • [IMG] - Kép

    Példa:
    [IMG]https://torrent-empire.me/​styles/flatawesomedark​/xenforo/avatars/avatar_s.png[/IMG]
    Eredmény:
    [​IMG]
  • [MEDIA=site] - Beágyazott média

    Elfogadott oldalak: 8tracks; ABC News; Amazon Product; audioBoom; Audiomack; Bandcamp; BBC News; Bleacher Report videos; Break; Brightcove; CBS News Video; CNBC; CNN; CNNMoney; CollegeHumor; Comedy Central; Coub; Dailymotion; Democracy Now!; dumpert; ESPN; Facebook; Flickr; Fox News; FOX Sports; Funny or Die; Gamespot; GameTrailers; Getty Images; Gfycat; Gifs.com; GitHub Gist; Global News; GoFundMe; Google Drive; Google Sheets; Google+; Healthguru; Hudl; Hulu; HumorTV; IGN; IMDb; Imgur; Indiegogo; Instagram; Internet Archive; İzlesene; JW Platform; Kickstarter; Kontinental Hockey League (КХЛ); Libsyn; LiveCap; Liveleak; Livestream; Mail.Ru; Medium; Metacafe; Mixcloud; MLB; MRCTV; MSNBC; National Geographic Channel; National Geographic Video; NBC News; NBC Sports; NHL Videos and Highlights; NPR; Orfium; Pastebin; Pinterest; Plays.tv; Podbean; Prezi; Reddit threads and comments; Rutube; Scribd; SlideShare; SoundCloud; Sportsnet; Spotify; Steam store; Stitcher; Straw Poll; Streamable; Streamja; Team Coco; TED Talks; Telegram; The Atlantic Video; The Guardian (obsolete); The New York Times Video; The Onion; The Wall Street Journal Online; TinyPic videos; TMZ; Trailer Addict; Tumblr; Twitch; Twitter; Ustream; VBOX7; Veoh; Vevo; Video Detective; Vimeo; Vine; VK; Vocaroo; Vox; Washington Post Video; WorldStarHipHop; Xbox DVR; XboxClips; Yahoo! Screen; Youku; YouTube;

    Példa:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Eredmény:
    A beágyazott YouTube lejátszónak itt kellene megjelenni.
  • [LIST] - Lisa

    Példa:
    [LIST]
    [*]Pont 1
    [*]Pont 2
    [/LIST]
    [LIST=1]
    [*]Adat 1
    [*]Adat 2
    [/LIST]
    Eredmény:
    • Pont 1
    • Pont 2
    1. Adat 1
    2. Adat 2
  • [LEFT], [CENTER], [RIGHT] - Szöveg igazítás

    Példa:
    [LEFT]Balra igazított[/LEFT]
    [CENTER]Középre igazított[/CENTER]
    [RIGHT]Jobbra igazított[/RIGHT]
    Eredmény:
    Balra igazított​
    Középre igazított​
    Jobbra igazított​
  • [QUOTE] -Idézett szöveg

    Példa:
    [QUOTE]Idézett szöveg[/QUOTE]
    [QUOTE=Valaki]Mondtam valamit.[/QUOTE]
    Eredmény:
  • [SPOILER] - Spoilert tartalmazó szöveg

    Példa:
    [SPOILER]Egyszerű spoiler[/SPOILER]
    [SPOILER=Spoiler cím]Spoiler címmel[/SPOILER]
    Eredmény:
    Egyszerű spoiler
    Spoiler címmel
  • [CODE], [PHP], [HTML] - Programkód megjelenítés

    Példa:
    [CODE]
    Általános kód[/CODE]
    [PHP]echo $heló . 'világ';[/PHP]
    Eredmény:
    Kód:
    Általános kód
    PHP:
    echo $heló 'világ';
  • [INDENT] - Bekezdés

    Példa:
    Normál szöveg
    [INDENT]Bekezdés
    [INDENT]Mégegy bekezdés[/INDENT]
    [/INDENT]
    Eredmény:
    Normál szöveg
    Bekezdés
    Mégegy bekezdés​
  • [PLAIN] - Tervezett szöveg

    Példa:
    [PLAIN]Ez nem egy [B]félkövér[/B] szöveg.[/PLAIN]
    Eredmény:
    Ez nem egy [B]félkövér[/B] szöveg.
  • [ATTACH] - Csatolmány

    Példa:
    Bélyegkép: [ATTACH]123[/ATTACH]
    Full Size: [ATTACH=full]123[/ATTACH]
    Eredmény:
    The contents of the attachments would appear here.
  • [CONTAINER] - Container

    A transparent container which will automatically overflow if the content is wider than the page or larger than 600px in height.

    Példa:
    [CONTAINER]This is a transparent container with a fluid height. It is typically used to enclose large tables which have lots of columns and rows.[/CONTAINER]
    Eredmény:
    This is a transparent container with a fluid height. It is typically used to enclose large tables which have lots of columns and rows.
  • [TABLE=option] - Table

    A table.

    Példa:
    [TABLE][TR][TH]This is a header cell[/TH][TH]This is a header cell[/TH][/TR][TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1][TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2][TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1][/TABLE]
    Eredmény:
    [TABLE]This is a header cellThis is a header cellThis is a left aligned cellThis is a centre aligned cellThis is a right aligned cellLeft alignedCentre alignedRight aligned[/TABLE]
  • [TD] - Table Cell (Left)

    A cell with left aligned text.

    Példa:
    [TABLE][TR][TD]This is a left aligned (standard) cell[/TD][/TR][/TABLE]
    Eredmény:
    [TABLE]This is a left aligned (standard) cell[/TABLE]
  • [TD1] - Table Cell (Centred)

    A cell with centre aligned text.

    Példa:
    [TABLE][TR][TD1]This is a centre aligned cell[/TD1][/TR][/TABLE]
    Eredmény:
    [TABLE]This is a centre aligned cell[/TABLE]
  • [TD2] - Table Cell (Right)

    A cell with right aligned text.

    Példa:
    [TABLE][TR][TD2]This is a right aligned cell[/TD2][/TR][/TABLE]
    Eredmény:
    [TABLE]This is a right aligned cell[/TABLE]
  • [TH] - Table Cell (Header)

    A header cell with bold, centre aligned text and a dark background.

    Példa:
    [TABLE][TR][TH]This is a header cell[/TH][/TR][/TABLE]
    Eredmény:
    [TABLE]This is a header cell[/TABLE]
  • [TR] - Table Row (Transparent)

    A row with a transparent background.

    Példa:
    [TABLE][TR][TD]This is a standard cell in a row with a transparent background[/TD][/TR][/TABLE]
    Eredmény:
    [TABLE]This is a standard cell in a row with a transparent background[/TABLE]
  • [TR1] - Table Row (Odd)

    A row with a lighter background.

    Példa:
    [TABLE][TR1][TD]This is a standard cell in a row with a lighter background[/TD][/TR1][/TABLE]
    Eredmény:
    [TABLE]This is a standard cell in a row with a lighter background[/TABLE]
  • [TR2] - Table Row (Even)

    A row with a darker background.

    Példa:
    [TABLE][TR2][TD]This is a standard cell in a row with a darker background[/TD][/TR2][/TABLE]
    Eredmény:
    [TABLE]This is a standard cell in a row with a darker background[/TABLE]