Diff: Help/CommentPlugin

Differences between current version and predecessor to the previous major change of Help/CommentPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 2 Last edited on 26 July 2020 17:48 by harold
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 {{{>>}}}: 

current version

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