Full LS-RCR Forum BBCode Tutorial

The place to have serious & thoughtful discussions on subjects that are important in the grand scheme of things.
45 posts Page 1 of 5

Robin

User avatar
Robin
Donator
Posts: 12368
Joined: October 27, 2014, 11:08 am

Post by Robin » January 4, 2016, 10:05 am
Hey hey,

I saw lots of people struggling with BBCodes, they don't know how to use it or don't even know that it is possible to do awesome stuff with it. Therefor I created this BBCode guide. It contains information, explanation and examples of every known available BBCode used on the LS-RCR Forums. Energ himself already created a BBCode Help topic but this one dates back to 2010 and contains way less information then this tutorial.

Credits to Robin, Cresp, Hunter, Dark and GreatSan!
Lsrcr Forum BBCodes
With full explanation and example included



Bold Text:
You can use bold text in tons of ways, to mark something or to express yourself better. Bold text is like normal text, but just a little bit bigger.

Template:
Code: Select all
[b]Bold text here[/b]
Example Usage:
This text is normal, This text is bold


Italic:
Italic text is like normal text, but like it's a bit on its side.

Template:
Code: Select all
[i]Italic text here[/i]
Example Usage:
This text is normal, This text is italic


Underline:
You can underline text, it basicly places a small line under the text.

Template:
Code: Select all
[u]Underlined text here[/u]
Example Usage:
This text is normal, This text is underlined


Quote:
You can quote people or just make things look stylish with it.

Template:
1.
Code: Select all
[quote]Text here[/quote]
2.
Code: Select all
[quote="Writer of the quote"]Text here[/quote]
Example Usage:
1.
Text inside the quote.
2.
A Person wrote:
Text inside the quote.


Code:
Code is mostly used for templates, it makes all BBCoding plain text and easy to select.

Template:
Code: Select all
[code]Text here
[/code]
Example Usage:
Code: Select all
[code]Text inside it, BBCode is displayed as text also: [b]This is not bold[/b]
[/code]

Lists:
You can easily create lists, here is how!

Template
Code: Select all
[list]
[*]List item
[/list]
Example Usage:
  • List item
  • List item
  • List item
  • List item


Ordered List:
You can also create a numbered, or ordered list.

Template:
  1. List item
Code: Select all
[list=1]
[*]List item
[/list]
  1. List item
Code: Select all
[list=a]
[*]List item
[/list]
Example Usage:
Spoiler: show


Images
Simply insert all types of images!

Template:
Code: Select all
[img]Image URL[/img]
Example Usage:
Spoiler: show


URLs
You can make all URLs easy to click and use.

Template:
1.
Code: Select all
[url]URL Here[/url]
2.
Code: Select all
[url=URL Here]Text here[/url]
Example Usage:
1. index.php
Code: Select all
[url]https://ls-rcr.com/forum/index.php[/url]
2. LS-RCR Forum
Code: Select all
[url=https://ls-rcr.com/forum/index.php]LS-RCR Forum[/url]


Size
You can ajust text size, larger or smaller. From size 1 to 400, 100 is default.

Template
Code: Select all
[size=Size here]Text to ajust the size of.
Example Usage:
Size 200
Size 50
Size 150


Color:
You can color texts in all possible colors!
You can use the for examples of colors used in LS-RCR.

Template
Code: Select all
[color=#COLOR_CODE]The text to color.
Example Usage:
S.A. Army


Center:
You can simply center text or images, it might give headers a good look.

Template
Code: Select all
[center]Text here[/center]
Example Usage
This text is centered


Columns:
You can sort text or images in 2 colums easily with this BBCode.

Template:
Code: Select all
[col]Left side|Right side[/col]
Example Usage:
This is leftThis is right


Let Me Google That For You:
This is mostly used for trolling or explaining something obvious to someone.

Template:
Code: Select all
[gtfy]Keywords to google[/gtfy]
Example Usage:


One List Items:
Simply for a super short list.

Template:
Code: Select all
[li]List Item[/li]
Example Usage:
[li]List Item[/li]
[li]List Item[/li]
[li]List Item[/li]


Strike/ Line-through
You can draw a line right through text with this.

Template:
Code: Select all
[line-through]Text here.[/line-through]
Example Usage:
This text is normal, This text is line-through


Link
Post a button for links, easy to click.

Template:
Code: Select all
[link]Text inside the button,URL[/link]
Example Usage:


Ordered list:
Create ordered lists with the following types: 1, i, I, a, A
Template:
Code: Select all
[ol=1][*]List item[/ol]
[ol=i][*]List item[/ol]
[ol=I][*]List item[/ol]
[ol=a][*]List item[/ol]
[ol=A][*]List item[/ol]
Example Usage:
  1. List item
  2. List item
  3. List item
  1. List item
  2. List item
  3. List item
  1. List item
  2. List item
  3. List item
  1. List item
  2. List item
  3. List item
  1. List item
  2. List item
  3. List item


Spoilers:
You can hide text or images in spoilers, useful if you have tons of information.

Template:
Code: Select all
[spoiler]Text here[/spoiler]
Example Usage:
Spoiler: show


Think:
Place text in a blue text balloon

Template:
Code: Select all
[think]Text here[/think]
Example Usage:
Thinking text...


Unordered list:
Create an unordered list, basically a bit of blank space before the text.

Template:
Code: Select all
[ul]List item[/ul]
Example Usage:
    List item List item


YouTube Video:
Paste a YouTube Video into your post.

You have to use the Video ID, here is how you can get it:
1. Take a YouTube link: https://www.youtube.com/watch?v=xxxxsan
2. Remove this: https://www.youtube.com/watch?v=
3. Now you have this: xxxxsan
4. That is the Video ID.

Template
Code: Select all
[youtube]Video ID[/youtube]
Example Usage
Spoiler: show


Answer Box:
Most used to make answer.

Template:
Code: Select all
[ans]Hello, I am answer.[/ans]
Example Usage:
Answer:
Hello, I am answer.


Table:
Most used to make tables.

Template:
Code: Select all
[table][tr][td]Hello, I am table.[/td]
[td]Hello, I am table.[/td]
[td]Hello, I am table.[/td][/tr][/table]

OR

[table][tr][td]Hello, I am table.[/td][/tr]
[tr][td]Hello, I am table.[/td][/tr]
[tr][td]Hello, I am table.[/td][/tr][/table]

OR

[table][tr][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][/tr]
[tr][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][/tr]
[tr][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][td]Hello, I am table.[/td][/tr][/table]
Example Usage:
Spoiler: show


Divide Box
Used to divide the subject and the text.

Template:
Code: Select all
[div]Lsrcr, Lsrcr is the best server ever made![/div]
Note: You must use " , " after the subject otherwise code won't work.
Example Usage:
Spoiler: show


Shadow
Used to shadow the text.

Template:
Code: Select all
[shadow]Text of the Shadow[/shadow]
Example Usage:
LS-RCR is the best server
Font
Show text with one of the 49 available fonts.
Click me for avaible fonts
Template:
Code: Select all
[font=fontname]text to change the font of here[/font]
Example Usage:
Rockwell Extra Bold


Blegend:
Template:
Code: Select all
[blegend=COLOR, TEXT]TEST[/blegend]
[blegend=black, Example]TEST[/blegend]
Example Usage:
ExampleThe quick brown fox jumps over the lazy dog.


Divbox
Template:
Code: Select all
[divbox=COLOR,COLOR2}TEXT[/divbox]
[divbox=black,white]TEXT[/divbox]
Example Usage:
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
TEST


Fdivbox:
Template:
Code: Select all
[fdivbox=COLOR] YOUR TEXT[/fdivbox]
Example Usage:
The quick brown fox jumps over the lazy dog.


Flegend:
Template:
Code: Select all
[flegend=COLOR1,COLOR2,TEXT]YOUR TEXT[/flegend]
[flegend=black,white,Example]This is an example of flegend.[/flegend]
Example Usage:
ExampleThis is an example of flegend.


Legendary:
Template:
Code: Select all
[legendary=COLOR1,COLOR2,TEXT]YOUR TEXT[/legendary]
[legendary=black,white,Example]This is an example of legendary.[/legendary]
Example Usage:
ExampleThis is an example of legendary.


Warning:
This BBCode can be very useful for admins to either reply on a report or something else in a more professional way.
Template:
Code: Select all
[Warning]YOUR TEXT[/Warning]
[Warning]This is an example of Warning[/Warning]
Example Usage:

!
This is an example of Warning.
!
Last edited by Robin on February 8, 2019, 9:22 am, edited 5 times in total.
Retired community player 2013-2020
★ Retired LSPD United Chief of Police ★
★ Retired S.A. Army General ★

Spoiler: show
Spoiler: show

Crossbones

Bonez
Posts: 3512
Joined: July 13, 2015, 6:33 am

Post by Crossbones » January 4, 2016, 10:40 am
Nice, very helpfull.

Remorse

User avatar
Remorse
Donator
Posts: 707
Joined: July 16, 2013, 4:13 pm

Post by Remorse » January 4, 2016, 11:04 am
Nice tutorial thanks!

Geri

User avatar
Geri
Donator
Posts: 4490
Joined: November 14, 2015, 2:01 pm
Location: Albania

Post by Geri » January 4, 2016, 11:16 am
thanks!
glgy geri

iFanta

Deluxe
Donator
Posts: 3378
Joined: October 13, 2014, 9:49 pm
Location: Egypt

Post by iFanta » January 4, 2016, 11:52 am
Thanks for your efforts, much appreciated :)
People who die by suicide don't want to end their lives, they want to end their pain.

CriticaL

User avatar
Critical
Donator
Posts: 2741
Joined: December 8, 2014, 4:42 pm
Location: Cairo

Post by CriticaL » January 4, 2016, 12:31 pm
Bathup life, underwater life :D Nice tutorial mate

Robin

User avatar
Robin
Donator
Posts: 12368
Joined: October 27, 2014, 11:08 am

Post by Robin » January 4, 2016, 12:43 pm
[Lsrcr]CriticaL wrote:
Bathup life, underwater life :D Nice tutorial mate
The Obsession Of Koopz
Retired community player 2013-2020
★ Retired LSPD United Chief of Police ★
★ Retired S.A. Army General ★

Spoiler: show
Spoiler: show

SumairAli

User avatar
Sumair
Posts: 1242
Joined: September 15, 2015, 7:53 pm
Location: Pakistan

Post by SumairAli » January 4, 2016, 2:28 pm
[Lsrcr]Mr.NiceGuy wrote:
Nice, very helpfull.
Image
Credits := [Lsrcr]Mateej
Discord ID := [Lsrcr]Sumair#3533
Current Positions
Spoiler: show
Robberies
Spoiler: show
Kill List
Spoiler: show

Aleksa

Aleksa
Retired Administrator
Posts: 10637
Joined: October 7, 2012, 8:59 pm
Location: Belgrade, Serbia

Post by Aleksa » January 4, 2016, 7:16 pm
I don't know, but I feel like you wasted hours and hours on this.

[Lsrcr]Jobin

Jobin
Retired Administrator
Posts: 5572
Joined: April 22, 2014, 7:27 am
Location: Kerala, India

Post by [Lsrcr]Jobin » January 4, 2016, 7:29 pm
Nice job mate. Thanks.

Regards,
J(R)obin. :mrgreen:
Image
Army High Command, Army Head Training Officer & Event Officer| Stunt Kings Leader
45 posts Page 1 of 5
Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest