Difference between revisions for Playground / Table Markup Reference
| Merge of Version1 & Version2 | |
|---|---|
| 2 | |
| 3 | The generic markup for table elements follows this scheme: |
| 4 | |
| 5 | ##**!!*|!!!!(blue)(attribute parameters)!!!!(green){style parameters}!! |
| 6 | |
| 7 | ====Example:==== |
| 8 | |
| 9 | ##""*|(i=main_heading){text-size: 120%} |
| 10 | |
| 11 | ====Understanding the Table Markup Scheme==== |
| 12 | 1. **Opening delimiter** --- **##!!^|!!##** is any of the delimiters described in the //elements table// below. |
| … | … |
| 39 | ===3. Attributes=== |
| 40 | |
| 41 | #| |
| 42 | ?| |
| 43 | *| Attribute | Markup key |* |
| 44 | *|( |
| 45 | || ##id## | ##i## || |
| 46 | || ##class## | ##c## || |
| 47 | || ##style## | ##s## || |
| 48 | *|( |
| 49 | || ##lang## | ##l## || |
| 50 | || ##dir## | ##d## || |
| 51 | *|( |
| 52 | || ##colspan## | ##x## || |
| 53 | || ##rowspan## | ##y## || |
| 54 | || ##scope## | ##o## || |
| 55 | || |
| 56 | || ##width## | ##w## || |
| 57 | || |
| 58 | || ##align## | ##a## || |
| 59 | || ##bg |
| 60 | || ##vertical## | ##v## || |
| 61 | |# |