User:MZMcBride/Wikitables

From mediawiki.org

Open bugs[edit]

  • bug 4740 — thead, tbody, tfoot for wikitable syntax
  • bug 4780 — Unavoidable <p> in multiline table cells
  • bug 2315 — Create numbered list inside table

Tests[edit]

Code Output
{| style="border: 1px solid #aaa"
|-
| a
b<br>
c
d
|-
|}
a

b
c d

{| style="border: 1px solid #aaa"
|-
|
a
b<br>
c
d
|-
|}

a b
c d

{| style="border: 1px solid #aaa"
|-
|
a
b<br>
c

d
|-
|}

a b
c

d