BBCode: Difference between revisions
Line 44: | Line 44: | ||
Many color names are supported, and you can also use hexadecimal values to get very specific colors such as <font color="#0000FF">#0000FF</font>! | Many color names are supported, and you can also use hexadecimal values to get very specific colors such as <font color="#0000FF">#0000FF</font>! | ||
| style="border:1px solid #606060;text-align:center"| | | style="border:1px solid #606060;text-align:center"| | ||
*Pal Pad | |||
*Feeds | |||
|- | |- | ||
| style="border:1px solid #606060;text-align:center"|Text Size | | style="border:1px solid #606060;text-align:center"|Text Size |
Revision as of 12:46, 19 July 2019
BBCode consists of codes which can enchance your text and make it the way you want it to be.
BBCode can only be used on the Forums, in feeds, Pal Pad, Private Messages, or in the About Me section & Custom Panels on your userprofile.
What is BBCode?
BBCode or Bulletin Board Code is a lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand—usually HTML or XHTML.
Name | Code | Example | Notes | Restricted |
---|---|---|---|---|
Bold | [b]Text Here[/b] | Text Here | This will let your text be bold! | No |
Italic | [i]Text Here[/i] | Text Here | This will let your text be italicized! | No |
Underline | [u]Text Here[/u] | Text Here | This will let your text be underlined! | No |
Strikethrough | [s]Text Here[/s] | Don't like it? Strike it! | No | |
Text Color | [color=red]Text Here[/color] | Text Here | Give your text color!
Many color names are supported, and you can also use hexadecimal values to get very specific colors such as #0000FF! |
|
Text Size | [size=14]Text Here[/size] | Text Here | Make your text shrink and grow!
Only sizes 6|8|10|12|14|16|18|20|22 are supported! |
|
Image | [img]Image Link[/img] | Displays images that you would like or want to show.
Use links of images that display by themselves within a tab or page. Use links that have image file extensions on the end of them such as ".png", ".jpeg", etc. You can also right click, and copy the image link of images on pages to easily get their links. The Image BBCode also supports .GIF images! |
| |
URL | [url=Link Here]Text Here[/url] | PokéHeroes Main Page | All purpose way to make links, and or to hyperlink.
One of the more common BBCodes you'll see being used. |
No |
Quote | [quote]Text Here[/quote] |
|
Feeling fancy and don't want to surround text with quote marks the traditional way?
Then this is for you! |
|
Quote with Username | [quote=Username]Text Here[/quote] |
|
A great way to reply to specific parts of what other Users may be saying on forum threads. Also good if you would want to quote someone, or something specific in general! |
|
Spoiler | [spoiler]Text Here[/spoiler] |
Text Here
|
Spoilers are a great way to hide and conceal content.
They are very useful for being considerate with sensitive information while avoiding trouble by ruining the fun for others! |
|
Left | [left]Left Text[/left] | Left Text | Used for making text or content shift and align to the left. |
|
Center | [center]Center Text[/center] | Center Text | Used for making text or content align to the center. |
|
Right | [right]Text Here[/right] | Right Text | Used for making text or content shift and align to the right. |
|
Horizontal Line | [hr] | Useful if you would want to divide posts or content into different sections. |
| |
Heading | [h]Your text Here[/h] | Your text here | An easy way to make text slightly bigger and bold. It works great for headers, of course. |
|
Pokemon Show Icon | [pkmn]1[/pkmn] | Shows the icon of Pokemon with its specified Pokédex or ID number. |
| |
Pokemon Show Big | [pkmnbig]2[/pkmnbig] | Shows the sprite of Pokemon with its specified Pokédex or ID number. |
| |
Pokemon Show Big Shiny | [pkmnbig=s]3[/pkmnbig] | Shows the shiny sprite of Pokemon with its specified Pokédex or ID number. |
| |
User Tag | [user]Username[/user] | Ephenia | This is preferred and much easier to use over using the URL BBCode for linking to someone's Userprofile.
It also opens the specified Userprofile in the same tab! |
No |
Code Tag | [code]Code Goes here[/code] | Code blocks are a good way to show other code such as [b]bold[/b] |
Best way to show code without putting it into action! |
|
More to be added. |