HelpOnComments
This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.
Contents
MoinMoin 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.
The edit bar has a toggle for the visibility of these comments.
Just click on Comments to toggle the visibility (requires Javascript enabled in your browser).
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.
Markup
Diamonds are expensive. /* BTW, there are also inexpensive industrial diamonds. */ Their price depends on multiple factors: ...
Display
Diamonds are expensive. Their price depends on multiple factors: ...
Markup
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.Display
Some normal text.
More normal text.
- You need Javascript to toggle the visibility of the comments. If you don't have Javascript, see below.
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).
This default was chosen because the main intention of this feature is to have a clean page display.
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.
Additionally to the comments feature, there is also the "supplementation page" feature (see HelpOnConfiguration/SupplementationPage).