]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCommentPlugin
Wikicreole syntax for <verbatim>
[SourceForge/phpwiki.git] / pgsrc / Help%2FCommentPlugin
1 Date: Sun, 22 Feb 2009 19:16:30 +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 =<~?plugin Comment=
18 and =?~>=:
19
20 {{{
21 <?plugin Comment
22
23 == A Hidden Section
24
25 This text will not show up in the generated HTML page, but it is still
26 visible when editing the WikiMarkup.
27
28 ?>
29 }}}
30
31 == Author
32
33 Martin Geisler mailto:gimpster@gimpster.com.
34
35 <?plugin 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 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]