]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCommentPlugin
Layout
[SourceForge/phpwiki.git] / pgsrc / Help%2FCommentPlugin
1 Date: Fri, 27 Feb 2009 03:25:34 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FCommentPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The **Comment** [[Help:WikiPlugin|plugin]] lets you hide parts of a Wiki page without actually
12 deleting the text. Comments will only be visible in the Wiki markup
13 when editing or viewing the source.
14
15 == Usage
16
17 Simply place the text to be commented out between {{{<<Comment}}} and {{{>>}}}:
18
19 {{{
20 <<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 }}}
29
30 == Author
31 * [[mailto:gimpster@gimpster.com|Martin Geisler]]
32
33 <<Comment
34
35 == "Fuzzy" Logic
36 Theorem: a cat has nine tails.
37 Proof:
38     No cat has eight tails. A cat has one tail more than no cat.
39     Therefore, a cat has nine tails.
40
41 >>
42
43 <noinclude>
44 ----
45 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
46 </noinclude>