Changes between Version 28 and Version 29 of Competitor


Ignore:
Timestamp:
04/23/2012 01:36:52 PM (14 years ago)
Author:
wusiyue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Competitor

    v28 v29  
    99 
    1010 
    11 {{{#!日的rowspan = 4 ALIGN =理由 
    12 随着的`#TD`和`#TH`处理器, 
    13 表格单元格可以包含任何内容: 
    14 }} 
    15 | ---------------- 
    16 {{{#!TD 
    17   - 列表 
    18   - 嵌入式表 
    19   - 简单的多行内容 
    20 }} 
    21 | ---------------- 
    22 {{{#!TD 
    23 作为处理器可以很容易地嵌套  
    24 所以可以是表: 
    25   {{{#!日 
    26   例如: 
    27   }} 
    28   {{{#TD风格=“背景:#EEF!” 
    29   |必须在第三个层次是现在... | | 
    30   }} 
    31 }} 
    32 | ---------------- 
    33 {{{#!TD 
    34 甚至当你没有复杂的标记, 
    35 这种形式的表细胞可以方便 
    36 写多条线路上的内容。 
    37 }} 
    38  
    39  
     11{{{#!th rowspan=4 align=justify 
     12With the `#td` and `#th` processors, 
     13table cells can contain any content: 
     14}}} 
     15|---------------- 
     16{{{#!td 
     17  - lists 
     18  - embedded tables 
     19  - simple multiline content 
     20}}} 
     21|---------------- 
     22{{{#!td 
     23As processors can be easily nested,  
     24so can be tables: 
     25  {{{#!th 
     26  Example: 
     27  }}} 
     28  {{{#!td style="background: #eef" 
     29  || must be at the third level now... || 
     30  }}} 
     31}}} 
     32|---------------- 
     33{{{#!td 
     34Even when you don't have complex markup, 
     35this form of table cells can be convenient 
     36to write content on multiple lines. 
     37}}}