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