BBCode tags let you format text in your profile and message-board postings.
It's similar to HTML, but simpler.
The tags start with a [ (where you would have used < in HTML)
and end with ]
(where you would have used > in HTML).
Examples:
- [b]Bold[/b] to Bold
- [i]Italic[/i] to Italic
- [u]Underline[/u] to Underline
- [size=15]Big text[/size] to Big text
- [color=red]Red text[/color] to Red text
- [url=http://google.com/]Google[/url] to Google
- [quote]Quoted[/quote] for quoted blocks of text
- [img]http://some.web.site/pic.jpg[/img] to display an image
- [code]Code snippet here[/code] to display some code
- [pre]Pre-formatted text here[/pre] to display some pre-formatted text
- [[Term]] hyperlink to a term defined on the Unofficial BOINC Wiki
Lists are also possible:
[list]
*Item 1
*Item 2
[/list] to:
If you don't close a tag or don't specify a parameter correctly,
the raw tag itself will display instead of the formatted text.
";
page_tail();
?>