Difference between revisions for Playground / Table Markup Guide
| Merge of Version1 & Version2 | |
|---|---|
| 1 | As of ##6.2##, Wacko |
| 2 | |
| 3 | {{toc numerate=1}} |
| 4 | |
| 5 | ===Table basics: cells, rows, columns=== |
| 6 | |
| 7 | The most basic element of a table is a **cell**. Single cells can be created using the standard delimiter ##""||""##, e.g.: |
| … | … |
| 173 | %% |
| 174 | #| |
| 175 | *| | Mon | Tue | Wed | Thu | Fri |* |
| 176 | || 8-9 | |(y=9) Outreach |
| 177 | || 9-10 | | | || <-- reduced by two columns |
| 178 | || 10-11 | | | || |
| 179 | || 11-12 | | | || |
| … | … |
| 187 | |
| 188 | #| |
| 189 | *| | Mon | Tue | Wed | Thu | Fri |* |
| 190 | || 8-9 | |(y=9) Outreach |
| 191 | || 9-10 | | | || |
| 192 | || 10-11 | | | || |
| 193 | || 11-12 | | | || |
| … | … |
| 288 | || Forced interwiki links: | [[Wikipedia:Unicode Unicode article on Wikipedia]] || |
| 289 | || External links: | http://www.example.com || |
| 290 | || Forced external links: | [[http://www.example.com Example.com]] || |
| 291 | || Image links: | file:/ |
| 292 | |# |
| 293 | %% |
| 294 | |
| … | … |
| 301 | || Forced interwiki links: | [[Wikipedia:Unicode Unicode article on Wikipedia]] || |
| 302 | || External links: | http://www.example.com || |
| 303 | || Forced external links: | [[http://www.example.com Example.com]] || |
| 304 | || Image links: | file:/ |
| 305 | |# |
| 306 | |
| 307 | ===Adding HTML within tables=== |