| | 168 | |
| | 169 | |
| | 170 | |
| | 171 | {{{#!th rowspan=4 align=justify |
| | 172 | With the `#td` and `#th` processors, |
| | 173 | table cells can contain any content: |
| | 174 | }}} |
| | 175 | |---------------- |
| | 176 | {{{#!td |
| | 177 | - lists |
| | 178 | - embedded tables |
| | 179 | - simple multiline content |
| | 180 | }}} |
| | 181 | |---------------- |
| | 182 | {{{#!td |
| | 183 | As processors can be easily nested, |
| | 184 | so can be tables: |
| | 185 | {{{#!th |
| | 186 | Example: |
| | 187 | }}} |
| | 188 | {{{#!td style="background: #eef" |
| | 189 | || must be at the third level now... || |
| | 190 | }}} |
| | 191 | }}} |
| | 192 | |---------------- |
| | 193 | {{{#!td |
| | 194 | Even when you don't have complex markup, |
| | 195 | this form of table cells can be convenient |
| | 196 | to write content on multiple lines. |
| | 197 | }}} |