The CyberArmy [Zebulun Era] | The CyberArmy [com] | CyberArmy IRC |

About CyberArmy

CyberArmy. RecentChanges. RelatedNodes.
Search:

BBCode Help

CyberArmy Forums now provide support for several BBCode tags commonly used on forums around the web, as well as some enhancements, to offer you greater control over the formatting of your posts. These tags are available in any CyberArmy forum with the HtmlOn? mode, within message bodies (NOT subject lines or other areas), and other parts of the site, like when sending cMSes.

Each change in formatting is made up by a pair of tags, each enclosed in square brackets. The closing tag begins with a /, similar to HTML tags. Any text between the pair of tags is formatted in the way requested. You can nest tags, and tags' boundaries may overlap. Some opening tags take a parameter, after an = character, causing them to be interpreted differently. Below are examples of use of each tag currently supported:

[url] http://www.cyberarmy.net/ [/url]

[url=http://www.cyberarmy.net/] CyberArmy HQ [/url]

The [url] tags hyperlink the text in between them. If a parameter is specified, this is the url to hyperlink, and the text in between the tags makes up the actual text that users can click on.



[email] webmaster@cyberarmy.net [/email]

[email=webmaster@cyberarmy.net] email the webmaster [/email]

Similar to the [url] tag, [email] allows you to properly hyperlink an email address.



[colour=red] some red text [/colour]

[color=#00dd00] some green text [/color]

The [colour] (or [color]) tag lets you change the colour of the text between them. You can use HTML colour names or hexadecimal codes, beginning with #.



[b] bold [/b]

[i] italic [/i]

[u] underline [/u]

You can use these tags to emphasize parts of your text.



[list]

[*] item 1 in unordered list

[*] item 2 in unordered list

[/list]

[list=x]

[*] item 1 in ordered list

[*] item 2 in ordered list

[*] item 3 in ordered list

[/list]

[list] allows you to create bulletted lists. If a parameter x is supplied, which must be one of 1,A,a,I,i, an ordered list will be created. The parameter specifies the type of list counter (numbers from 1, letters from A or a, or Roman numerals from I or i). Within the [list] tags, each element of the list must be prefixed by [*].





CyberArmy Logo

Use [img] to insert an image into your post. If a parameter is specified, this is the address of the image to insert, and the text between the pair of tags makes up the ALT description of the image.



[quote] Injustice anywhere is a threat to justice everywhere. -- Martin Luther King, Jr. [/quote]

Text in [quote] tags is indented relative to the rest of the post.



[code]

/* Duff's Device */ register int n = (count + 7) / 8;

switch (count % 8) {

     case 0:     do {    *to = *from++;
     case 7:             *to = *from++;
     case 6:             *to = *from++;
     case 5:             *to = *from++;
     case 4:             *to = *from++;
     case 3:             *to = *from++;
     case 2:             *to = *from++;
     case 1:             *to = *from++;
                    } while (--n > 0);

}

[/code]

The [code] tag allows you to insert text that will be unaffected by normal HTML formatting rules, and that will be rendered in a fixed-width font. Ideal for inserting source code, configuration files, IRC logs, etc.



[big] Important notice: [/big]

[small]Disclaimer: Any opinions expressed in this post are those of the poster alone, and in no way necessarily those of CyberArmy.[/small]

[big] lets you insert larger text. This could be used to write headings, emphasize points, etc.

[small] lets you insert smaller text. Could be used in conjunction with [code] to post large amounts of source, for example :)



[center] This text is central [/center]

[center] can be used to align text centrally in a message.


Last modified on 2008-05-20 08:57:34 by purefreak.
CyberArmy::Wiki/0.1

About Us | Privacy Policy | Mission Statement | Help | CyberArmy.net