Difference between revisions for Playground / Table Markup Reference
Additions:
*|(attribute parameters){style parameters} content ||*|(i=main_heading){text-size: 120%} This is the main heading |*- Attributes
(attribute parameters)is an optional series ofparameter=valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a space ().
<tr> |
|| |
Must be set for each row of table cells. |
| Core | ||
|---|---|---|
| i18n | ||
lang |
l |
|
| Table cells | ||
| style | ||
width |
w |
|
| class | ||
align |
a |
|
bgcolor |
c |
|
vertical |
v |
|
Deletions:
*|(attribute parameters){style parameters}content||*|(i:main_heading){text-size: 120%}This is the main heading|*- Attributes
(attribute parameters)is an optional series ofparameter:valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a semicolon (;).
?|Table Elements|?
|| ##<tr>## | none | Will be opened for each row of table cells. ||
?|Table Attributes|?
*|(x=2) Core |*
|| ##title## | ##t## ||
*|(x=2) i18n |*
|| ##xml:lang## | ##l## ||
*|(x=2) Table cells |*
|| ##headers## | ##h## ||
|| ##abbr## | ##a## ||
|| ##axis## | ##z## ||
*|(x=2) Other Table elements |*
|| ##span## | ##p## ||
|| ##summary## | ##u## ||