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