FAQ

BBCode functions and usage examples
Browse in : All > Content > FAQ > BBCode
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Bold Text

Crisp

September 3, 2008 03:47:26 PM +01:00

Code:

[b]Bold[/b] text

Result:
Bold text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Code Display

Crisp

September 5, 2008 03:04:33 PM +01:00

Code:

[code]<!/--code here--/!>

[/code]
Result:

Code:

<!/--code here--/!>

Or:

Code:

[code=xml]<?xml version="1.0" encoding="|utf-8|"?>

[/code]
Result:

Or:

Code:

[code=php]<? echo('Hello World!'); ?>

[/code]
Result:

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Colour Text

Crisp

September 3, 2008 05:26:21 PM +01:00

Code:

[color=red]Red Coloured Text[/color]

Result:
Red Coloured Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Dictionary link

Crisp

September 3, 2008 05:38:59 PM +01:00

Code:

[dictionary]dictionary[/dictionary]

Result:
dictionary

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Email

Crisp

September 3, 2008 05:36:40 PM +01:00

Code:

[email]somebody@somewhere.com[/email]

Result:
somebody@somewhere.com

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Google search link

Crisp

September 3, 2008 05:41:14 PM +01:00

Code:

[google]term to search for[/google]

Result:
term to search for

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Italic Text

Crisp

September 3, 2008 05:08:11 PM +01:00

Code:

[i]Text in italics[/i]

Result:
Text in italics

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Linethrough Text

Crisp

September 3, 2008 05:11:33 PM +01:00

Code:

[linethrough]Linethrough Text[/linethrough]

Result:
Linethrough Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

MSN search link

Crisp

September 3, 2008 05:42:02 PM +01:00

Code:

[msn]Term to search for[/msn]

Result:
Term to search for

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overlined Text

Crisp

September 3, 2008 05:13:37 PM +01:00

Code:

[overline]Overlined Text[/overline]

Result:
Overlined Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Paragraph

Crisp

September 3, 2008 05:06:03 PM +01:00

Code:

[p]This is a paragraph[/p][p]This is another paragraph[/p]

Result:

This is a paragraph

This is another paragraph

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Quote Text

Crisp

September 3, 2008 05:30:59 PM +01:00

Code:

[quote]Quote Text[/quote]

Result:

Quote:
Quote Text

or

Code:

[quote=Somebody]Quote Text[/quote]

Result:

Quote Somebody:
Quote Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Size Text

Crisp

September 3, 2008 05:27:47 PM +01:00

Code:

[size=20]Size Text[/size]

Result:
Size Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Small Capitals Text

Crisp

September 3, 2008 05:22:53 PM +01:00

Code:

[smallcaps]Small Capitals Text[/smallcaps]

Result:
Small Capitals Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Spoilers

Crisp

December 18, 2008 01:24:24 PM +00:00

Code:


[spoiler]This is a spoiler[/spoiler]

Result:

Spoiler:
This is a spoiler

Or

Code:


[spoiler=something or other]This is another spoiler[/spoiler]

Result:

Spoiler for something or other:
This is another spoiler

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Subscript Text

Crisp

September 3, 2008 05:24:36 PM +01:00

Code:

[sub]Subscript Text[/sub]

Result:
Subscript Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Superscript text

Crisp

September 3, 2008 05:24:05 PM +01:00

Code:

[sup]Superscript Text[/sup]

Result:
Superscript Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Thesaurus link

Crisp

September 3, 2008 05:45:54 PM +01:00

Code:

[thesaurus]thesaurus[/thesaurus]

Result:
thesaurus

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Underlined Text

Crisp

September 3, 2008 05:10:05 PM +01:00

Code:

[u]Underlined Text[/u]

Result:
Underlined Text

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

URLs

Crisp

September 3, 2008 05:33:42 PM +01:00

Code:

[url]http://crispcreations.co.uk[/url]

Result:
http://crispcreations.co.uk
or

Code:

[url=http://crispcreations.co.uk]CrispCreations[/url]

Result:
CrispCreations

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

What is BBCode?

Crisp

September 24, 2008 01:13:45 AM +01:00

BBCode is an abbreviation for Bulletin Board Code, the lightweight markup language used to format posts in many forums (also known as message or bulletin boards). It is also called forum codes. Many forums don't allow users to directly input HTML markup in their posts as it poses a security risk. BBCode provides tags which allows users to simulate HTML tags.

The available tags are usually indicated by rectangular brackets surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand, usually HTML or XHTML.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Wikipedia link

Crisp

September 3, 2008 05:44:54 PM +01:00

Code:

[wiki]Wiki[/wiki]

Result:
Wikipedia

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xd and user-summary-[publicationtype].xd. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Yahoo search link

Crisp

September 3, 2008 05:42:46 PM +01:00

Code:

[yahoo]Term to search for[/yahoo]

Result:
Term to search for