Difference between revisions for Playground / Table Markup Reference
| Version1 | Version2 | Differences |
|---|---|---|
| 6 | 6 | |
| 7 | 7 | ====Example:==== |
| 8 | 8 | |
| 9 |
##""*|(i |
|
| 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. |
| 13 |
1. **Attributes** --- **##!!(blue)(attribute parameters)!!##** is an optional series of ##parameter |
|
| 13 | 1. **Attributes** --- **##!!(blue)(attribute parameters)!!##** is an optional series of ##parameter=value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a space (**## ##**). | |
| 14 | 14 | 1. **Style** --- **##!!(green){style parameters}!!##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**). |
| 15 | 15 | 1. **Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]). |
| 16 | 16 | 1. **Closing delimiter** --- **##!!||!!##** is the standard delimiter. |
| … | … | … |
| 43 | 43 | *| Attribute | Markup key |* |
| 44 | 44 | *|(x=2) Core |* |
| 45 | 45 | || ##id## | ##i## || |
| 46 |
|
|
| 47 | 46 | || ##class## | ##c## || |
| 48 | 47 | || ##style## | ##s## || |
| 49 | 48 | *|(x=2) i18n |* |
| … | … | … |
| 53 | 52 | || ##colspan## | ##x## || |
| 54 | 53 | || ##rowspan## | ##y## || |
| 55 | 54 | || ##scope## | ##o## || |
| 56 |
|| ## |
|
| 57 |
|| ##a |
|
| 58 |
|
|
| 59 |
|| ## |
|
| 55 | || ##width## | ##w## || | |
| 56 | || ##align## | ##a## || | |
| 57 | || ##bg-color## | ##c## || | |
| 58 | || ##vertical## | ##v## || | |
| 60 | 59 | |# |