| 2 | | [[BR]] |
| 3 | | |
| 4 | | |
| 5 | | {{{#!th rowspan=4 align=justify |
| 6 | | With the `#td` and `#th` processors, |
| 7 | | table cells can contain any content: |
| 8 | | }}} |
| 9 | | |---------------- |
| 10 | | {{{#!td |
| 11 | | - lists |
| 12 | | - embedded tables |
| 13 | | - simple multiline content |
| 14 | | }}} |
| 15 | | |---------------- |
| 16 | | {{{#!td |
| 17 | | As processors can be easily nested, |
| 18 | | so can be tables: |
| 19 | | {{{#!th |
| 20 | | Example: |
| 21 | | }}} |
| 22 | | {{{#!td style="background: #eef" |
| 23 | | || must be at the third level now... || |
| 24 | | }}} |
| 25 | | }}} |
| 26 | | |---------------- |
| 27 | | {{{#!td |
| 28 | | Even when you don't have complex markup, |
| 29 | | this form of table cells can be convenient |
| 30 | | to write content on multiple lines. |
| 31 | | }}} |