]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/zh/pgsrc/Help%2FOldStyleTablePlugin
Merge OldTextFormattingRules into TextFormattingRules; Rename _GroupInfo --> DebugGro...
[SourceForge/phpwiki.git] / locale / zh / pgsrc / Help%2FOldStyleTablePlugin
1 Date: Tue,  4 Jan 2011 11:57:23 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FOldStyleTablePlugin;
5   flags="";
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 OldStyleTablePlugin 用來在 wiki 頁面含括使用舊風格標記語法的表格.
10
11 {{{
12 <<OldStyleTable
13 ||^  *Name*                |v *Cost*   |v *Notes*
14 | *First*     | *Last*
15 |> Jeff       |< Dairiki   |^  Cheap   |< Not worth it
16 |> Marco      |< Polo      | Cheaper   |< Not available
17 >>
18 }}}
19
20 將會得到
21
22 <<OldStyleTable
23 ||^  *Name*                |v *Cost*   |v *Notes*
24 | *First*     | *Last*
25 |> Jeff       |< Dairiki   |^  Cheap   |< Not worth it
26 |> Marco      |< Polo      | Cheaper   |< Not available
27 >>
28
29 置首的多重 **|** 用來展延欄, 而 **v** 用來展延列.
30 **>** 產生靠右對齊的欄, **<** 產生靠左對齊的欄, 而 **^** 則產生置中的欄 (預設).
31
32 ----
33
34 Note that within each table cell, _new-style_ markup is used.  You can
35 only use inline markup --- no block level markup is allowed within
36 table cells.
37
38 (Using old-style markup wouldn't make much sense, since one can't
39 include multi-line plugin invocations using the old-style markup
40 rules.)