Quote Originally Posted by Mithrandir
All hail kekvitirae
Amen.

One small thing I forgot to mention: the way the new table tag deals with spaces between the table tag and the first data line of the table changed with version of the table tag Tosa hacked up for this version of vB. This is why all the tables appear to have a superfluous row at the top. It's just a cosmetic thing, although I suppose it may affect the readability of some of the more complex tables.


A small example from Froggie's guide:

Current table:

% Increase from dirt

Corrected table:

% Increase from dirt


Difference in code:

Old:

[b]% Increase from dirt[/b]
[table=3 3 3]
=Dirt|=Roads|=Paved|=Highways
-|44.4%|88.9%|122.2%
-|42.9%|71.4%|114.3%
-|20.0%|60.0%|100.0%
-|50.0%|83.3%|116.7%
[/table]

New:

[b]% Increase from dirt[/b]
[table=3 3 3]=Dirt|=Roads|=Paved|=Highways
-|44.4%|88.9%|122.2%
-|42.9%|71.4%|114.3%
-|20.0%|60.0%|100.0%
-|50.0%|83.3%|116.7%[/table]

Mea culpa.