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. |
| … | … |
| 20 | |
| 21 | ===2. Elements=== |
| 22 | |
| 23 | #|{width=80%} |
| 24 | ?| Table Elements |? |
| 25 | *| HTML Elements | Delimiter | Notes |* |
| 26 | || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. || |
| … | … |
| 38 | ===3. Attributes=== |
| 39 | |
| 40 | #| |
| 41 | ?| |
| 42 | *| Attribute | Markup key |* |
| 43 | *|( |
| 44 | || ##id## | ##i## || |
| 45 | || ##class## | ##c## || |
| 46 | || ##style## | ##s## || |
| 47 | *|( |
| 48 | || ##lang## | ##l## || |
| 49 | || ##dir## | ##d## || |
| 50 | *|( |
| 51 | || ##colspan## | ##x## || |
| 52 | || ##rowspan## | ##y## || |
| 53 | || ##scope## | ##o## || |
| 54 | ||(colspan=2 a=center) style || |
| 55 | || ##width## | ##w## || |
| 56 | ||(colspan=2 a=center) class || |
| 57 | || ##align## | ##a## || |
| 58 | || ##bg |
| 59 | || ##vertical## | ##v## || |
| 60 | |# |