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