]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCommentPlugin
Initialize $html
[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.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FCommentPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 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.
10
11 == Usage ==
12
13 Simply place the text to be commented out between {{{<<Comment}}} and {{{>>}}}:
14
15 {{{
16 <<Comment
17
18 == A Hidden Section ==
19
20 This text will not show up in the generated HTML page, but it is still
21 visible when editing the WikiMarkup.
22
23 >>
24 }}}
25
26 == Author ==
27 * [[mailto:gimpster@gimpster.com|Martin Geisler]]
28
29 <<Comment
30
31 == "Fuzzy" Logic ==
32 Theorem: a cat has nine tails.
33 Proof:
34     No cat has eight tails. A cat has one tail more than no cat.
35     Therefore, a cat has nine tails.
36
37 >>
38
39 <noinclude>
40 ----
41 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
42 </noinclude>