Forum BBcodes List

Started by TheJOkerBOY, Dec 17, 2023, 10:37 AM

Previous topic - Next topic

TheJOkerBOY

BBcodes List



Bold
Makes the text bigger.               
Example: Bold
[b]text[/b]


Italicized
Makes the text italic.
Example: italic
[i]text[/i]


Underline
Underlines the text.
Example: Underline
[u]text[/u]


Strikethrough
Makes a line in the in the middle of the text.
Example: Strikethrough
[s]text[/s]


Prefomatted Text
Example:
Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text    Prefomatted Text   

[pre]text[/pre]


Left Align
Aligns the text on the left side.
Example:
Left Align
[left]text[/left]


Centered
Centers the text.
Example:
Centered
[center]text[/center]


Right Align
Aligns the text on the right side.
Example:
Right Align
[right]text[/right]


Font "changer"
Changes the font of the text.
Example: Font"changer"
[font=courier]text[/font] [font=arial]text[/font] [font=arial black]text[/font] [font=impact]text[/font] [font=verdana]text[/font] [font=times new roman]text[/font] [font=georgia]text[/font] [font=andale mono]text[/font] [font=trebuchet ms]text[/font] [font=comic sans ms]text[/font]


Size "changer"
Changes the size of the text.
Example: Size "changer"
You can put any number (size=15/16/20/50 - pt)
[size=14pt]text[/size]


Color "changer"
Changes the color of the text.
Example: Color"changer"
[color=red]text[/color]/[color=red]text[/color]
[color=red]text[/color]/[color=#FF0000]text[/color]



Spoiler
Hides the text under spoiler.
Example: [spoiler]Spoiler[/spoiler]
[spoiler]text[/spoiler]


Insert Image

Inserts an image.
Example:
                       
                        [img]image[/img]                       



Insert Hyperlink
Inserts an url.
Example: Insert Hyperlink
[url]url[/url]


Insert Email

Inserts an email.
Example: Insert Email
[email]text[/email]


Glow
Adds a glow to the text.
Example: [glow=red,2,300]Glow[/glow]
You can add any glow color by editing the color red to any other color, color list here
[glow=red,2,300]text[/glow]/[glow=blue,2,300]text[/glow]


Shadow
Adds a shadow to the text.
Example: [shadow=red,left]Shadow[/shadow]
You can add any shdow color and shadow site by editing the color red to any other color and the site left to any site, color list here
[shadow=red,left]text[/shadow]/[shadow=blue,right]text[/shadow]


Marquee
Moves the text.
Example: [move]Marquee[/move]   
[move]text[/move]


Superscript
Superscripts the code.
Example: Superscript
[sup]text[/sup]


Subscript
Subscripts the text.
Example: Subscript
[sub]text[/sub]


Teletype
Teletypes the text.
Example: [tt]Teletype[/tt]   
[tt]text[/tt]


Insert Table
Inserts a table.
Example:
Column 1Column 2
Item 1Item 2
Item 3Item 4

[table]
[tr]
[td]Column 1[/td]
[td]Column 2[/td]
[/tr]
[tr]
[td]Item 1[/td]
[td]Item 2[/td]
[/tr]
[tr]
[td]Item 3[/td]
[td]Item 4[/td]
[/tr]
[/table]



Insert Code
Inserts a code (bbcodes will appear as text).
Example:Insert Code[code]text[/code]



Insert Quote

Adds a quote to the text.
Example:
QuoteInsert Quote
[quote]text[/quote]


Insert Unordered List
Inserts an unordered list.
Example:
  • Insert Unordered List
  • Insert Unordered List
You can make more "points" by adding (li) (/li) with [] in the bbcode
[list]
[li]text[/li]

[/list]



Insert Ordered List

Inserts an ordered list.
Example:
  • Insert Ordered List
  • Insert Ordered List
You can make more "numbers" by adding (li) (/li) with [] in the bbcode
[list]
[li]text[/li]

[/list]



Horizontal Rule
Adds an horizontal line.
Example:

[hr]


Insert Flash
Inserts a link to an animated flash file in .swf format.
You can edit the size of flash by editing the numbers "200".
[flash=200,200]http://exampleurl.com/flash.swf[/flash]


"ABBR"
Displays the full expression for the abbreviation on mouseover.
Example: DIP
[abbr=dRago is pro]DIP[/abbr]


"SMF"
Displays the full expression for the acronym on mouseover.
Example: [acronym=dRagoLjuB is proest pro :D ]DIPP:D[/acronym]
[acronym=dRagoLjuB is proest pro]DIPP:D[/acronym]


Insert Time

Converts a Unix Timestamp into a time recognizable by people.
Example: Nov 24, 2005, 07:10 AM
[time]1132812640[/time]


Linking in the same topic
Links you to a specific word/line in the topic.
[iurl=#tag](iurl=#text)text(/iurl)[/iurl] []


No BB code
Ignores BBcodes in the text.
Example: [b]some text[/b]
[nobbc][b]some text[/b][/nobbc]


Countdown
Inserts a countdown to a specific time/date.
Example: [countdown=1,1,9999,1,1][/countdown]
[countdown=MONTH,DAY,YEAR,HOUR,MINUTE][/countdown]