--- bbcode-help.inc 2010-04-03 22:21:36.001617746 +0530 +++ bbcode-help.inc.orig 2007-01-29 02:48:45.000000000 +0530 @@ -83,68 +83,6 @@ -

Creating Headings

- -

- Headings are an important part of articles. -

- -

- You can use tags [h1] to [h6] to format headings corresponding to HTML's <h1> to <h6> -

- -Examples: - - - - - - - - - - - - - - - - - - - - - - - - - -
- [h1]Level 1 Heading[/h1] - -

Level 1 Heading

-
- [h2]Level 2 Heading[/h2] - -

Level 2 Heading

-
- [h3]Level 3 Heading[/h3] - -

Level 3 Heading

-
- [h4]Level 4 Heading[/h4] - -

Level 4 Heading

-
- [h5]Level 5 Heading[/h5] - -
Level 5 Heading
-
- [h6]Level 6 Heading[/h6] - -
Level 6 Heading
-
-

Creating links

@@ -196,19 +134,6 @@ -

Anchors

- -

- Many times, you want to refer to a particular part of text from some another part. - Using anchors this is possible. -

- -

- To use anchors, use [anchor=name]TEXT[/anchor] - To refer this at another place, use [url=#name]My old referenece[/url] - The name must be same at both places. -

-

Displaying images

@@ -238,47 +163,6 @@ [url=http://example.com][img]http://example.com/screenshot.png[/img][/url].

-

Google, Wikipedia and Youtube

- -

- To refer to Google and Wikipedia use this:
- [google]The search query[/google], this will output search query as a link http://www.google.com/search?q=The+search+query
- [wikipedia]Wiki Page[/wikipedia], this will output a link as http://www.wikipedia.org/wiki/Wiki Page
- - To embed Youtube videos, use this:
- [youtube]Video Code i.e. the string that appears after v= in http://www.youtube.com/watch?v=[/youtube], this will embed the video -

- -

Tables

- -

- Some formatting using tables can be done as below: -

- - - - - - - - - - - - - - -
- The table code for rows, columns and heads must be enclosed between [table] and [/table] -
- Rows can be specified using [row], [r] or [tr]. Just enclose the text between the tag.
- You can also specify the row's background color using the color property of the tag i.e. [row color=#FFFFFF]. It should be in hexadecimal form, the default format for HTML colors. -
- Columns can be specified by enclosing the text between [col], [c] or [td] -
- Column headings (th tag) can be specified by enclosing the head text between [header], [head] or [h]. -
-

Ordered and unordered lists