Difference between revisions of "BB Codes"

From Bootleggers Wiki
Line 7: Line 7:
 
|Description
 
|Description
 
|Result
 
|Result
!
 
 
|-
 
|-
 
|[b]text[/b]
 
|[b]text[/b]
 
|Bolds specified text
 
|Bolds specified text
 
|'''text'''
 
|'''text'''
|
 
 
|-
 
|-
 
|[i]text[/i]
 
|[i]text[/i]
 
|Italicises specified text
 
|Italicises specified text
 
|''text''
 
|''text''
|
 
 
|-
 
|-
 
|[u]text[/u]
 
|[u]text[/u]
 
|Underlines specified text
 
|Underlines specified text
 
|text
 
|text
|
 
 
|-
 
|-
 
|[s]text[/s]
 
|[s]text[/s]
 
|Strikethroughs specified text
 
|Strikethroughs specified text
 
|<s>text</s>
 
|<s>text</s>
|
 
 
|-
 
|-
 
|[sup]text[/sup]
 
|[sup]text[/sup]
 
|Superscripts specified text
 
|Superscripts specified text
 
|<sup>text</sup>
 
|<sup>text</sup>
|
 
 
|-
 
|-
 
|[sub]text[/sub]
 
|[sub]text[/sub]
 
|Subscripts specified text
 
|Subscripts specified text
 
|<sub>text</sub>
 
|<sub>text</sub>
|
 
 
|-
 
|-
 
|[img]<nowiki>http://www.domain.com/filename.gif</nowiki>[/img]
 
|[img]<nowiki>http://www.domain.com/filename.gif</nowiki>[/img]
 
|Displays image. Subject to caching. For no caching, use [img nocache][/img].
 
|Displays image. Subject to caching. For no caching, use [img nocache][/img].
 
|image
 
|image
|
 
 
|-
 
|-
 
|[quote]text[/quote]
 
|[quote]text[/quote]
 
|Quotes specified text
 
|Quotes specified text
 
|text
 
|text
|
 
 
|-
 
|-
 
|[hr]
 
|[hr]
Line 53: Line 44:
 
|
 
|
 
----
 
----
|
 
 
|-
 
|-
 
|[list]
 
|[list]
Line 63: Line 53:
 
* item 1
 
* item 1
 
* item 2
 
* item 2
|
 
 
|-
 
|-
 
|[center]text[/center]
 
|[center]text[/center]
 
|Centers specified text (can also be image)
 
|Centers specified text (can also be image)
 
|<center>text</center>
 
|<center>text</center>
|
 
 
|-
 
|-
 
|[right]text[/right]
 
|[right]text[/right]
 
|Aligns specified text to the right (can also be image)
 
|Aligns specified text to the right (can also be image)
 
|text
 
|text
|
 
 
|-
 
|-
 
|[user]username[/user]
 
|[user]username[/user]
 
|Links specified username
 
|Links specified username
 
|KyleKroff
 
|KyleKroff
|
 
 
|-
 
|-
 
|[crew]crew name[/crew]
 
|[crew]crew name[/crew]
 
|Links to the profile of the specified crew
 
|Links to the profile of the specified crew
 
|Staff
 
|Staff
|
 
 
|-
 
|-
 
|[color=X]text[/color]
 
|[color=X]text[/color]
 
|Alters color of specified text
 
|Alters color of specified text
 
|text
 
|text
|
 
 
|-
 
|-
 
|[size=X]text[/size]
 
|[size=X]text[/size]
 
|Alters size of specified text
 
|Alters size of specified text
 
|<big>text</big>
 
|<big>text</big>
|
 
 
|-
 
|-
 
|[font=X]text[/font]
 
|[font=X]text[/font]
 
|Alters font type of specified text
 
|Alters font type of specified text
 
|''text''
 
|''text''
|
 
 
|-
 
|-
 
|[url]web address[/url]
 
|[url]web address[/url]
 
|Makes a link clickable
 
|Makes a link clickable
 
|<nowiki>http://www.bootleggers.us</nowiki>
 
|<nowiki>http://www.bootleggers.us</nowiki>
|
 
 
|-
 
|-
 
|[youtube]video ID[/youtube]
 
|[youtube]video ID[/youtube]
 
|Displays a YouTube video
 
|Displays a YouTube video
 
|''No preview''
 
|''No preview''
|
 
 
|-
 
|-
 
|[names]
 
|[names]
 
|Shows a comma-seperated list of your previous account names (profile only)
 
|Shows a comma-seperated list of your previous account names (profile only)
 
|Name1, Name2, Name3
 
|Name1, Name2, Name3
|
 
 
|-
 
|-
 
|[names]seperator[/names]
 
|[names]seperator[/names]
 
|Shows a list of your previous account names (profile only) using the specified seperator
 
|Shows a list of your previous account names (profile only) using the specified seperator
 
|Name1 - Name2 - Name3
 
|Name1 - Name2 - Name3
|
 
 
|-
 
|-
 
|[busts]
 
|[busts]
 
|Shows a list of all of your milestone busts (profile only)
 
|Shows a list of all of your milestone busts (profile only)
 
|''No preview''
 
|''No preview''
|
 
 
|}
 
|}

Revision as of 17:58, 6 February 2022

Customise your text, pictures and create links

List of available codes

Table of all codes
Code Description Result
[b]text[/b] Bolds specified text text
[i]text[/i] Italicises specified text text
[u]text[/u] Underlines specified text text
[s]text[/s] Strikethroughs specified text text
[sup]text[/sup] Superscripts specified text text
[sub]text[/sub] Subscripts specified text text
[img]http://www.domain.com/filename.gif[/img] Displays image. Subject to caching. For no caching, use [img nocache][/img]. image
[quote]text[/quote] Quotes specified text text
[hr] Displays a horizontal line
[list]

[*] item 1 [*] item 2 [/list]

Generates an ordered list
  • item 1
  • item 2
[center]text[/center] Centers specified text (can also be image)
text
[right]text[/right] Aligns specified text to the right (can also be image) text
[user]username[/user] Links specified username KyleKroff
[crew]crew name[/crew] Links to the profile of the specified crew Staff
[color=X]text[/color] Alters color of specified text text
[size=X]text[/size] Alters size of specified text text
[font=X]text[/font] Alters font type of specified text text
[url]web address[/url] Makes a link clickable http://www.bootleggers.us
[youtube]video ID[/youtube] Displays a YouTube video No preview
[names] Shows a comma-seperated list of your previous account names (profile only) Name1, Name2, Name3
[names]seperator[/names] Shows a list of your previous account names (profile only) using the specified seperator Name1 - Name2 - Name3
[busts] Shows a list of all of your milestone busts (profile only) No preview