User talk:Valeriej

Page contents not supported in other languages.
From Wikipedia

First case:

{| class="wikitable"
|-
| New table:
{|class="wikitable"
| Table within a table
|} || This be a new cell
|}
New table:
Table within a table
|| This be a new cell

'||' on new line:

{| class="wikitable"
|-
| New table:
{|class="wikitable"
| Table within a table
|} 
|| This be a new cell
|}
New table:
Table within a table
This be a new cell


Second Case:

{| class="wikitable"
|-
| New table: <table class="wikitable">
<tr><td> Table within a table</td></tr>
</table> || This be a new cell
|}
New table:
Table within a table
|| This be a new cell

'||' on new line:

{| class="wikitable"
|-
| New table: <table class="wikitable">
<tr><td> Table within a table</td></tr>
</table>
|| This be a new cell
|}
New table:
Table within a table
This be a new cell