2009-08-04, 04:09 PM
May I go with a way which greatly shortens the length of the list?
[table="head;" table="width=75%"]Level|Name|Black|Blue|Brown|Green|Purple|Red|White|Yellow
1|Snail[/table]
Is the current look you use. Which in itself doesn't look too bad, but it's way easier to look through if you tag it like this:
Removing parens, and we get:
It may require greater effort, but it is shorter and I consider it easier to read.
(Just a suggestion!)
[table="head;" table="width=75%"]Level|Name|Black|Blue|Brown|Green|Purple|Red|White|Yellow
1|Snail[/table]
Is the current look you use. Which in itself doesn't look too bad, but it's way easier to look through if you tag it like this:
| Level | Name | Powders |
|---|---|---|
| 1 | Snail | X (Drops only green) |
| 2 | Blue Snail | XXX (Drops green, purple and white (White is inviziblez, thus gray)) |
| 3 | King Block Golem | X (You get the idea) |
Removing parens, and we get:
| Level | Name | Powders |
|---|---|---|
| 1 | Snail | X |
| 2 | Blue Snail | XXX |
| 3 | King Block Golem | X |
It may require greater effort, but it is shorter and I consider it easier to read.

(Just a suggestion!)

