Purpose

To hide the Page Title

 

Details

Macro Name

hide-titletext

Macro-TitleHide Titletext
DescriptionThis Macro hides the Page title
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/HgCvAQ

Definition of User Macro

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

Rendered

Closely related to User Macro: Hide Comments and User Macro: Hide Page metadata

Macro Code

## @noparams
<style>
#title-text { display: none; }
</style>