| Bold / Italic / 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]
|
| Example Usage |
[b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
|
| Example Output |
this text is bold
this text is italic
this text is underlined
|
| Color |
| The [color] tag allows you to change the color of your text. |
| Usage |
[color=Option]value[/color] |
| Example Usage |
[color=blue]this text is blue[/color] |
| Example Output |
this text is blue |
| Size |
| The [size] tag allows you to change the size of your text. |
| Usage |
[size=Option]value[/size] |
| Example Usage |
[size=+2]this text is two sizes larger than normal[/size] |
| Example Output |
this text is two sizes larger than normal |
| Font |
| The [font] tag allows you to change the font of your text. |
| Usage |
[font=Option]value[/font] |
| Example Usage |
[font=courier]this text is in the courier font[/font] |
| Example Output |
this text is in the courier font |
| Highlight |
| The [highlight] tag allows you to emphasize your text. |
| Usage |
[highlight]value[/highlight] |
| Example Usage |
[highlight]this text is highlighted[/highlight] |
| Example Output |
this text is highlighted |
| Left / Right / Center |
| 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]
|
| Example Usage |
[left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
|
| Example Output |
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] |
| Example Usage |
[indent]this text is indented[/indent] |
| Example Output |
this text is indented
|
| 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=Option]value[/url]
|
| Example Usage |
[url]http://www.wrestlingbay.tv[/url]
[url=http://www.wrestlingbay.tv]WRESTLiNGBAY.TV[/url]
|
| Example Output |
http://www.wrestlingbay.tv
WRESTLiNGBAY.TV
|
| 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]
|
| Example Usage |
[thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
|
| Example Output |
http://www.wrestlingbay.tv/showthread.php?t=42918
Click Me!
|
| 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]
|
| Example Usage |
[post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
|
| Example Output |
http://www.wrestlingbay.tv/showthread.php?p=269302#post269302
Click Me!
|
| 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] |
| Example Usage |
[list] [*]list item 1 [*]list item 2 [/list] |
| Example Output |
|
| Advanced Lists |
| 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=Option]value[/list] |
| Example Usage |
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list] |
| Example Output |
- list item 1
- list item 2
- list item 1
- list item 2
|
| Images |
| 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] |
| Example Usage |
[img]http://www.wrestlingbay.tv/images/zero/statusicon/forum_new.gif[/img] (Not linked)
[url=http://www.example.com] [img]http://www.wrestlingbay.tv/images/zero/statusicon/forum_new.gif[/img] [/url] (Linked)
|
| Example Output |
(Not linked)
(Linked)
|
| Code |
| The [code] tag switches to a fixed-width (monospace) font and preserves all spacing. |
| Usage |
[code]value[/code] |
| Example Usage |
[code]
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
[/code] |
| Example Output |
[code]<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>[/code] |
| PHP Code |
| 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] |
| Example Usage |
[php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}
[/php] |
| Example Output |
[php]$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}[/php] |
| HTML Code |
| The [html] tag allows you to perform syntax highlighting for HTML code. |
| Usage |
[html]value[/html] |
| Example Usage |
[html] <img src="image.gif" alt="image" /> <a href="testing.html" target="_blank">Testing</a> [/html] |
| Example Output |
[html]<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>[/html] |
| Quote |
| The [quote] tag allows you to attribute text to someone else. |
| Usage |
[quote]Quote[/quote]
[quote=User Name]value[/quote]
|
| Example Usage |
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;477]Lorem ipsum dolor sit amet[/quote]
|
| Example Output |
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;477]Lorem ipsum dolor sit amet[/quote]
|
| Stop BB Code Parsing |
| The [noparse] tag allows you to stop the parsing of BB code. |
| Usage |
[noparse][b]value[/b][/noparse]
|
| Example Usage |
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
|
| Example Output |
[b]Lorem ipsum dolor sit amet[/b]
|
| Attachment |
| 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]
|
| Example Usage |
[attach]12345[/attach]
|
| Example Output |
|
| ALT |
| put stuff inside a box, 2 option alt=1 and alt=2 |
| Usage |
[alt=Option]value[/alt] |
| Example Usage |
[alt=1]stuff inside a box[/alt] |
| Example Output |
stuff inside a box |
| DotNet SB Link |
| DOTNET Sb link |
| Usage |
[dotnet]value[/dotnet] |
| Example Usage |
[dotnet]blablah[/dotnet] |
| Example Output |
[dotnet]blablah[/dotnet] |
| Download |
| Just a dl button |
| Usage |
[download]value[/download] |
| Example Usage |
[download]wrestling/wwe/raw/2010/WWE.Monday.Night.Raw.2011.04.25.The.Draft.HDTV.x264-RUDOS.mp4[/download] |
| Example Output |
[download]wrestling/wwe/raw/2010/WWE.Monday.Night.Raw.2011.04.25.The.Draft.HDTV.x264-RUDOS.mp4[/download] |
| F4W SB Link |
| F4w sb link |
| Usage |
[f4w]value[/f4w] |
| Example Usage |
[f4w]blahblah[/f4w] |
| Example Output |
[f4w]blahblah[/f4w] |
| NFO |
| for the new rudos nfo |
| Usage |
[NFO]value[/NFO] |
| Example Usage |
[NFO]nfostuff[/NFO] |
| Example Output |
[NFO]nfostuff[/NFO] |
| Observer SB Link |
| observer podcast central links for the shoutbox |
| Usage |
[observer]value[/observer] |
| Example Usage |
[observer]400 Updates[/observer] |
| Example Output |
[observer]400 Updates[/observer] |
| Player |
| Adds an ondemand player including download button |
| Usage |
[player]value[/player] |
| Example Usage |
[player]/wrestling/wwe/raw/releasename.mp4[/player] |
| Example Output |
[player]/wrestling/wwe/raw/releasename.mp4[/player] |
| Player512x384 |
|
| Usage |
[player512x384]value[/player512x384] |
| Example Usage |
[player512x384]something[/player512x384] |
| Example Output |
[player512x384]something[/player512x384] |
| Player576x432 |
| A player with 576x432 resolution |
| Usage |
[player576x432]value[/player576x432] |
| Example Usage |
[player576x432]something[/player576x432] |
| Example Output |
[player576x432]something[/player576x432] |
| Player624x352 |
| player with 624x352 res |
| Usage |
[player624x352]value[/player624x352] |
| Example Usage |
[player624x352]something[/player624x352] |
| Example Output |
[player624x352]something[/player624x352] |
| Player640x480 |
| A Player with 640x480 Res. |
| Usage |
[player640x480]value[/player640x480] |
| Example Usage |
[player640x480]something[/player640x480] |
| Example Output |
[player640x480]something[/player640x480] |
| Playlist |
| inserts a player with playlists, and a dynamic download button that offers to download the current playlist file. |
| Usage |
[playlist]value[/playlist] |
| Example Usage |
[playlist]raw2011[/playlist] |
| Example Output |
[playlist]raw2011[/playlist] |
| Playlist512x384 |
| adds a 4:3 playlistblahblah |
| Usage |
[playlist512x384]value[/playlist512x384] |
| Example Usage |
[playlist512x384]raw-2011[/playlist512x384] |
| Example Output |
[playlist512x384]raw-2011[/playlist512x384] |
| Playlist576x432 |
| playlist with blahblah |
| Usage |
[playlist576x432]value[/playlist576x432] |
| Example Usage |
[playlist576x432]raw-2011[/playlist576x432] |
| Example Output |
[playlist576x432]raw-2011[/playlist576x432] |
| Playlist624x352 |
| playlist with 624x352 res |
| Usage |
[playlist624x352]value[/playlist624x352] |
| Example Usage |
[playlist624x352]raw-2011[/playlist624x352] |
| Example Output |
[playlist624x352]raw-2011[/playlist624x352] |
| Playlistonly 576x432 |
| playlist without download button |
| Usage |
[playlistlonly576]value[/playlistlonly576] |
| Example Usage |
[playlistlonly576]ufcultimateknockouts[/playlistlonly576] |
| Example Output |
[playlistlonly576]ufcultimateknockouts[/playlistlonly576] |
| Podplayer |
| Podcast player with dl button |
| Usage |
[podplayer]value[/podplayer] |
| Example Usage |
[podplayer]observer/filename.mp3[/podplayer] |
| Example Output |
[podplayer]observer/filename.mp3[/podplayer] |
| PWTorch SB Links |
| pwtorch sb link |
| Usage |
[pwtorch]value[/pwtorch] |
| Example Usage |
[pwtorch]123[/pwtorch] |
| Example Output |
[pwtorch]123[/pwtorch] |
| Youtube |
| add a youtube video to your post. |
| Usage |
[youtube]value[/youtube] |
| Example Usage |
[youtube]KIiUqfxFttM[/youtube] |
| Example Output |
[youtube]KIiUqfxFttM[/youtube] |
| Hide |
| Serves as a shortcut for and has the same syntax as the [HIDE-POSTS] tag. |
| Hide Posts |
| The tag hides content from people who have below X posts. |
| Usage |
[hide-posts=X]value[/hide-posts] |
| Example Usage |
[hide-posts=5][/hide-posts] |
| Example Output |
|
Hidden Block (you must be registered and have 5 posts):
You do not have sufficient rights to see the hidden data contained here.
|
|
| Hide Reply |
| The tag hides content from people until they reply in the same thread. |
| Usage |
[hide-reply]value[/hide-reply] |
| Example Usage |
[hide-reply][/hide-reply] |
| Example Output |
|
You do not have sufficient rights to see the hidden data contained here.
|
|
| Hide Thanks |
| The tag hides content from people until they press the thank you button for the post. |
| Usage |
[hide-thanks]value[/hide-thanks] |
| Example Usage |
[hide-thanks][/hide-thanks] |
| Example Output |
|
You do not have sufficient rights to see the hidden data contained here.
|
|
| Hide Reply Thanks |
| The tag hides content from people until they either reply in the same thread or press the thank you button for the post. |
| Usage |
[hide-reply-thanks]value[/hide-reply-thanks] |
| Example Usage |
[hide-reply-thanks][/hide-reply-thanks] |
| Example Output |
|
You do not have sufficient rights to see the hidden data contained here.
|
|
| Showtogroups |
| The tag hides content from people who are not members of X,Y,Z usergroups. |
| Usage |
[showtogroups=X,Y,Z]value[/showtogroups] |
| Example Usage |
[showtogroups=5,6,7][/showtogroups] |
| Example Output |
|
Hidden Block (for usergroups: Jr Admin :: 5, Owner :: 6, Moderators :: 7):
You do not have sufficient rights to see the hidden data contained here.
|
|
All times are GMT. The time now is 06:59 AM.