Feral Heart

Help & Guidance => Member Made Tutorials => Miscellaneous Tutorials => Topic started by: VortexAlive on April 27, 2020, 12:49:01 am

Title: BBC Guide
Post by: VortexAlive on April 27, 2020, 12:49:01 am
Code: [Select]
...

All BBC should have an open block [bbc] and a close block [/bbc].

|code| This will allow for showing bbc code without it being hidden. use [ and ] instead of |, those are just for example's sake. |/code|

[center]This well center align text, images, etc.[/center]

[size=10pt]This changes the size of the text.[/size]

[u]This will underline the text[/u]

[i]This will italicize the text.[/i]

[b]This makes the text bold.[/b]

[s]This will strike the text out.[/s]

[move]This will cause text, images, etc, to scroll across the post.[/move]

[glow=#0000ff,2,300]Despite it's name, this simply adds a shadow to the text that makes it look kind of like it glows.[/glow]

[color=#888888]This changes the color of the text. To get the color you want it works like this #rrggbb where r=red, g=greeen, b=blue and goes from 0-9 for dark hues and a-f for bright hues.[/color]

[url=https://www.feral-heart.com]Feral Heart[/url] << That will hide the full link behind whatever title you give it.

[img width=16 height=16]https://i.imgur.com/08GkwLJ.png[/img] << This is what you would use to display images and set their width or height if you want.

[hr] << This will create a horizontal line across the post and does not need a close block.

The following is used to make lists.
[list]This is a List Item.[/list]

[spoiler=This will hide stuff inside a spoiler button. This spot is where you can put a title for the button.]This is where the hidden stuff goes.[/spoiler]

Making a table is a bit harder than the other ones, having a few open and close blocks that make up the whole thing.
[table]
[tr]
[th]Column 1[/th]
[th]Column 2[/th]
[/tr]
[tr]
[td]Row 1, Data 1[/td]
[td]Row 1, Data 2[/td]
[/tr]
[tr]
[td]Row 2, Data 1[/td]
[td]Row 2, Data 2[/td]
[/tr]
[tr]
[td]Row 3, Data 1[/td]
[td]Row 3, Data 2[/td]
[/tr]
[/table]

...

Examples of the code outside the code bbc:

Code: [Select]
This will allow for showing bbc code without it being hidden.
This well center align text, images, etc.

This changes the size of the text.

This will underline the text

This will italicize the text.

This makes the text bold.

This will strike the text out.

This will cause text, images, etc, to scroll across the post.

Despite it's name, this simply adds a shadow to the text that makes it look kind of like it glows.

This changes the color of the text.

Feral Heart (https://www.feral-heart.com) << That will hide the full link behind whatever title you give it.

(https://i.imgur.com/08GkwLJ.png) << This is what you would use to display images and set their width or height if you want.




This will hide stuff inside a spoiler button. This spot is where you can put a title for the button.
This is where the hidden stuff goes.

Making a table is a bit harder than the other ones, having a few open and close blocks that make up the whole thing.
[th]Column 1[/th]
[th]Column 2[/th]
Row 1, Data 1Row 1, Data 2
Row 2, Data 1Row 2, Data 2
Row 3, Data 1Row 3, Data 2
Title: Re: BBC Guide
Post by: LadySigyn on April 27, 2020, 03:09:23 am
Thank yew for taking the time to make this helpful guide for those who need it, Vortex. <3
Title: Re: BBC Guide
Post by: Azurain on April 27, 2020, 03:12:22 am
Ayyy thanks Bortex! Really nice guide!
Title: Re: BBC Guide
Post by: Oddonelynx on April 27, 2020, 03:15:20 am
Thank you! This should help members (me included) who aren't the best at BBC coding
Title: Re: BBC Guide
Post by: Telluric on April 27, 2020, 08:13:04 am
niiice thank u for compiling this<3
Title: Re: BBC Guide
Post by: Dark_heart on April 27, 2020, 08:34:22 am
Thanks! Very nice guide!