Template:Prettytable
Usage:
Use inside a table to format it in a nicer manner; for example:
{| {{prettytable}} |- |table content |next cell |- |next row |next cell |}
which generates this:
table content | next cell |
next row | next cell |
compared to the default:
table content | next cell |
next row | next cell |