Difference between revisions of "BB Codes"
From Bootleggers Wiki
(Created page with "BB") |
|||
| Line 1: | Line 1: | ||
| − | + | = Customise your text, pictures and create links = | |
| + | |||
| + | === List of available codes === | ||
| + | {| class="wikitable" | ||
| + | |+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 | ||
| + | |<s>text</s> | ||
| + | | | ||
| + | |- | ||
| + | |[sup]text[/sup] | ||
| + | |Superscripts specified text | ||
| + | |<sup>text</sup> | ||
| + | | | ||
| + | |- | ||
| + | |[sub]text[/sub] | ||
| + | |Subscripts specified text | ||
| + | |<sub>text</sub> | ||
| + | | | ||
| + | |- | ||
| + | |[img]<nowiki>http://www.domain.com/filename.gif</nowiki>[/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) | ||
| + | |<center>text</center> | ||
| + | | | ||
| + | |- | ||
| + | |[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 | ||
| + | |<big>text</big> | ||
| + | | | ||
| + | |- | ||
| + | |[font=X]text[/font] | ||
| + | |Alters font type of specified text | ||
| + | |''text'' | ||
| + | | | ||
| + | |- | ||
| + | |[url]web address[/url] | ||
| + | |Makes a link clickable | ||
| + | |<nowiki>http://www.bootleggers.us</nowiki> | ||
| + | | | ||
| + | |- | ||
| + | |[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'' | ||
| + | | | ||
| + | |} | ||
Revision as of 17:58, 6 February 2022
Customise your text, pictures and create links
List of available 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 | ||
| [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 |
|
|
| [center]text[/center] | Centers specified text (can also be image) | ||
| [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 |