Blooncyclopedia:Hidden comments: Difference between revisions
m how did no one point out this typo |
|||
| Line 1: | Line 1: | ||
Blooncyclopedia allows editors to insert HTML comments in article text. This is done by inserting <code><!--</code> and <code>--></code> before and after the text, respectively. This text shows up in both the source editor and visual editor, but not when the page is rendered. | Blooncyclopedia allows editors to insert HTML comments in article text. This is done by inserting <code><!--</code> and <code>--></code> before and after the text, respectively. This text shows up in both the source editor and visual editor, but not when the page is rendered. | ||
Comments are useful for guiding other editors or | Comments are useful for guiding other editors or alerting them to potential mistakes or technical issues that could happen when editing a section, without disrupting the text for readers. Comments should not be used for questions, matters pertaining only to yourself, or matters that don't pertain to wiki editing. It is better to group comments together rather than splitting them up into multiple smaller comments, because they can make editing wiki pages more cumbersome (especially in the visual editor). | ||
==Appropriate uses of comments== | ==Appropriate uses of comments== | ||