I would like to use the page title in the page in Confluence Cloud. Is there a way to do this?
Another way would be to create the page (based on a template) and create the page title upon Save from a specific fields in the page.
Create a user macro and then place that new macro into your template.
Macro would look like:
## @noparams $content.title
Confluence cloud does not support user macros.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please explain further what you are trying to do? I'm not quite understanding your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems that Ellen wants to be able to re-use the title of the page in the same page's content, when defining a template. When used, the template would automatically populate this placeholder with the actual page title.
Like, the template would look like:
Page Title
Hey we are on {repeat-page-title} and we hope you're enjoying it.
And when using the template, it becomes:
My Great Page Title
Hey we are on My Great Page Title and we hope you're enjoying it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jivian,
That is exactly what I would like to achieve. Thanks for clarifying :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Was there a way to do this without macros? I've got the same requirement.
Thanks,
Harry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Variables/Placeholder in Template or PageBlueprint should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.