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 ( ).
?| Table Attributes |?
*|(colspan=2) Core |*
*|(colspan=2) i18n |*
*|(colspan=2) Table cells |*
||(colspan=2 a=center) style ||
|| ##width## | ##w## ||
||(colspan=2 a=center) 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 (;).
?|Table Attributes|?
*|(x=2) Core |*
*|(x=2) i18n |*
*|(x=2) Table cells |*