*Author

Offline TimerClock14Topic starter

  • Legendary Member
  • ******
  • Posts: 2507
  • Country: us
  • Reputation Power: 32
  • TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.
  • hello pls
  • Awards: War III Promo Winner
What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211436#msg211436
« on: November 28, 2010, 04:27:52 am »
BBCode stands for Bulletin Board Code. It is the main code used in these forums when making things as simple as red text to
Fancy tables likethis.
and everything inbetween. :D

Most of the BBCode used in these forums is available at the push of a button or by selection from a drop-down box.
What most people get confused on are the complex workings of tables. Truth is, they aren't that complex at all.

EDIT: you don't need to know this part, so i got rid of it xD

Getting back to the point:
when coding in BBCode, always remember that any formatting code must be contained within brackets []. If they aren't then it will look like you sat on your keyboard, had your cat dance on it, and then hit it with a hammer.  :P
any premade codes (made by SG to display a certain image when ____ is typed) will start with a colon ( : <-- this thing) this includes things like the element symbols ( :earth, :death, :water, :rainbow, :underworld) Please note that unless there is a space before the colon, the image won't appear.


Since most of the buttons are very self-explanatory, I will just skip to building tables.
I will organize this in a nifty little table ^_^
BBCode (disambiguation)
Please note that everything in the first column will be within brackets when used
table This is used to declare a table sequence, it will always start and end a table. you can even have a table inside a table!
tr Declares a row
td Declares a column
center Aligns text to center. Most often used as a header (like the green text in this table). Can replace the tr code
right Aligns text to the right. Can be used for micromanaging.
left Aligns text to the left. Can be used for micromanaging.
hr Places a bar across the post (used further above).
user Place this around a username and it will take you to that user's profile. eg: TimerClock14. a wonderful replacement to the url code.
url most efficiently used when written as: [ url=<insert url here>] text[/url ] this embeds the link into a string. There is a certain user who is known to place links in smileys.

Code: [Select]
[table]
[center][size=24pt][color=#006600][font=trebuchet ms]BBCode (disambiguation)[/font][/color][/size][/center]
[table]
[center][table]
[tr]
[size=18pt][color=#CC0000][font=impact] Please note that everything in the first column will be within brackets when used[/font][/color][/size]
[/tr]
[/table][/center]
[tr]
[td] table[/td][td] This is used to declare a table sequence, it will always start and end a table. you can even have a table inside a table![/td]
[/tr]
[tr]
[td] tr[/td][td] Declares a row[/td]
[/tr]
[tr]
[td] td[/td][td] Declares a column[/td]
[/tr]
[tr]
[td] center[/td][td] Aligns text to center. Most often used as a header (like the green text in this table). Can replace the tr code[/td]
[/tr]
[tr]
[td] right[/td][td] Aligns text to the right. Can be used for micromanaging.[/td]
[/tr]
[tr]
[td] left[/td][td] Aligns text to the left. Can be used for micromanaging.[/td]
[/tr]
[tr]
[td] hr[/td][td] Places a bar across the post (used further above).[/td]
[/tr]
[tr]
[td] user[/td][td] Place this around a username and it will take you to that user's profile. eg: [user]TimerClock14[/user]. a wonderful replacement to the url code.[/td]
[/tr]
[tr]
[td] url[/td][td] most efficiently used when written as: [ url=<insert url here>] text[/url ] this embeds the link into a string. There is a certain user who is known to place links in smileys.[/td]
[/tr][/table]
[/table]
And, well...that's all there is to it! Pretty easy right?
I have music, you have ears. Let them get acquainted with each other: https://www.soundcloud.com/mastinmusic

Offline Kamietsu

  • Legendary Member
  • ******
  • Posts: 3228
  • Country: us
  • Reputation Power: 47
  • Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.Kamietsu is towering like an Amethyst Dragon over their peers.
  • Old to Elements
  • Awards: Spell Art Competition WinnerWinner of the MASH-UP CompetitionFunny Card Competition WinnerWinner of
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211459#msg211459
« Reply #1 on: November 28, 2010, 04:50:17 am »
Don't forget about more specialized color codes using hexadecimal. Then you can get a much larger spectrum of colors such as:

This

or this

Maybe even this

sometimes this

and this.
╔╦╦═╦══╦╗  ( ̄ー ̄) --Snorlax says:
║═╣╬║║║║║    Eat your shower, brush your toothpaste, take your teeth.
╚╩╩╩╩╩╩╩╝

kobisjeruk

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211492#msg211492
« Reply #2 on: November 28, 2010, 05:36:27 am »
stating that theres a forbidden code will entice people into looking for it

ABORT! ABORT!

suxerz

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211824#msg211824
« Reply #3 on: November 28, 2010, 05:23:39 pm »
Not entirely familiar with BBcodes.. so, is there a way that you can specify table's width and/or height?

Offline TimerClock14Topic starter

  • Legendary Member
  • ******
  • Posts: 2507
  • Country: us
  • Reputation Power: 32
  • TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.
  • hello pls
  • Awards: War III Promo Winner
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211879#msg211879
« Reply #4 on: November 28, 2010, 06:28:24 pm »
Not entirely familiar with BBcodes.. so, is there a way that you can specify table's width and/or height?
not really...
I have music, you have ears. Let them get acquainted with each other: https://www.soundcloud.com/mastinmusic

Offline ddevans96

  • Legendary Member
  • ******
  • Posts: 8307
  • Country: us
  • Reputation Power: 113
  • ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.ddevans96 is a mythical and divine giver of immortality, one of the Turquoise Nymphs.
  • now palafrost online
  • Awards: Slice of Elements 10th Birthday CakeSlice of Elements 9th Birthday CakeSlice of Elements 8th Birthday CakeSlice of Elements 7th Birthday CakeSilver Donor9th Trials - Master of WaterSlice of Elements 6th Birthday Cake8th Trials - Master of WaterSlice of Elements 4th Birthday CakeSlice of Elements 3rd Birthday CakeWinner of the Harry Potter PvP House CupSlice of Elements 2nd Birthday Cake
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211893#msg211893
« Reply #5 on: November 28, 2010, 06:38:08 pm »
Coding:
Description:
Result:
{b}{/b}
makes text bold
bold
{i}{/i}
makes text italics
italics
I'm going to practice making a table, because I suck at it :P
discord / twitter: palafrost - 2x master of water - false god enthusiast
twitch: palafrost - speedrunner, ex-celeste, currently hades
avatar: makoto [persona 5] by asukabaka

Daxx

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211899#msg211899
« Reply #6 on: November 28, 2010, 06:42:16 pm »
Not entirely familiar with BBcodes.. so, is there a way that you can specify table's width and/or height?
Unfortunately I haven't found a way to do this yet, and it may not be possible. It appears that a table matches the user's display width if it would exceed it, and wraps text to suit keeping proportions based on the amount of text it needs to wrap. You can include line breaks in your text so that the column text wraps at specific points. As for height, you can include line breaks within a table row or alter font size (possibly both at the same time) to alter its height somewhat, but that's a bit of an ugly hack and might not suit every purpose. One other missing feature is the ability to stretch single cells across columns. On the whole tables are a fantastic feature.

Offline TimerClock14Topic starter

  • Legendary Member
  • ******
  • Posts: 2507
  • Country: us
  • Reputation Power: 32
  • TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.
  • hello pls
  • Awards: War III Promo Winner
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211902#msg211902
« Reply #7 on: November 28, 2010, 06:46:02 pm »
the alignment codes work for that purpose, as they can replace the tr and td codes (therefore stretching the cell across columns)
I have music, you have ears. Let them get acquainted with each other: https://www.soundcloud.com/mastinmusic

Daxx

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211905#msg211905
« Reply #8 on: November 28, 2010, 06:48:59 pm »
Firstly, without the tr & td tags:

THIS IS A TEST TABLE
A columnAnd another
If I am correct, this just ends up making a table within a table.
EDIT: Yep.

And including the tr tags but not the td ones, this will make a table with only a single cell on the top row:

THIS IS A TEST TABLE
A columnAnd another
EDIT2: Yep.

I'm not sure what exactly you mean - could you demonstrate for us?

Offline TimerClock14Topic starter

  • Legendary Member
  • ******
  • Posts: 2507
  • Country: us
  • Reputation Power: 32
  • TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.TimerClock14 is a Ghost, obsessed with their Elemental pursuits.
  • hello pls
  • Awards: War III Promo Winner
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211908#msg211908
« Reply #9 on: November 28, 2010, 06:55:05 pm »
THIS IS A TEST TABLE
A columnAnd another
If I am correct, this just ends up making a table within a table.
Code: [Select]
[table]
[center]THIS IS A TEST TABLE[/center]
[tr]
[td]A column[/td][td]And another[/td]
[/tr]
[center]
[td]If I am correct, this just ends up making a table within a table.[/td]
[/center]
[/table]
Remember that alignment codes replace the tr (row) code

THIS IS ALIGNED TO THE CENTER
ColumnColumn
I have music, you have ears. Let them get acquainted with each other: https://www.soundcloud.com/mastinmusic

Daxx

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211915#msg211915
« Reply #10 on: November 28, 2010, 06:57:20 pm »
That's a series of tables within a table, which whilst it has a similar effect isn't quite what I was looking for. The forum alters your code after you post it. Quote your own post and see.

suxerz

  • Guest
Re: What is BBCode? https://elementscommunity.org/forum/index.php?topic=16518.msg211916#msg211916
« Reply #11 on: November 28, 2010, 06:58:08 pm »
I believe the only way is to nest tables within table to get the stretching cell across columns, but again I might be wrong. It'll be great if table works the same as in HTML... oh well, thanks for providing the feedback.

Been googling around and I found this (http://www.teamopolis.com/tools/bbcode-table-generator.aspx) to make life much easier to make tables. One note - table header ([th][/th])doesn't seem to work in this forum. So, when using this tools you might want to turn off the table header option. Hope that this will help someone. :)

 

blarg: TimerClock14