Difference between revisions for Playground / Table Markup Reference
| Version1 | Version2 | ||
|---|---|---|---|
| 2 | 2 | ||
| 3 | The generic markup for table elements follows this scheme: | 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 | ====Example:==== | 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 | ====Understanding the Table Markup Scheme==== | 11 | ====Understanding the Table Markup Scheme==== |
| 12 | 1. **Opening delimiter** --- **##!!^|!!##** is any of the delimiters described in the //elements table// below. | 12 | 1. **Opening delimiter** --- **##!!^|!!##** is any of the delimiters described in the //elements table// below. |
| … | … | … | … |
| 20 | 20 | ||
| 21 | ===2. Elements=== | 21 | ===2. Elements=== |
| 22 | 22 | ||
| 23 | #| | 23 | #|{width=80%} |
| 24 | !|{width: 80%}|! | ||
| 25 | ?| Table Elements |? | 24 | ?| Table Elements |? |
| 26 | *| HTML Elements | Delimiter | Notes |* | 25 | *| HTML Elements | Delimiter | Notes |* |
| 27 | || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. || | 26 | || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. || |