Register
Hello There, Guest!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full BB Code list!
#1
Information 
Hello users, i've made a full list of AgarioForums' BB codes for you to use and enjoy. 

These are used for personalizing your thread (making it look all pretty and professional or what not). 
Please note: for all the codes, just remove the --> *
-----------------------------------------------------------------------------------------------------------------------------------------------------
bold        |          [*b][/b]
▬▬▬▬▬▬▬▬▬▬▬
italic        |          [*i][/i]
▬▬▬▬▬▬▬▬▬▬▬
underline |         [*u][/u]
▬▬▬▬▬▬▬▬▬▬▬
strikethrough  | [*s][/s]
▬▬▬▬▬▬▬▬▬▬▬
URL         |        [*url][/url]        |          [*url=http://url.com]My URL[/url]
▬▬▬▬▬▬▬▬▬▬▬
email       |        [*email][email protected][/email]      |        [*[email protected]]My Email[/email]
▬▬▬▬▬▬▬▬▬▬▬    
quote      |        [*quote][/quote]    |  [*quote=Author][/quote]
▬▬▬▬▬▬▬▬▬▬▬
code        |        [*code][/code]     |   [*php][/php]
▬▬▬▬▬▬▬▬▬▬▬
image      |        [*img]http://mysite.com/mypic.jpg[/img]
▬▬▬▬▬▬▬▬▬▬▬
font color |        [*color=red][/color]
▬▬▬▬▬▬▬▬▬▬▬
font size   |        [*size=3][/size]
▬▬▬▬▬▬▬▬▬▬▬
font face  |        [*font=tahoma][/font]
▬▬▬▬▬▬▬▬▬▬▬
text alignment |  [*align=center][/align]
▬▬▬▬▬▬▬▬▬▬▬
listing     |          [*list][/list]
▬▬▬▬▬▬▬▬▬▬▬

[*b]TEXT[/b]
[*i]TEXT[/i]
[*u]TEXT[/i]
[*s]TEXT[/i]
Examples:

Bold text
Italicized text
Underlined text
Strikethrough text

Results:
Bold text
Italicized text
Underlined text
Strikethrough text
▬▬▬▬▬▬▬▬▬▬▬
[*size=]TEXT

Examples:

XX-Small
X-Small
Small
Medium
Large
X-Large
XX-Large
Results
XX-Small
X-Small
Small
Medium
Large
X-Large
XX-Large
▬▬▬▬▬▬▬▬▬▬▬
[*font=NAME_OF_FONT]TEXT
Examples:

This is in Tahoma
This is in Courier
Results
This is in Tahoma
This is in Courier
▬▬▬▬▬▬▬▬▬▬▬
[*color=THE_COLOR]TEXT[/font]
Examples:

This is red
This is green
This is blue, in Hex form
Results:
This is red
This is green
This is blue, in Hex form
▬▬▬▬▬▬▬▬▬▬▬

[*align=POSITION]
Examples:
[/font][/size]

Left-aligned


Center-aligned


Right-aligned





Results:
Left-aligned

Center-aligned

Right-aligne

Justified

(Justified is more noticeable when there are large blocks of text. )


▬▬▬▬▬▬▬▬▬▬▬
[*code]CODE HERE[*/code]
Examples:





Code:
Code:
<div class="menu">Text Here..             <- Those spaces won't be merged</div>












Code:
Code:
<a href="http://domain.com/">Text Here..</a>













Results:
<div class="menu">Text Here..           <- Those spaces won't be merged</div>
<a href="http://domain.com/">Text Here..</a>








PHP Code:
Code:
PHP CODE HERE 












▬▬▬▬▬▬▬▬▬▬▬

Examples:






PHP Code:
Code:
<?php echo "Hi!"; ?>













PHP Code:
Code:
<?php
// Comment
$mybb->user['var'] = "Hi";  ?>













Results:
<?php echo "Hi!"; ?> 
<?php 
// Comment
$mybb->user['var'] = "Hi";  
?>
▬▬▬▬▬▬▬▬▬▬▬
[*attachment=ATTACHMENT_ID]
Examples:

[attachment=11776]
Results
[icon] mybb_1403_patches.txt (Size: 2.16 KB / Downloads: 1125)

NOTE: This shortcut only works for attachments that are attached to the post you are writing. It does not allow you to include attachments from other posts.
▬▬▬▬▬▬▬▬▬▬▬
http://example.com
Title
Examples:

http://community.mybb.com
Support Communtiy

Results:
http://community.mybb.com
Support Communtiy
▬▬▬▬▬▬▬▬▬▬▬
[email protected]
Link text
Examples:

[email protected]
E-mail Me!
E-mail with subject 'spam'
Results:
[email protected]
E-mail Me!
E-mail with subject 'spam'





  • List Item #1
  • List Item #2
  • List Item #3
    ...



▬▬▬▬▬▬▬▬▬▬▬

[*list]
Examples:

To Do:






  • Fix the boiler
  • Buy:
     

       
    • Eggs
       
    • Milk
        

  • Call mother
[*]






(The indentation of the inner list is only for readability, it is not required)

Results:
To Do:

Fix the boiler
Buy:
Eggs
Milk
Call mother
▬▬▬▬▬▬▬▬▬▬▬


[*list=a]


[*]List Item #1


[*]List Item #2


[*]List Item #3
[*]
...
[/list]
Examples:

To Do:








  1. Fix the boiler
  2. Buy eggs & milk
  3. Call mother





[*][color=#ffffff][size=small][font='Titillium Web', Tahoma, Verdana, Arial, sans-serif]


Results:
To Do:

Fix the boiler
Buy eggs & milk
Call mother
▬▬▬▬▬▬▬▬▬▬▬
                          ~ Aether ~
                              Proud member of Inspire 
                                      http://188.166.57.41:4568/
[-] The following 1 user Likes Aether's post:
  • LKD70
Reply
#2
Nice, needs a little tidying, though.
-LKD70
Reply
#3
(01-07-2016, 01:14 AM)LKD70 Wrote: Nice, needs a little tidying, though.
I'll make it prettier. Definite peer editing needed. Tongue
                          ~ Aether ~
                              Proud member of Inspire 
                                      http://188.166.57.41:4568/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)