Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Purpose

This hides the Comments section at the Page bottom

Details

Body Processing

Macro Name

hide-comments

Macro

No Macro Body

Usage

{hide-comments}

Closely related to User Macro: hide-title-text and User Macro: hide-metadata

-TitleHide Comments
DescriptionThe Macro hides the Comment Section
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/EIDzAg

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

Macro Code

Kodeblok
## @noparams
<style>
#comments-section { display: none; visibility:hidden; }
</style>

...