Difference between revisions for Playground / Table Markup Reference
| Merge of Version1 & Version2 | |
|---|---|
| 10 | |
| 11 | ====Understanding the Table Markup Scheme==== |
| 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 |
| 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 | 1. **Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]). |
| 16 | 1. **Closing delimiter** --- **##!!||!!##** is the standard delimiter. |
| … | … |
| 52 | || ##colspan## | ##x## || |
| 53 | || ##rowspan## | ##y## || |
| 54 | || ##scope## | ##o## || |
| 55 | || ##width## | ##w## || |
| 56 | || ##align## | ##a## || |
| 57 | || ##bg-color## | ##c## || |
| 58 | || ##vertical## | ##v## || |
| 59 | |# |