|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Well, I know this says it's documenting undocumented bbcode, but I figure I'll just do a basic "what is" on each one and some basic syntax. Be sure that you "nest" your bbcode properly; an example: GOOD: [b][i][u]This will have multiple elements.[/u][/i][/b] BAD: [b][i][u]This will have multiple elements.[/b][/i][/u] You need to terminate the tag as it is called, in the closest order.
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Lists - Allows you to create a list, each level of a list will have a bullet which you can change on each list by defining the list tag as [list=bullet_type]; valid types are number (1), CAPITAL letter (A), lowercase letter (a), UPPERCASE Roman Numeral (i), lowercase Roman Numeral (I). By not defining a bullet type, it will simply use a square. A list like this: - Items to Bring
- Drinks
- Coffee
- Soda
- Water
- Tea
- Orange
- Oolong
- Orange Juice
- Food
- Fruit
- Oranges
- Apples
- Granny Smith
- Red Delicious
Can be created as: [list=a]
[*]Items to Bring
[*][list=A]
[*]Drinks
[*][list=i]
[*]Coffee
[*]Soda
[*]Water
[*]Tea
[*][list=I]
[*]Orange
[*]Oolong
[/list]
[*]Orange Juice
[/list]
[*]Food
[*][list]
[*]Fruit
[*][list]
[*]Oranges
[*][list]
[*]Necterenes
[*]Blood Oranges
[/list]
[*]Apples
[*][list]
[*]Granny Smith
[*]Red Delicious
[/list]
[/list]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Text Formatting - You can format your text in a variety of ways... Bold: This text is BOLDUnderline: This text is UNDERLINED[u]This text is UNDERLINED[/u] Italics: This text is ITALICIZED[i]This text is ITALICIZED[/i] Strike Through: This text is STRIKED THROUGH[s]This text is STRIKED THROUGH[/s] Color: This text has pretty colorsColor: This text has pretty colors[color:#FF0000]This text has pretty colors[/color]
[color:blue]This text has pretty colors[/color] Highlight: This text is highlighted[highlight]This text is highlighted[/highlight] Text Size: This text is BIG! [size:20pt]This text is BIG![/size] Font Face: This font is "Comic Sans"![font:Comic Sans MS]This font is "Comic Sans"![/font]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Markup - Will allow you to create links off-site. URL: This is a URL to my homepage. This is a URL to my [url=http://www.virtualnightclub.net//]homepage[/url].
EMail: This is an EMail AddressThis is my email address: you@youremail.comThis is an [email=you@youremail.com]EMail Address[/email]
This is my email address: [email]you@youremail.com[/email]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Quotes - You can also quote people... [quote=Gizmo]Watch as I quote myself![/quote] Watch as I quote no one in particular!! [quote]Watch as I quote no one in particular!![/quote] QB: This is the [qb]Quote Bold[/qb] bbcode tag [quote]This is the [qb]Quote Bold[/qb] bbcode tag[/quote]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Images - Some undocumented googies within... Will allow you to embed an image in your post. Valid image types end in gif png jpg or jpeg; you can use either [img] or [image] This is my image see? This is my image [img]https://www.ubbcentral.com/forums/files/8.gif[/img] see? This is my image see that my text is aligned to the right. . . . . . This is my image see how the text is wrapped around the left of my image. . . . . This is my image see how the text is wrapped around my image. . . . . . This is my image [img:left]https://www.ubbcentral.com/forums/files/8.gif[/img] see that my text is aligned to the right.
This is my image [img:right]https://www.ubbcentral.com/forums/files/8.gif[/img] see how the text is wrapped around the left of my image.
This is my image [img:center]https://www.ubbcentral.com/forums/files/8.gif[/img] see how the text is wrapped around my image.
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Code Tags - You can post code in several differant ways. PHP Code - The PHP Tag runs items through the PHP Syntax Highlighter: [php]<?php phpinfo(); ?>[/php] Code Tag - The CODE tag will not allow any code to be parsed within: [code] [php]<?php phpinfo(); ?>[/php] [/code]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Alignment: This is aligned Center [align:left]This is aligned left This is aligned Center This is aligned right This is aligned Center[/align] [align:center]This is aligned Center
[align:left]This is aligned left[/align]
This is aligned Center
[align:right]This is aligned right[/align]
This is aligned Center[/align]
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
Spoiler Tags - These tags are useful for hiding a series of text, items, lists, etc; users have to click the "view" link to see the hidden text. Often useful for contests, reviews, etc. [spoiler]This text is spoiled![/spoiler] Theres an addon at UBBDev which allows you to change the spoiler warning and referance it in the tag as: [spoiler:This is the warning]This text is spoiled[/spoiler]
|
|
|
3 members (Ruben, SenecaFlyer, 1 invisible),
1,719
guests, and
157
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|