]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCommentPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FCommentPlugin
1 Date: Wed, 28 May 2008 19:06:29 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FCommentPlugin;
5   flags="";
6   markup=2;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 The [Comment|Help:CommentPlugin] plugin lets you hide parts of a Wiki page without actually
11 deleting the text. Comments will only be visible in the Wiki markup
12 when editing or viewing the source.
13
14 !!! Usage
15
16 Simply place the text to be commented out between =<~?plugin Comment=
17 and =?~>=:
18
19 <verbatim>
20 <?plugin Comment
21
22 !!! A Hidden Section
23
24 This text will not show up in the generated HTML page, but it is still
25 visible when editing the WikiMarkup.
26
27 ?>
28 </verbatim>
29
30 !!! Author
31
32 Martin Geisler mailto:gimpster@gimpster.com.
33
34 <?plugin Comment
35
36 !!! "Fuzzy" Logic
37 Theorem: a cat has nine tails.
38 Proof:
39     No cat has eight tails. A cat has one tail more than no cat.
40     Therefore, a cat has nine tails.
41
42 ?>
43 ----
44 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]