Difference between revisions for Playground / Table Markup Reference




← Previous edit
Next edit →

Additions:
*|(attribute parameters){style parameters} content ||
*|(i=main_heading){text-size: 120%} This is the main heading |*
  1. Attributes
    (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 ( ).
{width=80%}
Table Elements
<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|*
  1. Attributes
    (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 semicolon (;).
!|{width: 80%}|!
?|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## ||