Warning: sprintf() [function.sprintf]: Too few arguments in /includes/class_bbcode.php on line 1066
Heathen Hangout - vB Code List
Heathen Hangout

In association with:    The Heathen Hub
(a community for discussion, open to all, whether theist or atheist or whatever)

and also a link to the unconnected
  Freethought and Rationalism Discussion Board (FRDB)
and also the unconnected
  Think Humanism board


Go Back   Heathen Hangout > FAQ
Here you can choose in which
style you wish to view the HH:


 
   
       
All about the HH     Arcade Recreations Room The  HH   FAQ
Zoints Search Tags Other Site Content - Blogs, Wiki etc. Mark Forums Read

vB Code
vB 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 vB 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 vB Codes you can use to format your messages.
vB Code List
[b], [i], [u] Bold / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Left / Right / Center
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Bulleted Lists / Advanced Lists
[img] Images
[code] Code
[php] PHP Code
[html] HTML Code
[quote] Quote
[noparse] Stop vB Code Parsing
[attach] Attachment
[a1] a1
[a10] a10
[a15] a15
[a2] a2
[a3] a3
[a4] a4
[a5] a5
[a6] a6
[admin1] admin1
[admin2] admin2
[admin3] admin3
[back1] back1
[back2] back2
[banana] Banana
[bdo] bdo
[bk1] bk1
[bk10] bk10
[bk10a] bk10a
[bk11] bk11
[bk12] bk12
[bk14] bk14
[bk15] bk15
[bk1a] bk1a
[bk2] bk2
[bk2a] bk2a
[bk3] bk3
[bk4] bk4
[bk4a] bk4a
[bk5] bk5
[bk6] bk6
[bk6a] bk6a
[bk7] bk7
[bk8] bk8
[bk9] bk9
[bkg1] bkg1
[bkg2] bkg2
[br] br
[bubble] bubble
[Dawn1] Dawn1
[devil] Devil
[ebaumsvideo] Ebaums Video BB Code
[ghost] ghost
[glow] Glow
[googlevideo] Google Video BB Code
[gum] gum
[hhvid1] hhvid1
[hhvid2] hhvid2
[hhvid3] hhvid3
[hhvid4] hhvid4
[hhvid5] hhvid5
[hhvid6] hhvid6
[hhvid7] hhvid7
[hhvid8] hhvid8
[imgb] ImgBig
[imgH] imgH
[imgW] imgW
[Josie] Josie
[leo1] leo1
[link1] link1
[mad] Mad Sign
[masq] masq
[medp1] medp1
[medp2] medp2
[metacafe] MetaCafe Video BB Code
[modmsg] modmsg
[mouse] Mouse
[mp3] mp3
[myspace] MySpace Video BB Code
[noway] noway
[p] p
[phb] Photobucket embed
[pie] Pie
[rainbow] Rainbow Text
[s] Strike
[shadow] Shadow
[sign] Sign
[SlideyfootHHradio] SlideyfootHHradio
[SlideyfootHHradio2] SlideyfootHHradio2
[SlideyfootHHradio3] SlideyfootHHradio3
[SlideyfootHHradio4] SlideyfootHHradio4
[spoiler] Spoiler Tag
[spoiler2] Spoiler2
[sub] sub
[sup] sup
[table] table
[verte1] verte1
[videos10] videos10
[videos11] videos11
[wiki] wiki
[wiki1] Wiki1
[wiki2] Wiki2
[wikipedia] Wikipedia
[xfloat] Float image in text
[youtube] YouTube Video BB Code
Incorrect vB Code Usage:
  • [url] www.vbulletin.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])

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

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=Option]value[/email]
Example Usage [email]myname@domain.com[/email]
[email=myname@domain.com]Click Here to Email Me[/email]
Example Output myname@domain.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=Option]value[/url]
Example Usage [url]http://www.heathen-hangout.com/forum1[/url]
[url=http://www.heathen-hangout.com/forum1]Heathen Hangout[/url]
Example Output http://www.heathen-hangout.com/forum1
Heathen Hangout

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.heathen-hangout.com/forum1/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.heathen-hangout.com/forum1/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
  • list item 1
  • list item 2

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
  1. list item 1
  2. list item 2
  1. list item 1
  2. 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.heathen-hangout.com/forum1/images/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.vbulletin.com] [img]http://www.heathen-hangout.com/forum1/images/statusicon/forum_new.gif[/img] [/url] (Linked)
Example Output (Not linked)

(Linked)

Code
The [code] tag switches to a fixed-width (monospace) font and preseves 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>

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 Code:
$myvar 'Hello World!';
for (
$i 0$i 10$i++)
{
    echo 
$myvar "\n";


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 Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Quote
The [quote] tag allows you to attribute text to someone else.
Usage [quote]Quote[/quote]
[quote=User Name]value[/quote]
Example Usage [quote]vBulletin[/quote]
[quote=John Percival]vBulletin[/quote]
[quote=John Percival;274169]vBulletin[/quote]
Example Output
Quote:
vBulletin
Quote:
Originally Posted by John Percival
vBulletin
Quote:
Originally Posted by John Percival View Post
vBulletin

Stop vB Code Parsing
The [noparse] tag allows you to stop the parsing of vB Code.
Usage [noparse][b]value[/b][/noparse]
Example Usage [noparse][b]vBulletin[/b][/noparse]
Example Output [b]vBulletin[/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

a1
Usage [a1=Option]value[/a1]
Example Usage [a1=0199287171]Holy Terror[/a1]
Example Output
Holy Terror

a10
Usage [a10=Option]value[/a10]
Example Usage a10=1416572872]Final Theory, by Alpert[/a10]
Example Output a10=1416572872]Final Theory, by Alpert[/a10]

a15
Usage [a15=Option]value[/a15]
Example Usage [a15=1416572872]Final Theory, by Alpert[/a15]
Example Output

a2
Usage [a2=Option]value[/a2]
Example Usage [a2=0199287171]Holy Terror[/a2]
Example Output
Holy Terror

a3
Usage [a3=Option]value[/a3]
Example Usage [a3=0199287171]Holy Terror, by Eagleton[/a3]
Example Output Holy Terror, by Eagleton

a4
Usage [a4=Option]value[/a4]
Example Usage [a4=0199287171]Holy Terror, by Eagleton[/a4]
Example Output Holy Terror, by Eagleton

a5
Usage [a5=Option]value[/a5]
Example Usage [a5=0199287171]Holy Terror, by Eagleton[/a5]
Example Output

Buy this on Amazon.com

Holy Terror, by Eagleton

Buy this on Amazon.co.uk

Holy Terror, by Eagleton

a6
Usage [a6=Option]value[/a6]
Example Usage [a6=0199287171]Holy Terror, by Eagleton[/a6]
Example Output

For those in the USA

Holy Terror, by Eagleton

For those in Britain or other countries


admin1
Usage [admin1]value[/admin1]
Example Usage [admin1]xxx[/admin1]
Example Output
+ GREAT BIG SWINGING UNION DICK

=

 

You have been warned, xxx. Admin at work!


admin2
Usage [admin2]value[/admin2]
Example Usage [admin2]twat[/admin2]
Example Output

Gurdur is just a sweet liddle puddycat.

 

He will invade Poland and France tomorrow

And then eat your liver with a side-dish of onions.

You have been warned, twat.


admin3
Usage [admin3]value[/admin3]
Example Usage [admin3]twat[/admin3]
Example Output

The truth about Gurdur is revealed!

Send me all your money, twat, to buy this book!

Or Gurdur will eat your liver, twat. With onions.


back1
Usage [back1=Option]value[/back1]
Example Usage [back1=done_v_Clouds1_1.jpg]text oh text[/back1]
Example Output
text oh text

back2
Usage [back2=Option]value[/back2]
Example Usage [back2=done_v_Clouds1_1.jpg]text oh text[/back2]
Example Output
text oh text

Banana
Usage [banana]value[/banana]
Example Usage [banana]And look at ME![/banana]
Example Output
And look at ME!

bdo
Usage [bdo]value[/bdo]
Example Usage [bdo]yoopers[/bdo]
Example Output yoopers

bk1
LibraryThing, 5 books at random, small covers
Usage [bk1]value[/bk1]
Example Usage [bk1]Gurdur[/bk1]
Example Output

Showing here 5 books below  taken at random from Gurdur's library, books either owned or just read by Gurdur. The books displayed should change when you refresh the page or revisit it later. Clicking on one of the book covers will take you to the book's page on Amazon. If instead you want to visit Gurdur's library at LibraryThing, click on one of the text links given here (as author and title links); you can view Gurdur's library in either shelf format or list format. If you open an account at LibraryThing, you too can share with others here on the board, in posts or in blog entries, all the books you own or just have read.


bk10
Usage [bk10]value[/bk10]
Example Usage [bk10]Gurdur[/bk10]
Example Output

Showing here 30 tags below, taken at random from the tags implemented in Gurdur's library, a collection of books either owned or just read by Gurdur. The tags displayed should change when you refresh the page or revisit it later. Clicking on one of the tags will take you to the page of books marked with that tag by Gurdur in Gurdur's collection. The more books in Gurdur's collection appended with that particular tag, the bigger that tag should be displayed here. You can view Gurdur's whole library in either shelf format or list format. If you open an account at LibraryThing, you too can share with others here on the board, in posts or in blog entries, all the books you own or just have read.


bk10a
Usage [bk10a]value[/bk10a]
Example Usage [bk10a]Gurdur[/bk10a]
Example Output


bk11
Usage [bk11]value[/bk11]
Example Usage [bk11]Gurdur[/bk11]
Example Output

See Gurdur's entire tag cloud with all tags.


bk12
Usage [bk12]value[/bk12]
Example Usage [bk12]Gurdur[/bk12]
Example Output

See all the authors in Gurdur's collection.


bk14
Usage [bk14]value[/bk14]
Example Usage [bk14]Gurdur[/bk14]
Example Output


bk15
Usage [bk15=Option]value[/bk15]
Example Usage [bk15=Gurdur]vancejack[/bk15]
Example Output

See the list of books authored by vancejack owned or read by Gurdur


bk1a
Usage [bk1a]value[/bk1a]
Example Usage [bk1a]Gurdur[/bk1a]
Example Output


bk2
LibaryThing, 10 books at random, small covers
Usage [bk2]value[/bk2]
Example Usage [bk2]Gurdur[/bk2]
Example Output

Showing here 10 books below  taken at random from Gurdur's library, books either owned or just read by Gurdur. The books displayed should change when you refresh the page or revisit it later. Clicking on one of the book covers will take you to the book's page on Amazon. If instead you want to visit Gurdur's library at LibraryThing, click on one of the text links given here (as author and title links); you can view Gurdur's library in either shelf format or list format. If you open an account at LibraryThing, you too can share with others here on the board, in posts or in blog entries, all the books you own or just have read.


bk2a
Usage [bk2a]value[/bk2a]
Example Usage [bk2a]Gurdur[/bk2a]
Example Output


bk3
LibraryThing, Style 5, 8 books at random
Usage [bk3]value[/bk3]
Example Usage [bk3]Gurdur[/bk3]
Example Output

bk4
LibraryThing, random, covers only, 10 books
Usage [bk4]value[/bk4]
Example Usage [bk4]Gurdur[/bk4]
Example Output

Showing here 10 books below  taken at random from Gurdur's library, books either owned or just read by Gurdur. The books displayed should change when you refresh the page or revisit it later. Clicking on one of the book covers will take you to the book's page on Amazon. If instead you want to visit Gurdur's library at LibraryThing, click on one of the text links given here; you can view Gurdur's library in either shelf format or list format. If you open an account at LibraryThing, you too can share with others here on the board, in posts or in blog entries, all the books you own or just have read.


bk4a
Usage [bk4a]value[/bk4a]
Example Usage [bk4a]Gurdur[/bk4a]
Example Output


bk5
LibraryThing Search Widget 1
Usage [bk5]value[/bk5]
Example Usage [bk5]Gurdur[/bk5]
Example Output

bk6
30 authors taken at random, displayed in Author Cloud
Usage [bk6]value[/bk6]
Example Usage [bk6]Gurdur[/bk6]
Example Output

Showing here 30 authors below  whose names are taken at random from the books in Gurdur's library, books either owned or just read by Gurdur. The authors displayed should change when you refresh the page or revisit it later. Clicking on one of the authors' names will take you to the page of books by that author in Gurdur's collection. The more books in Gurdur's collection written by that particular author, the bigger that author's name should be displayed here. You can view Gurdur's whole library in either shelf format or list format. If you open an account at LibraryThing, you too can share with others here on the board, in posts or in blog entries, all the books you own or just have read.


bk6a
Usage [bk6a]value[/bk6a]
Example Usage [bk6a]Gurdur[/bk6a]
Example Output


bk7
50 random authors, author cloud, style 3
Usage [bk7]value[/bk7]
Example Usage [bk7]Gurdur[/bk7]
Example Output

bk8
List format view of person's library
Usage [bk8]value[/bk8]
Example Usage [bk8]Gurdur[/bk8]
Example Output

See Gurdur's library in list format


bk9
See person's library in shelf format
Usage [bk9]value[/bk9]
Example Usage [bk9]Gurdur[/bk9]
Example Output

See Gurdur's library in shelf format


bkg1
Usage [bkg1=Option]value[/bkg1]
Example Usage [bkg1] howdy![/bkg1]
Example Output [bkg1] howdy![/bkg1]

bkg2
Usage [bkg2=Option]value[/bkg2]
Example Usage [bkg2]howdy[/bkg2]
Example Output [bkg2]howdy[/bkg2]

br
Usage [br]value[/br]
Example Usage [br]text[/br]
Example Output text


bubble
Usage [bubble]value[/bubble]
Example Usage [bubble]yada[/bubble]
Example Output

yada


Dawn1
Usage [Dawn1]value[/Dawn1]
Example Usage [Dawn1]John[/Dawn1]
Example Output [Dawn1]John[/Dawn1]

Devil
Usage [devil]value[/devil]
Example Usage [devil]Look at me![/devil]
Example Output
Look at me!

Ebaums Video BB Code
Usage [ebaumsvideo]value[/ebaumsvideo]
Example Usage [ebaumsvideo]2006/07/yahweh[/ebaumsvideo]
Example Output

ghost
Usage [ghost]value[/ghost]
Example Usage [ghost]Oooooooo![/ghost]
Example Output

Oooooooo!


Glow
Glowing text
Usage [glow]value[/glow]
Example Usage [glow]your text[/glow]
Example Output your text

Google Video BB Code
Usage [googlevideo]value[/googlevideo]
Example Usage [googlevideo]2179664390181099936[/googlevideo]
Example Output

gum
Usage [gum]value[/gum]
Example Usage [gum]http://www.glumbert.com/embed/bookban[/gum]
Example Output

hhvid1
Usage [hhvid1]value[/hhvid1]
Example Usage [hhvid1]om1_NEW.flv[/hhvid1]
Example Output

hhvid2
Usage [hhvid2]value[/hhvid2]
Example Usage [hhvid2]squirrel[/hhvid2]
Example Output

hhvid3
Usage [hhvid3]value[/hhvid3]
Example Usage [hhvid3]squirrel_NEW[/hhvid3]
Example Output

hhvid4
Usage [hhvid4]value[/hhvid4]
Example Usage [hhvid4]...[/hhvid4]
Example Output
This div will be replaced

hhvid5
Usage [hhvid5]value[/hhvid5]
Example Usage [hhvid5]http://www.heathen-hangout.com/forum1/photopost53/drive2.wmv[/hhvid5]
Example Output
Launch in external player

hhvid6
Usage [hhvid6]value[/hhvid6]
Example Usage [hhvid6]http://www.heathen-hangout.com/forum1/photopost53/drive2_NEW.flv[/hhvid6]
Example Output

hhvid7
Usage [hhvid7]value[/hhvid7]
Example Usage [hhvid7],,,[/hhvid7]
Example Output
Get the Flash Player to see this player.

hhvid8
Usage [hhvid8]value[/hhvid8]
Example Usage [hhvid8]...[/hhvid8]
Example Output
Get the Flash Player to see this player.

ImgBig
Usage [imgb]value[/imgb]
Example Usage [imgb]http://www.ussjpkennedyjr.org/jpklnch3.jpg[/imgb]
Example Output

imgH
Usage [imgH=Option]value[/imgH]
Example Usage [imgH=50]http://www.heathen-hangout.com/forum1/images/misc/whos_online.gif[/imgH]
Example Output [imgH=50]http://www.heathen-hangout.com/forum1/images/misc/whos_online.gif[/imgH]

imgW
Usage [imgW=Option]value[/imgW]
Example Usage [imgW=60]http://www.heathen-hangout.com/forum1/images/misc/whos_online.gif[/imgW]
Example Output [imgW=60]http://www.heathen-hangout.com/forum1/images/misc/whos_online.gif[/imgW]

Josie
Usage [Josie]value[/Josie]
Example Usage [Josie]text[/Josie]
Example Output [Josie]text[/Josie]

leo1
Usage [leo1]value[/leo1]
Example Usage [leo1]dingo[/leo1]
Example Output
LEO - Dictionary

link1
Usage [link1=Option]value[/link1]
Example Usage [link1=http://en.wikipedia.org/wiki/Nofollow]tiddley[/link1]
Example Output tiddley

Mad Sign
Usage [mad]value[/mad]
Example Usage [mad]rabble![/mad]
Example Output
rabble!

masq
Usage [masq=Option]value[/masq]
Example Usage [masq=http://www.heathen-hangout.com/forum1/image.php?u=2&dateline=1146136720]lotsa text[/masq]
Example Output
lotsa text

medp1
Usage [medp1]value[/medp1]
Example Usage [medp1]....[/medp1]
Example Output Player now embedded.

medp2
Usage [medp2=Option]value[/medp2]
Example Usage [medp2=http://tinyurl.com/c86ynf]Sounds Of Silence, by Don Alhambra[/medp2]
Example Output Sounds Of Silence, by Don Alhambra

MetaCafe Video BB Code
Usage [metacafe]value[/metacafe]
Example Usage [metacafe]301001/1_minute_unlock[/metacafe]
Example Output

modmsg
Usage [modmsg]value[/modmsg]
Example Usage [modmsg]You are a bad boy![/modmsg]
Example Output
Moderator Message
________________

You are a bad boy!

Mouse
Usage [mouse]value[/mouse]
Example Usage [mouse]We're here because we're here because...[/mouse]
Example Output
We're here because we're here because...

mp3
Usage [mp3]value[/mp3]
Example Usage [mp3]test.mp3[/mp3]
Example Output

MySpace Video BB Code
Usage [myspace]value[/myspace]
Example Usage [myspace]1470466793[/myspace]
Example Output

noway
Usage [noway]value[/noway]
Example Usage [noway]yada[/noway]
Example Output yada

p
Usage [p]value[/p]
Example Usage [p]text[/p]
Example Output

text


Photobucket embed
Usage [phb]value[/phb]
Example Usage [phb]http://s152.photobucket.com/player.swf?file=http://vid152.photobucket.com/albums/s193/MondoAtheist/AIAFF_2.flv[/phb]
Example Output

Pie
Usage [pie]value[/pie]
Example Usage [pie]hmm... pie![/pie]
Example Output

hmm... pie!


Rainbow Text
Usage [rainbow]value[/rainbow]
Example Usage [rainbow]rainbow text[/rainbow]
Example Output

Strike
Usage [s]value[/s]
Example Usage [s]strike through[/s]
Example Output strike through

Shadow
Shadow text
Usage [shadow]value[/shadow]
Example Usage [shadow]your text[/shadow]
Example Output your text

Sign
Usage [sign]value[/sign]
Example Usage [sign]What am I, chopped liver?[/sign]
Example Output
What am I, chopped liver?

SlideyfootHHradio
Usage [SlideyfootHHradio]value[/SlideyfootHHradio]
Example Usage [SlideyfootHHradio].[/SlideyfootHHradio]
Example Output [SlideyfootHHradio].[/SlideyfootHHradio]

SlideyfootHHradio2
Usage [SlideyfootHHradio2]value[/SlideyfootHHradio2]
Example Usage [SlideyfootHHradio2].[/SlideyfootHHradio2]
Example Output [SlideyfootHHradio2].[/SlideyfootHHradio2]

SlideyfootHHradio3
Usage [SlideyfootHHradio3]value[/SlideyfootHHradio3]
Example Usage [SlideyfootHHradio3] And here is my tiddley om pom pom message[/SlideyfootHHradio3]
Example Output [SlideyfootHHradio3] And here is my tiddley om pom pom message[/SlideyfootHHradio3]

SlideyfootHHradio4
Usage [SlideyfootHHradio4]value[/SlideyfootHHradio4]
Example Usage [SlideyfootHHradio4]bunch of text[/SlideyfootHHradio4]
Example Output [SlideyfootHHradio4]bunch of text[/SlideyfootHHradio4]

Spoiler Tag
Acts as a small button which has to be clicked by the reader before a message is displayed, so being useful to hide the punchline to a joke within a post.
Usage [spoiler]value[/spoiler]
Example Usage [spoiler]hidden punchline[/spoiler]
Example Output
Spoiler:
hidden punchline

Spoiler2
Usage [spoiler2]value[/spoiler2]
Example Usage [spoiler2]bugger this for a lark[/spoiler2]
Example Output
Spoiler:
bugger this for a lark

sub
Usage [sub]value[/sub]
Example Usage [sub]text[/sub]
Example Output text

sup
Usage [sup]value[/sup]
Example Usage [sup]text[/sup]
Example Output text

table
With this vB code tables can be inserted into the post. Columns are seperated by »|«, every new line is a new row.
Usage [table]value[/table]
Example Usage [table]column 1|column 2|column 3[/table]
Example Output
column 1column 2column 3

verte1
Usage [verte1]value[/verte1]
Example Usage [verte1]John[/verte1]
Example Output

Verte's Emmy tells you, John:

"Dogs have owners, cats have staff."


videos10
Usage [videos10]value[/videos10]
Example Usage [videos10]garden2[/videos10]
Example Output

videos11
Usage [videos11]value[/videos11]
Example Usage [videos11]me_Roman_fort[/videos11]
Example Output

wiki
Usage [wiki]value[/wiki]
Example Usage [wiki]Saladin[/wiki]
Example Output Saladin

Wiki1
Usage [wiki1]value[/wiki1]
Example Usage [wiki1]Saladin[/wiki1]
Example Output

Wiki2
Usage [wiki2]value[/wiki2]
Example Usage [wiki2]Saladin[/wiki2]
Example Output Saladin

Wikipedia
Usage [wikipedia]value[/wikipedia]
Example Usage [wikipedia]blood[/wikipedia]
Example Output blood

Float image in text
Usage [xfloat=Option]value[/xfloat]
Example Usage [xfloat=left]http://upload.wikimedia.org/wikipedia/en/thumb/3/3e/Magic_Pot_FFX.jpg/65px-Magic_Pot_FFX.jpg[/xfloat]blah, blah, blah, yada, yada
Example Output blah, blah, blah, yada, yada

YouTube Video BB Code
Usage [youtube]value[/youtube]
Example Usage [youtube]bCJGKljiuFM&mode=related&search=[/youtube]
Example Output



All times are GMT +1. The time now is 12:34 AM (00:34).


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright is asserted for the Heathen Hangout by its owner.