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

Macro Name

hide-comments

Macro-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>

...