<?xml version="1.0" encoding="utf-8"?>
<s1 title="HelpOnComments"><p></p>
<s2 id="Comments" title="Comments">
<p><p>Contents</p>
<ol><li>
<link anchor="C">Comments</link><ol><li>
<link anchor="I">Inline comments</link><ol><li>
<link anchor="M">Markup</link></li>
<li>
<link anchor="D">Display</link></li>
</ol>
</li>
<li>
<link anchor="C-1">Comment sections</link><ol><li>
<link anchor="M-1">Markup</link></li>
<li>
<link anchor="D-1">Display</link></li>
</ol>
</li>
<li>
<link anchor="H">Hints for using comments</link></li>
</ol>
</li>
</ol>
<p> </p>
<p><jump href="/wiki/MoinMoin">MoinMoin</jump> has the capability to use in-context comments to directly add some comment or additional information to the place you are commenting on, while still enabling the user to get a clean display of the page contents without the comments. </p>
<p>The edit bar has a toggle for the visibility of these comments. </p>
<p>(!) Just click on Comments to toggle the visibility (requires Javascript enabled in your browser). </p>
<p>The comments will usually be rendered slightly different from normal text (e.g. different colour), so the user can still see what is main content and what is a comment. </p>
<p></p>
<s3 id="Inline comments" title="Inline comments">
<p></p>
<s4 id="Markup" title="Markup">
<p></p>
<source><![CDATA[Diamonds are expensive. /* BTW, there are also inexpensive industrial diamonds. */ Their price depends on multiple factors: ...]]></source><p></p>
</s4>
<s4 id="Display" title="Display">
<p>Diamonds are expensive. BTW, there are also inexpensive industrial diamonds. Their price depends on multiple factors: ... </p>
<p></p>
</s4>
</s3>
<s3 id="Comment sections" title="Comment sections">
<p></p>
<s4 id="Markup" title="Markup">
<p></p>
<source><![CDATA[Some normal text.

{{{#!wiki comment
This is just a wiki parser using a div class="comment" to contain its output.
 1. first
 1. second
 1. ...
}}}

More normal text.]]></source><p></p>
</s4>
<s4 id="Display" title="Display">
<p>Some normal text. </p>
<p></p>
<p>This is just a wiki parser using a div class=&quot;comment&quot; to contain its output. </p>
<ol><li>first </li>
<li>second </li>
<li>... </li>
</ol>
<p>More normal text. </p>
<p></p>
</s4>
</s3>
<s3 id="Hints for using comments" title="Hints for using comments">
<ul><li>You need Javascript to toggle the visibility of the comments. If you don&apos;t have Javascript, see below. </li>
<li><p>You can set the visibility of comments in your user preferences, the default is to not show comments (so you need to click on Comments to see them). </p>
<ul><li><p>This default was chosen because the main intention of this feature is to have a <em>clean</em> page display. </p>
</li>
<li><p>You still have the choice of seeing everything without additional clicks (and hiding by using the toggle) by enabling Show comment sections in your user preferences. </p>
</li>
</ul>
</li>
</ul>
<p>Additionally to the comments feature, there is also the &quot;supplementation page&quot; feature (see <jump href="/wiki/HelpOnConfiguration/SupplementationPage">HelpOnConfiguration/SupplementationPage</jump>). </p>
</s3></s2></s1>