Author: D.U.Thibault
Description:
Right now, specifying alignment within Wiki tables is somewhat painful, what with having to type style=text-align:right; or some such in front of every cell.
The wish is to be able to specify, within a table's block of headers, the data column alignments once, in compact notation. We'd also like not only right/center/left alignment but also number alignment (on the number's decimal separator, even for scientific notation). Something like:
{| border=1 cellpadding=2 [...]
! data-align=left | Header 1
! data-align=number | Header 2
In this example, the two headers define the alignment to use for any following data cells (the first two columns, anyway).
These settings would be locally overridden (on a per-cell basis) by the usual style=text-align:whatever;| instructions.
Version: unspecified
Severity: enhancement