Difference between revisions for Playground / Table Markup Reference
| Merge of Version1 & Version2 | |
|---|---|
| 22 | |
| 23 | #| |
| 24 | !|{width: 80%}|! |
| 25 | ?| |
| 26 | *| HTML Elements | Delimiter | Notes |* |
| 27 | || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. || |
| 28 | || ##<caption>## | ##""?|""## | || |
| … | … |
| 31 | || ##<thead>## | ##""[|""## | || |
| 32 | || ##<tfoot>## | ##""]|""## | || |
| 33 | || ##<tbody>## | ##""|#|""## | || |
| 34 | || ##<tr>## | |
| 35 | || ##<th>## | ##""^|""## | || |
| 36 | || ##<td>## | ##""|""## | || |
| 37 | |# |
| … | … |
| 43 | *| Attribute | Markup key |* |
| 44 | *|(x=2) Core |* |
| 45 | || ##id## | ##i## || |
| 46 | || ##class## | ##c## || |
| 47 | || ##style## | ##s## || |
| 48 | *|(x=2) i18n |* |
| 49 | || ## |
| 50 | || ##dir## | ##d## || |
| 51 | *|(x=2) Table cells |* |
| 52 | || ##colspan## | ##x## || |
| 53 | || ##rowspan## | ##y## || |
| 54 | || ##scope## | ##o## || |
| 55 | |# |