| Description: | Makes the enclosed text bold.
|
| Syntax: | [b]Text[/b]
|
| Example: | [b]This is bold text.[/b]
|
| Result: | This is bold text.
|
| Description: | Makes the enclosed text italic.
|
| Syntax: | [i]Text[/i]
|
| Example: | [i]This is italic text.[/i]
|
| Result: | This is italic text.
|
| Description: | Makes the enclosed text underlined.
|
| Syntax: | [u]Text[/u]
|
| Example: | [u]This is underlined text.[/u]
|
| Result: | This is underlined text.
|
| Description: | Changes the color of the enclosed text.
|
| Syntax: | [color=Color]Text[/color]
|
| Example: | [color=blue]This is blue text.[/color]
|
| Result: | This is blue text.
|
| Remarks: | What colors are valid depends on the browser. If you use the basic colors (red, green, blue, yellow, pink etc) you should be safe.
|
| Description: | Changes the color of the enclosed text.
|
| Syntax: | [color=#RGB]Text[/color]
|
| Example: | [color=#0000ff]This is blue text.[/color]
|
| Result: | This is blue text.
|
| Remarks: | RGB must be a six digit hexadecimal number.
|
| Description: | Sets the size of the enclosed text.
|
| Syntax: | [size=n]text[/size]
|
| Example: | [size=4]This is size 4.[/size]
|
| Result: | This is size 4.
|
| Remarks: | n must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.
|
| Description: | Sets the type-face (font) for the enclosed text.
|
| Syntax: | [font=Font]Text[/font]
|
| Example: | [font=Impact]Hello world![/font]
|
| Result: | Hello world!
|
| Remarks: | You specify alternative fonts by separating them with a comma.
|
| Description: | Inserts a hyperlink.
|
| Syntax: | [url]URL[/url]
|
| Example: | [url]http://torrentkit.com/[/url]
|
| Result: | http://torrentkit.com/
|
| Remarks: | This tag is superfluous; all URLs are automatically hyperlinked.
|
| Description: | Inserts a hyperlink.
|
| Syntax: | [url=URL]Link text[/url]
|
| Example: | [url=http://torrentkit.com/]TorrentKit[/url]
|
| Result: | TorrentKit
|
| Remarks: | You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.
|
| Description: | Inserts a Spoiler.
|
| Syntax: | [spoiler]text or containt here![/spoiler]
|
| Example: | [spoiler]http://torrentkit.com/pic/default_avatar.gif[/spoiler]
|
| Result: |
|
| Remarks: | You do not have to use this tag unless you want to set the text or long containt hidden.
|
| Description: | Inserts a Spoiler.
|
| Syntax: | [spoiler=Title or Image here]text or containt here![/spoiler]
|
| Example: | [spoiler=Title or Image here][img=http://torrentkit.com/pic/default_avatar.gif][/spoiler]
|
| Result: |
|
| Remarks: | You do not have to use this tag unless you want to set the text or long containt hidden.
|
| Description: | Inserts a Scroll.
|
| Syntax: | [scroll=speed number here]text or containt here![/scroll]
|
| Example: | [scroll=5][img=http://torrentkit.com/pic/default_avatar.gif][/scroll]
|
| Result: |
|
| Remarks: | This Tag Is Not For Fun Use!
|
| Description: | Inserts a Marquee.
|
| Syntax: | [marquee=speed number here]text or containt here![/marquee]
|
| Example: | [marquee=5][img=http://torrentkit.com/pic/default_avatar.gif][/marquee]
|
| Result: |
|
| Remarks: | This Tag Is Not For Fun Use!
|
| Description: | Inserts a Youtube or Google Video.
|
| Syntax: | [video=URL]
|
| Example: | [video=http://www.youtube.com/watch?v=Aj9MDHtRHTg]
|
| Result: |
|
| Remarks: | The URL must be copied from Youtube or Google.
|
| Description: | Inserts a picture.
|
| Syntax: | [img=URL]
|
| Example: | [img=http://torrentkit.com/pic/default_avatar.gif]
|
| Result: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Description: | Inserts a picture.
|
| Syntax: | [img]URL[/img]
|
| Example: | [img]http://torrentkit.com/pic/default_avatar.gif[/img]
|
| Result: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Description: | Inserts a quote.
|
| Syntax: | [quote]Quoted text[/quote]
|
| Example: | [quote]The quick brown fox jumps over the lazy dog.[/quote]
|
| Result: | Quote: | The quick brown fox jumps over the lazy dog. |
|
| Description: | Inserts a quote.
|
| Syntax: | [quote=Author]Quoted text[/quote]
|
| Example: | [quote=John Doe]The quick brown fox jumps over the lazy dog.[/quote]
|
| Result: | John Doe wrote: | The quick brown fox jumps over the lazy dog. |
|
| Description: | Inserts a list item.
|
| Syntax: | [*]Text
|
| Example: | [*] This is item 1
[*] This is item 2
|
| Result: | This is item 1
This is item 2
|
| Description: | Preformatted (monospace) text. Does not wrap automatically.
|
| Syntax: | [pre]Text[/pre]
|
| Example: | [pre]This is preformatted text.[/pre]
|
| Result: | This is preformatted text.
|