]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/zh/pgsrc/CommentPlugin
Update pgsrc to 1.4.0RC1
[SourceForge/phpwiki.git] / locale / zh / pgsrc / CommentPlugin
1 Date: Fri, 10 Sep 2010 13:48:49 +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=CommentPlugin;
6   flags="";
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 == Synopsis
12
13 CommentPlugin 可以讓你隱藏部份 Wiki 頁面而無須刪除這些文字. 註解將只會在
14 編輯或查看源碼的時候顯現出來.
15
16 == Usage
17
18 簡單的把 =<<Comment= 和 =>>= 放在要註解的文字前後.
19
20 {{{
21 <<Comment
22
23 == A Hidden Section
24
25 這段文字將不會顯示在產生出的 HTML 頁面中, 但在你編輯 WikiMarkup 時,它仍然可以
26 被看到.
27
28 >>
29 }}}
30
31 == Author
32
33 Martin Geisler mailto:gimpster@gimpster.com.
34
35 <<Comment
36
37 == "Fuzzy" Logic
38 Theorem: a cat has nine tails.
39 Proof:
40     No cat has eight tails. A cat has one tail more than no cat.
41     Therefore, a cat has nine tails.
42
43 >>
44 ----
45 WikiPlugin