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