BBCode

BBCode jest szybkim i prostym sposobem na dodanie formatowania pisanych postów na forum. Stosowane są podobne znaczniki jak w HTML, dlatego można je szybko i łatwo skojarzyć ze sobą. Poniżej znajduje się szybka pomoc dotycząca najpopularniejszych tagów BBCode.

Wpisujesz Wyświetlamy
(TB) Hide Content
[hide]
Hidden text until you reply!
[/hide]
[hide]Hidden text until you reply![/hide]
Acronym
[acronym='Laugh Out Loud']
lol
[/acronym]
lol
Background-color
[background=red]
Red background behind this text
[/background]
Red background behind this text
Blog Entry Link
[entry=100]
Click me!
[/entry]
Click me!
Blog Link
[blog=100]
Click me!
[/blog]
Click me!
Bold Text
[b]
This text is bold
[/b]
This text is bold
Center
[center]
Centered Text
[/center]

Centered Text

Code
[code]
$text = 'Some long code here';
[/code]
$text = 'Some long code here';
Codebox
[codebox]
długi kod = ';
[/codebox]
długi kod = ';
Color text
[color=blue]
This text is blue
[/color]
This text is blue
Email address
Please email
[email=admin@mysite.com]
the admin
[/email]


My email address is
[email]
my@emailaddress.com
[/email]
Please email the admin

My email address is my@emailaddress.com
Extract Blog Entry
[extract]
This is an example!
[/extract]
This is an example!
Font tag
[font=Tahoma]
This text uses Tahoma font-family styling
[/font]
This text uses Tahoma font-family styling
h2
[h2]
Nagłowek H2
[/h2]

Nagłowek H2

h3
[h3]
Nagłowek H3 - można używać wielokrotnie
[/h3]

Nagłowek H3 - można używać wielokrotnie

Horizontal Rule
[hr]
 
HTML Code
[html]
<div class='outer'>
<p>Hello World</p>
</div>
[/html]
<div class='outer'>
  <p>Hello World</p>
 </div>
Image
[img=http://www.google.com/intl/en_ALL/images/logo.gif]
Image SEO
[imgseo=http://www.google.com/intl/en_ALL/images/logo.gif]
title[/img]
[imgseo=http://www.google.com/intl/en_ALL/images/logo.gif]title[/img]
Indent
[indent=1]
Indent this text to make it stand out
[/indent]

Indent this text to make it stand out

Italic Text
[i]
This text is italicized
[/i]
This text is italicized
Left
[left]
Left aligned text
[/left]

Left aligned text

Lists
[list]
[*]Unordered list
[/list]


[list=1]
[*]Ordered list
[/list]


[list=A]
[*]Generate different marker types (you can use a, A, i, I, and 1)
[list]
[*]This is multi-dimensional..
[/list]

[/list]
  • Unordered list

  • Ordered list

  • Generate different marker types (you can use a, A, i, I, and 1)
  • This is multi-dimensional..
Media
[media]
http://www.youtube.com/watch?v=YqqLx-2vUr0
[/media]
[media]http://www.youtube.com/watch?v=YqqLx-2vUr0[/media]
Member
[member=Guest]
runs this site.
Guest runs this site.
Optional
PHP Code
[php]
$variable = true;

print_r($variable);
[/php]
$variable = true;

print_r($variable);
Post Link
[post=1]
Click me!
[/post]
Click me!
Post Snap Back
[snapback]
100
[/snapback]
Wyświetl post
Quote
[quote]
Some generic content here
[/quote]


[quote name='Username' date='Jun 30 2008, 10:39 AM' post='1735291']
Quoted post content here
[/quote]

Some generic content here


Quoted post content here

Right
[right]
Some text here
[/right]

Some text here

Shared Media
[sharedmedia=core:attachments:123]
HDTune_Error_Scan_ST9402113A.png
Size tag
[size=4]
This is larger text
[/size]
This is larger text
Spoiler
[spoiler]
Some hidden text
[/spoiler]
Spoiler
SQL Code
[sql]
SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7
[/sql]
SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7
strike
[strike]
Striked out text
[/strike]
Striked out text
Subscript text
Carbon Dioxide's chemical composition is CO
[sub]
2
[/sub]
Carbon Dioxide's chemical composition is CO2
Superscript Text
The mathematical way to write "x squared" is x
[sup]
2
[/sup]
The mathematical way to write "x squared" is x2
Tag YOU
"Witaj,
[you]
" zamieni się na "Witaj, login_zalogowanego_uzytkownika".
"Witaj, [you]" zamieni się na "Witaj, login_zalogowanego_uzytkownika".
Topic Link
[topic=1]
Click me!
[/topic]
Click me!
TRACERT
[_TRACERT_]
Jak poprawnie wykonać polecenie TRACERT
TS3
[ts3]
link
[/ts3]
link
Twitter
[twitter]
userName
[/twitter]
@userName
Underlined Text
[u]
This text is underlined
[/u]
This text is underlined
URL
[url=http://google.com]
Google
[/url]


[url]
http://mysite.com
[/url]
Google

http://mysite.com
Vine
[vine]
Identyfikator Vine
[/vine]
[vine]Identyfikator Vine[/vine]
XML Code
[xml]
<outer>
<inner>
<tag param='1'>Test</tag>
</inner>
</outer>
[/xml]
<outer>
 <inner>
  <tag param='1'>Test</tag>
 </inner>
</outer>
YouTube
[yt]
VIDEO ID
[/yt]