Diff: Help/CommentPlugin

Differences between version 2 and previous revision of Help/CommentPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 26 July 2020 17:48 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,6 +1,5 @@
-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. 
+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. 
  
 == Usage == 
  
 Simply place the text to be commented out between {{{<<Comment}}} and {{{>>}}}: 

version 2

The Comment 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.

Usage

Simply place the text to be commented out between <<Comment and >>:

<<Comment

== A Hidden Section ==

This text will not show up in the generated HTML page, but it is still
visible when editing the WikiMarkup.

>>

Author