BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message.
Below is a list of the BB code tags you can use to format your messages.
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage
[list]value[/list]
Example Usage
[list] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage
[list=Option]value[/list]
Example Usage
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
list item 1
list item 2
Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;1667830]Lorem ipsum dolor sit amet[/quote]
Example Output
Quote:
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage
[noparse][b]value[/b][/noparse]
Example Usage
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output
[b]Lorem ipsum dolor sit amet[/b]
Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage
[attach]attachmentid[/attach]
Example Usage
[attach]12345[/attach]
Example Output
Named Anchor Link
The [aname] tag is used in conjunction with the [jumpto] tag. One is not functional without the other.
For cats making announcements pertaining to unique activities others can participate in.
Usage
[event]value[/event]
Example Usage
[event]Insert your roleplay post here.[/event]
Example Output
Event [#event]
Insert your roleplay post here.
Horizontal Rule
Adds a horizontal line.
Usage
[hr]value[/hr]
Example Usage
Text.[hr][/hr]Text.
Example Output
Text.Text.
Anchor Link
The [jumpto] tag allows you to jump to another location within a post, usually used for long posts with headings and/or sections of interest. This tag must be used in conjunction with the [aname] tag. One is not functional without the other.
Usage
[jumpto=Option]value[/jumpto]
Example Usage
[jumpto=aname]This takes you to a new location within a post[/jumpto]
[kestalks]Insert your roleplay post here.[/kestalks]
Example Output
RiverClan Announcement [#kestalks]
Insert your roleplay post here.
Lion Talks
Usage
[liontalks]value[/liontalks]
Example Usage
[liontalks]text[/liontalks]
Example Output
RiverClan Announcement [#liontalks]
text
Lion Talks Lots
Usage
[liontalkslots]value[/liontalkslots]
Example Usage
[liontalkslots]text[/liontalkslots]
Example Output
RiverClan Announcement [#liontalks]
text
Mention
Mention an user to alert him or her to this post!
Usage
[mention]value[/mention]
Example Usage
[mention]Username[/mention]
Example Output
@Username;
Text Shadow
This bb code is used to give a shadow to text.
Usage
[Shadow=Option]value[/Shadow]
Example Usage
[shadow=2]text shadow[/shadow]
Example Output
text shadow
Spoiler
Creates a button that hides/shows spoiler messages.
Usage
[Spoiler=Option]value[/Spoiler]
Example Usage
[spoiler=Title Text]Hidden Text Here[/spoiler]
Example Output
Hidden Text Here
Strikethrough
Strikethrough text.
Usage
[Strike]value[/Strike]
Example Usage
[STRIKE]Strikethrough[/STRIKE]
Example Output
Strikethrough
YouTube
Use the movie code from the YouTube URL in your browser. For example, http://youtube.com/watch?v=JFwCCL0Vh6U.
"JFwCCL0Vh6U" would go between the BB Code tags.