]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCommentPlugin
Fix "See Also"
[SourceForge/phpwiki.git] / pgsrc / Help%2FCommentPlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +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%2FCommentPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **Comment** [[Help:WikiPlugin|plugin]] lets you hide parts of a Wiki page without actually deleting the text. Comments will only be visible in the Wiki markup when editing or viewing the source.
12
13 == Usage ==
14
15 Simply place the text to be commented out between {{{<<Comment}}} and {{{>>}}}:
16
17 {{{
18 <<Comment
19
20 == A Hidden Section ==
21
22 This text will not show up in the generated HTML page, but it is still
23 visible when editing the WikiMarkup.
24
25 >>
26 }}}
27
28 == Author ==
29 * [[mailto:gimpster@gimpster.com|Martin Geisler]]
30
31 <<Comment
32
33 == "Fuzzy" Logic ==
34 Theorem: a cat has nine tails.
35 Proof:
36     No cat has eight tails. A cat has one tail more than no cat.
37     Therefore, a cat has nine tails.
38
39 >>
40
41 <noinclude>
42 ----
43 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
44 </noinclude>