Multi-line
Header Cell
This text is all on one line.

This text follows a single newline.

This text follows two newlines (i.e., a blank line). This text again follows a single newline.

This is row two, which ends with a blank line.

Row three begins with two newlines.

Row four contains a
forced line break.
{| border="1"
! Multi-line<br>Header Cell
|-
| This text is all on one line.
This text follows a single newline.

This text follows two newlines (i.e., a blank line).
This text again follows a single newline.
|-
| This is row two, which ends with a blank line.

|-
|

Row three begins with two newlines.
|-
| Row four contains a<br>forced line break.
|}

versiyon 2 bıvurne

0.007 297 352 568 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
{| border="1" cellpadding="4" cellspacing="0"
| 0.007&nbsp;297&nbsp;352&nbsp;568
| [[Lorem ipsum]] dolor sit amet... consequat.
|}

versiyon 3 bıvurne

The quick brown
fox
jumped
over the
slow lazy dog.
{| border="1" cellpadding="4" cellspacing="0"
| The quick
|rowspan="2"| brown<br>fox<br>jumped
|-
| over the
|-
|colspan="2"| slow lazy dog.
|}

versiyon 4 bıvurne

Cell color pink Aqua color inherited from table
Row color #CCFFCC; Entire row affected
Aqua inherited Cell color #FFFFFF; (white)
{| border="1" cellpadding="4" cellspacing="2" style="background:aqua"
! style="background:pink" | ''Cell'' color pink
! Aqua color inherited from table
|- style="background:#CCFFCC;"
| ''Row'' color #CCFFCC;
| Entire row affected
|-
| Aqua inherited
| style="background:#FFFFFF;" | Cell color #FFFFFF; (white)
|}


Versiyon 5 bıvurne

The quick brown<br>fox<br>jumped
over the
slow lazy dog.

{| border="1" cellpadding="4" cellspacing="0" | The quick |rowspan="2"| brown<br>fox<br>jumped |- | over the |- |colspan="2"| slow lazy dog. |} |}