Tag: [url]..[/url] Description: This will convert the text between these tags to a hyperlink
to that URL. This text is shown. Example: [url]http://www.osix.net[/url] Output:http://www.osix.net
Tag: [url=..]..[/url] Description: Like the tags above, this allows a hyperlink to a URL to
<<<<<<< bbcodehelp.txt
be made, but this one allows alternative/descriptive text to be shown instead
of the URL. Example: [url=http://www.osix.net]OSIX[/url] Output:OSIX
Tag: [email]..[/email] Description: These tags will automatically produce a
link to the e-mail address provided within the tags. Example: [email]staff@osix.net[/email] Output:staff@osix.net
Tag: [img]..[/img] Description: This will display the image that has the URL between the tags. Example: [img]http://www.osix.net/public/bbnude.jpg[/img]
Tag: [i]..[/i] Description: Any text within these tags will appear italic. Example: [i]DeMoNiCoN[/i] Output:DeMoNiCoN
Tag: [u]..[/u] Description: Any text within these tags will appear underlined. Example: [u]DeMoNiCoN[/u] Output:DeMoNiCoN
Tag: [b]..[/b] Description: Any text within these tags will appear bold. Example: [b]DeMoNiCoN[/b] Output:DeMoNiCoN
Tag: [center][/center] Description: Anything within these tags will be centered. Example: [center]DeMoNiCoN[/center] Output:
DeMoNiCoN
Tag: [quote]..[/quote] (or [q]..[/q]) Description: Either variation of these tags can be used to block-indent the text
between them. Example: [quote]"Creation is the basis of power -
DeMoNiCoN"[/quote] Output:
"Creation is the basis of power -
DeMoNiCoN"
Tag: [list]..[/list] Description: This will create a bulleted list. The [*] tag is used to make each
bullet. It can then be followed by the text of that point. Example:
Things to do:
[list]
[*] Plan world domination
[*] Execute world domination
[/list] Output:
Things to do:
Plan world domination
Execute world domination
Tag: [*] Description: This is the bullet of an unordered list ([list][/list]). Example: [-] Insert list
point here
Tag: [code][/code] Description: The text within these tags will become indented and of a smaller
text size than the normal font. Example:
[code]
if ($dem != 1337)
{
complain();
propaganda();
}
[/code]
Output:
code:
if ($dem != 1337)
{
complain();
propaganda();
}
Tag: [codenumbered][/codenumbered] Description: Like the code tag, but each line will be numbered Example:
[codenumbered]
if ($dom != 1337)
{
complain();
propaganda();
}
[/codenumbered]
Tag: [htmltag]..[/htmltag] Description: This will wrap the value in the htmlentity syntax &(value); Example: [htmltag]infin[/htmltag] Output: ∞
Tag: [bm=bookmarkname] Description: This will place an anchor bookmark in the page which you can create a hyperlink to. Example: [bm=somecode] Output: <a id=somecode>
Tag: [pop h=x, w=x, url] ... [/pop] Description: creates a link which pops up in a new browser. Example: [pop h=200, w=250, http://www.osix.net] click here [/pop] Output:click here
Tag: [sup] ... [/sup] Description: Creates superscript text Example: [sup] this should be superscript text [/sup] Output: this should be superscript text
Tag: [sub] ... [/sub] Description: Creates subscript text Example: [sub] this should be subscript text [/sub] Output: this should be subscript text
Tag: [hr] Description: Makes an horizontal ruler Example: [hr] Output:
Tag: [overline] ... [/overline] Description: Creates overlined text Example: [overline] this should be overlined text [/overline] Output:this should be overlined text
Tag: [underline] ... [/underline] Description: Creates underlined text Example: [underline] this should be underlined text [/underline] Output:this should be underlined text
Tag: [pre] ... [/pre] Description: Creates pre-formatted text Example: [pre] this should be pre-formatted text [/pre] Output: