Stiller-->




Google Bu sitede ara
Tüm Web'de Ara




Geri Git   FORUM LIFE > SSS

BB Code
BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.
vB Kodu Listesi
[b], [i], [u] Kalın / İtalik / Underline
[color] Renk
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Sol / Right / Ortala
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Bulleted Lists / Önerilen Listeler
[img] Görüntüler
[code] Kod
[php] PHP-Kodu
[html] HTML Kodu
[quote] Alıntı
[noparse] Stop BB Code Parsing
[attach] Dosya Eki
[FLASH] Flash
[iframe] iframe
[KK] koyu kırmızı
[ses] ses
[spoiler] Gizle/Göster
[video] video
[youtube] youtube
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Kalın / İtalik / Underline
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.
Usage [b]value[/b]
[i]value[/i]
[u]value[/u]
Örnek Kullanım [b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Örnek Çıktı this text is bold
this text is italic
this text is underlined

Renk
[color] tagı aracılığı ile metninize renk verebilirsiniz
Usage [color=Parametre]value[/color]
Örnek Kullanım [color=blue]this text is blue[/color]
Örnek Çıktı this text is blue

Size
The [size] tag allows you to change the size of your text.
Usage [size=Parametre]value[/size]
Örnek Kullanım [size=+2]this text is two sizes larger than normal[/size]
Örnek Çıktı this text is two sizes larger than normal

Font
[font] tagı aracılığı ile metninizin yazıtipini değiştirebilirsiniz.
Usage [font=Parametre]value[/font]
Örnek Kullanım [font=courier]this text is in the courier font[/font]
Örnek Çıktı this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Örnek Kullanım [highlight]this text is highlighted[/highlight]
Örnek Çıktı this text is highlighted

Sol / Right / Ortala
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage [left]value[/left]
[center]value[/center]
[right]value[/right]
Örnek Kullanım [left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
Örnek Çıktı
this text is left-aligned
this text is center-aligned
this text is right-aligned

Indent
The [indent] tag allows you to indent your text.
Usage [indent]value[/indent]
Örnek Kullanım [indent]this text is indented[/indent]
Örnek Çıktı
this text is indented

Email Linking
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value[/email]
[email=Parametre]value[/email]
Örnek Kullanım [email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Örnek Çıktı j.doe@example.com
Click Here to Email Me

URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage [url]value[/url]
[url=Parametre]value[/url]
Örnek Kullanım [url]http://www.forumlife.biz[/url]
[url=http://www.forumlife.biz]FORUM LIFE[/url]
Örnek Çıktı http://www.forumlife.biz
FORUM LIFE

Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
Usage [thread]threadid[/thread]
[thread=threadid]value[/thread]
Örnek Kullanım [thread]42918[/thread]
[thread=42918]Bana Tıkla![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Örnek Çıktı http://www.forumlife.biz/showthread.php?t=42918
Bana Tıkla!

Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
Usage [post]postid[/post]
[post=postid]value[/post]
Örnek Kullanım [post]269302[/post]
[post=269302]Bana Tıkla![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Örnek Çıktı http://www.forumlife.biz/showthread.php?p=269302#post269302
Bana Tıkla!

Bulleted Lists
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage [list]value[/list]
Örnek Kullanım [list]
[*]list item 1
[*]list item 2
[/list]
Örnek Çıktı
  • list item 1
  • list item 2

Önerilen Listeler
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage [list=Parametre]value[/list]
Örnek Kullanım [list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item 1
[*]list item 2
[/list]
Örnek Çıktı
  1. list item 1
  2. list item 2
  1. list item 1
  2. list item 2

Görüntüler
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
Usage [img]value[/img]
Örnek Kullanım [img]http://www.forumlife.biz/images/tigra/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.example.com] [img]http://www.forumlife.biz/images/tigra/statusicon/forum_new.gif[/img] [/url] (Linkli)
Örnek Çıktı (Not linked)

(Linkli)

Kod
[code] tagı aracılığı ile mesajınızı bir kutucuk içerisinde yazabilirsiniz.
Usage [code]value[/code]
Örnek Kullanım [code]
<script type="text/javascript">
<!--
    alert("Hello world!");
//-->
</script>
[/code]
Örnek Çıktı
Kod:
<script type="text/javascript">
<!--
	alert("Hello world!");
//-->
</script>

PHP-Kodu
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
Usage [php]value[/php]
Örnek Kullanım [php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
    echo $myvar . "\n";
}
[/php]
Örnek Çıktı
PHP-Kodu:
$myvar 'Hello World!';
for (
$i 0$i 10$i++)
{
    echo 
$myvar "\n";


HTML Kodu
The [html] tag allows you to perform syntax highlighting for HTML code.
Usage [html]value[/html]
Örnek Kullanım [html]
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
[/html]
Örnek Çıktı
HTML Kodu:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Alıntı
The [quote] tag allows you to attribute text to someone else.
Usage [quote]Alıntı[/quote]
[quote=Üye Adı]value[/quote]
Örnek Kullanım [quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;96901]Lorem ipsum dolor sit amet[/quote]
Örnek Çıktı
Alıntı:
Lorem ipsum dolor sit amet
Alıntı:
John Doe tafarından gönderildi
Lorem ipsum dolor sit amet
Alıntı:
John Doe tafarından gönderildi Mesajı Görüntüle
Lorem ipsum dolor sit amet

Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage [noparse][b]value[/b][/noparse]
Örnek Kullanım [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Örnek Çıktı [b]Lorem ipsum dolor sit amet[/b]

Dosya Eki
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage [attach]attachmentid[/attach]
Örnek Kullanım [attach]12345[/attach]
Örnek Çıktı

Flash
Flash nesnelerini eklemeye yarar
Usage [FLASH]value[/FLASH]
Örnek Kullanım [FLASH]http://70.85.74.174/albino_flash04/myhero(www.albinoblacksheep.com).swf[/FLASH]
Örnek Çıktı [FLASH]http://70.85.74.174/albino_flash04/myhero(www.albinoblacksheep.com).swf[/FLASH]

iframe
iframe yerleştirmeye yarar
Usage [iframe]value[/iframe]
Örnek Kullanım [iframe]http://www.forumlife.biz/kiloboy.php[/iframe]
Örnek Çıktı

Başka Bir Sayfadan Görünüm


koyu kırmızı
Koyu kırmızı yazı
Usage [KK]value[/KK]
Örnek Kullanım [KK]Merhaba[/KK]
Örnek Çıktı [KK]Merhaba[/KK]

ses
sesleri forumda yayımlamak için kullanılır
Usage [ses]value[/ses]
Örnek Kullanım [ses]http://www.rapidsizserver.com/mp3/yerli/Bengu.01.Gezegen.mp3[/ses]
Örnek Çıktı

Gizle/Göster
Konularınıza Açılır/Kapanır Bölge Eklemenizi Sağlar
Usage [spoiler=Parametre]value[/spoiler]
Örnek Kullanım [spoiler=Görünecek Mesaj]Açılması İstenen Mesaj..[/spoiler]
Örnek Çıktı
Gizlenen Bölge: Görünecek Mesaj:
Açılması İstenen Mesaj..

video
video eklemek için kullanılır
Usage [video]value[/video]
Örnek Kullanım [video]http://www.lara-sina.com/basdere/kerim/anne.wmv[/video]
Örnek Çıktı

youtube
Embeds You Tube Videos
Usage [youtube]value[/youtube]
Örnek Kullanım [youtube]ejOJkcs-a7s[/youtube]
Örnek Çıktı


Saat 02:16 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Bu forumda Zoints SEO arama motoru arşivleyicisi kullanılmıştır