Results 1 to 27 of 27
Thread: vBCode [table] installed
-
2006-11-02, 06:02 AM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
vBCode [table] installed
Please note that this code works differently to the old {table] code.
Instructions from the author:
Introduction to options:
example: {table="option1;option2=value;option3='this is a long value with space';option4=value1,value2,value3"]
The whole option list should be wrapped with quotes.
Options are seperated by a semicolon
If an option has a value it is assigned with "equal to" mark. (option2)
If the value contains blanks or special characters it has to be wrapped with apostrophes. (option3)
If an option has more than one value they are seperated by a comma. (option4)
Description of options:
head
This option defines the first line as head, so the first row is shown as head of the table. If the table sould be sorted, the head is not sorted.
sort=1d,2,3
This defines the table to be sorted by column 1, then column 2, then column 3. The "d" after the first colum specifies the order: descending (default: ascending)
autonum=1 (equal to autonum) autonum=a autonum=A
Defines that a new first column containing a numbering should be inserted.
1 -> 1, 2, 3, 4, ... , 999, 1000, ....
a -> a, b, c, ... , aa, ab, ... , zz
A -> A, B, C, ... , AA, BB, ... , ZZ
autonumtitle=oneword autonumtitle='long value with spaces'
Defines the title of the autonum-column. Can be left empty.
width=123px width=45em width=67%
Defines the width of the table.
Introduction to special options (formating cells and rows):
example: {option1=value1}{option2=value2}
These "special" options can be written as the very first content of a cell to format it.
Description of special options:
{colsp=5}
Defines a colspan from current cell with the length of 5 cells
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-02, 06:10 AM (ISO 8601)
- Join Date
- Nov 2005
- Location
- Equestria
Re: vB Code [table] installed
That's going to take a while to memorize...But at least we have it now. This will make Playground squares easier. Thanks Rawhide!
Quotes
-
2006-11-02, 06:21 AM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
Re: vB Code [table] installed
Sample sortable table:
{table="head"]Column1|Column2|Column3
1|One|Random
2|Two|Random
3|Three|Random[/table]
HTML Code:{table="head"]Column1|Column2|Column3 1|One|Random 2|Two|Random 3|Three|Random[/table]
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-02, 06:23 AM (ISO 8601)
- Join Date
- Nov 2005
- Location
- Equestria
Re: vB Code [table] installed
I presume you can put images in the columns as well. Good work! Now all you need to do is get the avvies back up and I'm happy! Just kidding, you guys are doing great.
Quotes
-
2006-11-02, 06:31 AM (ISO 8601)
- Join Date
- Mar 2006
- Location
- Cookiengard, Sixth layer
Re: vB Code [table] installed
Testing. The many faces of Death.
{table="head"]Death avatars|Special events|Alter Egos
|
|
|
|
|
|
[/table]
-
2006-11-02, 08:54 AM (ISO 8601)
- Join Date
- Nov 2005
- Location
- By a Park
- Gender
Re: vBCode [table] installed
Uh, how would you manage putting a line break in a cell without starting a new row? (I could probably get similar results to my current goal if there is a rowspan option as well as colspan)
And it's not very friendly for simply helping arrange pictures and text, the way I was accustomed to doing it, what with the grid and cell borders. Is there any option to get those turned off on a particular table?
(And for those that are wondering... This all stems from a pathetic attempt to arrange for an attractive and unobtrusive signature...)
EDIT: Eh, since I already mentioned the sig thing, here's an example. This is code from an old sig of mine, using YaBB code:
[hr]{table][tr][td][img]http://tinyurl.com/q9mf4[/img][/td][td][size=1]Why does it say "Titan in the Playground"? I'm clearly a Gensai in the Playground.
[url=http://tinyurl.com/ojjug]On the Origin of Shhalahr[/url]
[url=http://tinyurl.com/ngavd]Jazrel Romvid[/url][/size][/td][/tr][/table]
[hr] I'm trying to replicate the same style. If there's a way of doing this without tables (say an align attribute for images), I can manage that, too.
...All that being said, I think the current default settings are perfect for posting custom classes in homebrew.Last edited by Shhalahr Windrider; 2006-11-02 at 09:15 AM. Reason: Sig example
The Future just ain’t what it used to be.
-
2006-11-02, 09:15 AM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
-
2006-11-02, 09:21 AM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
Re: vBCode [table] installed
Testing linebreak
HTML Code:[br]
Test[br][br][br][br][br]Test
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-02, 09:50 AM (ISO 8601)
- Join Date
- Nov 2005
- Location
- By a Park
- Gender
Re: vBCode [table] installed
Aw right!
Gonna fix up my sig right now.
[hr]
Okay, just tried it out, but when using it in my signature, the [br] seems to get saved as a <br>...
After a couple more experiments without the tables, it seems that when the line break is used within a table, it gets saved as an HTML line break immediately. Meanwhile, outside of tables, the vB code only gets transformed to HTML when one goes back to edit the sig again.
[hr]
(Hopefully final Edit)
Okay, I tried the line-break in a table route again on a hunch, and this time I didn't preview the sig before saving it. It seems the vB code to HTML translation happens whenever the sig content it loaded into the edit box. 'Cause now I'm not having the problem, even with the table.
[hr]
Okay, new table issue: a line break after a closing list tag is not recognized as the start of a new row. You need two carriage returns for this.
I will cross-post this in the Bug thread to ensure this concern is seen, since the won't announce itself.Last edited by Shhalahr Windrider; 2006-11-02 at 03:26 PM. Reason: Testing, testing, testing!
The Future just ain’t what it used to be.
-
2006-11-02, 06:39 PM (ISO 8601)
- Join Date
- Feb 2006
- Location
- dancing inside the song
- Gender
Re: vBCode [table] installed
{table="head;autonum=1"]This|is|a|table|woot
I|don't|have|any|an
Pictures|but|Need|to|extra
Test|the|table|function|column!
{colsp=5}Across the Table
1|2|3|4|5[/table]
Cool! It worked
Now to test the Advanced Features...
Question: Why am i getting that extra sliver of a column at the right of the table?
And how do you display code using the new software, its not [ code ] (but w/out the spaces) as far as I can tellLast edited by LordOfNarf; 2006-11-02 at 06:53 PM.
Cekiatar
-
2006-11-02, 07:09 PM (ISO 8601)
- Join Date
- Apr 2005
- Gender
Re: vBCode [table] installed
You guys all get a big hug for this. Now I just need to go back and update my table codes...
I no longer actively read the forums, and probably won't respond to any PMs. I'm fine with people using my homebrew in anything, including fan-compilations and wikis, as long as you credit me.
Homebrew by The Demented One.
-
2006-11-02, 07:34 PM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
-
2006-11-02, 07:43 PM (ISO 8601)
- Join Date
- Feb 2006
- Location
- dancing inside the song
- Gender
-
2006-11-02, 08:38 PM (ISO 8601)
- Join Date
- Nov 2005
- Location
- By a Park
- Gender
Re: vBCode [table] installed
Uh, according to the list of vB codes, there is a [code] option. [html] is so you get syntax highlighting.
Code:cout << "C++ code ahoy!" << endl;
The Future just ain’t what it used to be.
-
2006-11-02, 09:23 PM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
Re: vBCode [table] installed
Code:bold
The [code] tag switches to a fixed-width (monospace) font and preseves all spacing.
Try: [ noparse ] [ /noparse ]
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-02, 09:26 PM (ISO 8601)
- Join Date
- Nov 2005
- Location
- By a Park
- Gender
-
2006-11-02, 09:28 PM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
-
2006-11-09, 04:28 PM (ISO 8601)
- Join Date
- May 2006
- Location
- Up in the sky
- Gender
Re: vBCode [table] installed
Test:
{table="head"]~|a|b|c|d|e|f|g|h|i|j
1|O|O|O|N|M|V|N|O|O|O
2|G|G|Z|Z|Z|Z|Z|Z|G|G
3| | | | | | | | | |
4| | | | | | | | | |
5| | | | | | | | | |
6| | | | | | | | | |
7| | | | | | | | | |
8| | | | | | | | | |
9|D|D|H|H|H|H|H|H|D|D
10|E|E|E|C|W|H|C|E|E|E[/table]
-
2006-11-11, 11:59 PM (ISO 8601)
- Join Date
- Feb 2005
Re: vBCode [table] installed
Testing code for Signature:
That looks fairly good.
{table="head"][br] Mind Over Matter|My PbP[br][br][br] [br] [br] Legend of the Nine Swords - Player [br] The Champions of Right - DM [br] Veterans of the Last War - DM|My Creations: [br][br][br][br][br][br][br]Living Spell Arcanist (PRC)
[/table]
For those interested in the code:
Code:{table="head"][IMG]http://i74.photobucket.com/albums/i278/wolfshonor/gifs/psion1c.gif[/IMG][br] Mind Over Matter|[B]My PbP[/B][br][br][br] [br] [br] [URL="http://tinyurl.com/y729hc"]Legend of the Nine Swords[/URL] - Player [br] [URL="http://tinyurl.com/y8dyru"]The Champions of Right[/URL] - DM [br] [URL="http://tinyurl.com/y569de"]Veterans of the Last War[/URL] - DM|[B]My Creations: [/B][br][br][br][br][br][br][br][URL="http://tinyurl.com/uadp2"]Living Spell Arcanist (PRC)[/URL] [/table]
Last edited by Gralamin; 2006-11-12 at 12:17 AM.
-
2006-11-28, 04:43 PM (ISO 8601)
- Join Date
- Jul 2005
- Location
- ky
Re: vBCode [table] installed
{table="head"]Wielder Level | Attack penalty | Save Penalty | Hit Point Loss | Abilities
5th | - | - | - | Touch of Grace 3/day or Touch of Fury 1/day
6th | - | - | 4 | -
7th | - | - | - | Divine Countenance (+2)
8th | - | -1 | - | Bless or Bane
9th | -1 | - | 2 | -
10th | - | - | - | +2 greatsword
11th | - | - | - | Consecrate or desecrate
12th | - | - | 2 | -
13th | -2 | - | - | -
14th | - | - | - | +2 (holy or unholy) greatsword
15th | - | - | 2 | -
16th | - | -2 | - | Summon archon 1/day or Summon devil 1/day
17th | - | - | - | Circle of Peace or Circle of Woe
18th | - | -3 | 2 | +4 (holy or unholy) greatsword
19th | - | - | 2 | -
20th | - | - | 2 | Swift Heal [/table]
{table="head"]Wielder Level | Attack penalty | Save Penalty | Hit Point Loss | Abilities
5th | - | - | - | Touch of Grace 3/day or Touch of Fury 1/day
6th | - | - | 4 | -
7th | - | - | - | Divine Countenance (+2)
8th | - | -1 | - | Bless or Bane
9th | -1 | - | 2 | -
10th | - | - | - | +2 greatsword
11th | - | - | - | Consecrate or desecrate
12th | - | - | 2 | -
13th | -2 | - | - | -
14th | - | - | - | +2 (holy or unholy) greatsword
15th | - | - | 2 | -
16th | - | -2 | - | Summon archon 1/day or Summon devil 1/day
17th | - | - | - | Circle of Peace or Circle of Woe
18th | - | -3 | 2 | +4 (holy or unholy) greatsword
19th | - | - | 2 | -
20th | - | - | 2 | Swift Heal [/table]
Ok...now I'm very...very...very confused. i followed the means that rawhide suggested above, but the table would not come out correctly (it came out as the Header and the first column, but not the rest).
Now...Well...Now I jsut don't get it at all...I tried to wrap 'Code' around it so that everyone could see what I was typing and I get this funny little scrolling menu. It's not bad, don't get me wrong...just not what I had in mind when istarted this...an hour ago....
can anyone help?Last edited by Rawhide; 2006-11-28 at 10:13 PM. Reason: Fixed code to view problem
-
2006-11-28, 10:14 PM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
Re: vBCode [table] installed
It looks perfectly fine to me, are you still having a problem?
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-29, 07:55 AM (ISO 8601)
- Join Date
- Jul 2005
- Location
- ky
Re: vBCode [table] installed
*blinks*
.....
it...it wasn't like that yesterday...I swear!! It was in a much smaller menu section that you had to scroll down with to see...
I guess I don't need any help...Well maybe a little psycho-analysis. Thanks, though...
-
2006-11-29, 08:12 AM (ISO 8601)
- Join Date
- Sep 2005
- Location
- Australia
- Gender
Re: vBCode [table] installed
If you mean it was in a code box, like this:
Code:This is code This is more code You guessed it Even more code ... ... ... Ran out of funny things ... So I just used dots ... ... Isn't that boring? ... ... ... Seems I needed more lines Lalalalalala ... Even more lines of code Code in a can! ... ... ... ... ... ... ... ... Fin
The tags you want to use (and you can use them within a code window) is [ noparse ] and [ /noparse ] (sans spaces, unfortunately you can't noparse a noparse!).
Code:[img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b]
Testing:
Code:{table="head"]Wielder Level | Attack penalty | Save Penalty | Hit Point Loss | Abilities 5th | - | - | - | Touch of Grace 3/day or Touch of Fury 1/day 6th | - | - | 4 | - 7th | - | - | - | Divine Countenance (+2) 8th | - | -1 | - | Bless or Bane 9th | -1 | - | 2 | - 10th | - | - | - | +2 greatsword 11th | - | - | - | Consecrate or desecrate 12th | - | - | 2 | - 13th | -2 | - | - | - 14th | - | - | - | +2 (holy or unholy) greatsword 15th | - | - | 2 | - 16th | - | -2 | - | Summon archon 1/day or Summon devil 1/day 17th | - | - | - | Circle of Peace or Circle of Woe 18th | - | -3 | 2 | +4 (holy or unholy) greatsword 19th | - | - | 2 | - 20th | - | - | 2 | Swift Heal [/table]
5th | - | - | - | Touch of Grace 3/day or Touch of Fury 1/day
6th | - | - | 4 | -
7th | - | - | - | Divine Countenance (+2)
8th | - | -1 | - | Bless or Bane
9th | -1 | - | 2 | -
10th | - | - | - | +2 greatsword
11th | - | - | - | Consecrate or desecrate
12th | - | - | 2 | -
13th | -2 | - | - | -
14th | - | - | - | +2 (holy or unholy) greatsword
15th | - | - | 2 | -
16th | - | -2 | - | Summon archon 1/day or Summon devil 1/day
17th | - | - | - | Circle of Peace or Circle of Woe
18th | - | -3 | 2 | +4 (holy or unholy) greatsword
19th | - | - | 2 | -
20th | - | - | 2 | Swift Heal [/table]
Code:[img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b] [img]http://url.to/image.jpg[/img]{table]The|code|behind|a|table[/table][b]This_text_is_bold![/b]
Also, it seems that tables embedded in code tags without noparse, won't expand down with sideways scrolling.
"My Hobby: Replacing your soap with gravy" by rtg0922, Doll and Clint "Rawhide" Eastwood by Sneak
-
2006-11-29, 10:49 AM (ISO 8601)
- Join Date
- Jul 2005
- Location
- ky
Re: vBCode [table] installed
I...umm...well i'm not entirely sure how it works now, but yesterday it was definately NOT working. I'm glad tha whatever is fixed IS in fact fixed and all is good and fine in the world.
Thanks Rawhide!!
-
2007-05-30, 08:55 PM (ISO 8601)
- Join Date
- Dec 2006
Re: vBCode [table] installed
I need to test a table somewhere...
{table="head"] Please| Work|Please|Work
Q|W|ER|T
Y|U|I|O[/table]
-
2007-05-31, 06:22 PM (ISO 8601)
- Join Date
- Apr 2007
- Gender
Re: vBCode [table] installed
{table="head"]// | AA | BB | CC | DD | EE | FF | GG
01 | XX| | | | XX | XX |
02 | XX| | | | XX | XX |
03 | XX ||
|
| XX | XX | XX
04 | XX | | | | XX| XX | XX
05 | XX | | | | XX | XX | XX
06 | | | | | XX | XX | XX
07 | XX ||
|
| | |
08 | XX | ||
| XX | |
09 | XX | | | | XX | |
10 | XX | | | | XX | |
11 | | | | | XX | XX |
12 | XX | XX | XX | XX | XX |XX | XX
[/table]
Hooray for map making ability!
-
2007-10-04, 07:31 PM (ISO 8601)
- Join Date
- Jul 2006
- Location
- Here
- Gender
Re: vBCode [table] installed
Like this?
{table="head"]category one|category two|category 3
1.1|2.1|3.1
1.2|2.2|3.2[/table]Founder of the invisible message army.SpoilerFounder of the Guy in a Fancy Cape Fanclub.
Trophies:
2nd best discworld avatar
2nd best discworld sigatar
Caption contest wins: 5th place, 1st place