https://bugzilla.wikimedia.org/show_bug.cgi?id=4740

Nux <e...@wp.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e...@wp.pl

--- Comment #16 from Nux <e...@wp.pl> 2011-02-09 09:23:51 UTC ---
I think it would be nice to have a new syntax for tfoot and thead rather then
(only) hack around current one.

Parse with first row in thead:
{|
|+ Title
|-
! Head cell !! Head cell
|-
| Normal cell || Normal cell
|-
| Normal cell || Normal cell
|}

Parse without thead:
{|
|+ Title
|-
! Head cell
| Normal cell
|-
| Normal cell || Normal cell
|-
| Normal cell || Normal cell
|}

Parse rows with "|!-" moved to thead (only if in concurrent rows). Parse rows
with "|>-" moved to tfoot (only if in concurrent rows).
{|
|+ Title
|!-
! Head cell !! Head cell
|!-
! Head cell !! Head cell
|-
| Normal cell || Normal cell
|-
! Head cell not in thead
| Norma cell
|-
| Normal cell || Normal cell
|>-
| Footer cell || Footer cell
|}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to