Author Topic: Forum BBcodes List  (Read 7062 times)

Offline dRagoLjuB

  • dRagoLjuB
  • Retired Moderator
  • MonsterKill Member
  • *
  • Posts: 4387
  • Country: gb
  • Karma: +146/-124
  • Nowhere and Everywhere
    • View Profile
    • Awards
Forum BBcodes List
« on: September 10, 2011, 11:33 »
BBcodes List



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


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


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


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


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

Code: [Select]
[pre]text[/pre]


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


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


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


Font "changer"
Changes the font of the text.
Example: Font"changer"
Code: [Select]
[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)
Code: [Select]
[size=14pt]text[/size]


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



Spoiler
Hides the text under spoiler.
Example:
Spoiler for Hiden:
Spoiler
Code: [Select]
[spoiler]text[/spoiler]


Insert Image

Inserts an image.
Example:
                       
Code: [Select]
                        [img]url[/img]                       


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


Insert Email

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


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


Shadow
Adds a shadow to the text.
Example: 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
Code: [Select]
[shadow=red,left]text[/shadow]/[shadow=blue,right]text[/shadow]


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


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


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


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


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

Code: [Select]
[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:
Code: [Select]
Insert Code
Code: [Select]
[code]text[/code]



Insert Quote

Adds a quote to the text.
Example:
Quote
Insert Quote
Code: [Select]
[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
Code: [Select]
[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
Code: [Select]
[list]
[li]text[/li]

[/list]



Horizontal Rule
Adds an horizontal line.
Example:

Code: [Select]
[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".
Code: [Select]
[flash=200,200]http://exampleurl.com/flash.swf[/flash]


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


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


Insert Time

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


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


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


Countdown
Inserts a countdown to a specific time/date.
Example: 7974 years 9 months 5 days 19 hours 50 minutes remaining.
Code: [Select]
[countdown=MONTH,DAY,YEAR,HOUR,MINUTE][/countdown]
« Last Edit: August 16, 2017, 18:46 by kja12 »