- Code has been cleaned up, and now uses
class="prettytable sortable"
instead.
- Code is very similar to the original, thus making it easier to switch formats.
- Still nice-looking and sortable
- Doesn't have a big empty box next to Price; it just has a big empty space.
- The collapsible table's font looks a little different; no big deal.
Exact Differences in Code
[show]
font-family: Tahoma, Arial, Helvetica, sans-serif; = removed from the top that defines the font (not very important; can be left there)
--------------------
The table showing "Price (g)":
{|
|- style="background-color: #a0c6e3;"
! style="border:1px Solid #a0c6e3;" bgcolor="#ffffff" width="178" |
! width="164" | Price (g)
|}
becomes
{| class="prettytable" style="margin-left:184px; width:170px"
|-
! Price (g)
|}
Removes excess coding and becomes "prettytable", removes border, removes box to the left, essentially becomes 170px-wide table with a giant margin to the left so it floats over "Normal" and "Special"
--------------------
Top of the main table:
{| class="sortable"
|- style="background-color: #a0c6e3;"
becomes
{| class="prettytable sortable"
|-
--------------------
In the main table:
style="background-color: #e7f3e8;"
Each and every one has been removed since they are no longer needed (due to "prettytable")
When used on a table with no Alliance Discount stuff, it may look something like this:
[show]No Alliance Discount
|
|
|
Idea dump:
- Instead of using commas and stuff, we should use the Fns thing. Such as
1000000
becomes 000001000000&1,000,000
. (See Template:Fns if you have no idea what this is)
- Should replace all this collapsible table stuff with something else...but I'm not sure what we can do. :v
- Make a template for all this crap? :D