bb code test

Xon

Administrator
Staff member

This is [B]bold[/B] text.
This is [I]italic[/I] text.
This is [U]underlined[/U] text.
This is [S]struck-through[/S] text.

This is bold text.
This is italic text.
This is underlined text.
This is struck-through text.


[URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]
[/plian]
[URL]https://www.example.com[/URL]
[EMAIL]example@example.com[/EMAIL]

[plain]
[URL=https://www.example.com]Go to example.com[/URL]
[EMAIL=example@example.com]Email me[/EMAIL]

Go to example.com
Email me


[USER=10]Xon[/USER]

Xon


[IMG]https://xf2.nixfifty.com/styles/default/xenforo/xenforo-logo.png[/IMG]



[MEDIA=youtube]oHg5SJYRHA0[/MEDIA]



[LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]



[LEFT]Left-aligned[/LEFT]
[CENTER]Center-aligned[/CENTER]
[RIGHT]Right-aligned[/RIGHT]

Left-aligned​
Center-aligned​
Right-aligned​


[QUOTE]Quoted text[/QUOTE]
[QUOTE=A person]Something they said[/QUOTE]

Quoted text
A person said:
Something they said


[SPOILER]Simple spoiler[/SPOILER]
[SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]

Simple spoiler
Spoiler with a title


You have to click the following [ISPOILER]word[/ISPOILER] to see the content.

You have to click the following word to see the content.


General code:
[CODE]General
code[/CODE]

Rich code:
[CODE=rich][COLOR=red]Rich[/COLOR]
code[/CODE]

PHP code:
[CODE=php]echo $hello . ' world';[/CODE]

JS code:
[CODE=javascript]var hello = 'world';[/CODE]

General code:
Code:
General
code

Rich code:
Rich (BB code):
Rich
code

PHP code:
PHP:
echo $hello . ' world';

JS code:
JavaScript:
var hello = 'world';



Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.

Inline code blocks are a convenient way of displaying code inline.


Regular text
[INDENT]Indented text[/INDENT]
[INDENT=2]More indented[/INDENT]

Regular text
Indented text​
More indented​


[TABLE]
[TR]
[TH]Header 1[/TH]
[TH]Header 2[/TH]
[/TR]
[TR]
[TD]Content 1[/TD]
[TD]Content 2[/TD]
[/TR]
[/TABLE]

Header 1Header 2
Content 1Content 2


[PLAIN]This is not [B]bold[/B] text.
[/plain]
This is not [B]bold[/B] text.


[ACCORDION=200]
{slide=First Slide}First slide content{/slide}
{slide=Second Slide}Second slide content{/slide}
[/ACCORDION]

First Slide
First slide content
Second Slide
Second slide content



[alert=Title]Alert[/alert]

title Alert



[ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
[/ARTICLE]

Article:
A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.



[bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
[bimg=100]http://www.google.com/images/srpr/logo3w.png[/bimg]





[ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
[ENCADRE=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content

Content
Content


[fieldset]This is a fieldset[/fieldset]
[fieldset=Title]This is a fieldset[/fieldset]
[fieldset=Title|80]This is a fieldset[/fieldset]

Fieldset:
This is a fieldset

Title
This is a fieldset

Title
This is a fieldset



[fleft]Make me float on the left[/fleft]

Make me float on the left



[FRIGHT]Make me float on the right[/FRIGHT]

Make me float on the right



[GVIEW]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]




[information=Title]Information[/information]

title Information



[justify]justified text example
line 1
line 2
line 3[/justify]!

justified text example
line 1
line 2
line 3​
!


[LATEX]c=\sqrt{a^2+b^2}[/LATEX]

LaTeX:
\[c=\sqrt{a^2+b^2}\]



[SLIDER]
{slide=Title 1|center}Content 1{/slide}
{slide}Content 2{/slide}
{slide}Content 3{/slide}
{slide=open}Content 4{/slide}
[/SLIDER]

Title 1
Content 1
Content 2
Content 3
Content 4



[stop=Title]Stop[/stop]

title Stop



10[sub]1[/sub]!

101​!


10[sup]1[/sup]!

101​!


[TAB=Title 1]Content 1[/TAB]
[TABS]
[TAB=Title 1]Content 1 - {tab=2}Link to tab 2{/tab}[/TAB]
[TAB=Title 2]Content 2[/TAB]
[/TABS]
[TABS=200]
{slide=First Slide}First tab content - {tab=2}Link to tab 2{/tab}{/slide}
{slide=Second Slide}Second tab content{/slide}
[/TABS]

[TAB=Title 1]Content 1[/TAB]
[TABS]
[TAB=Title 1]Content 1 - {tab=2}Link to tab 2{/tab}[/TAB]
[TAB=Title 2]Content 2[/TAB]
[/TABS]



[TIME=datetime]2050-12-12T03:12:46+0000[/TIME]

Adjusted Time


[warning=Title]Warning[/warning]

title Warning
 
Last edited:
Back
Top