|
You can create a template which allows you to create an editable form. The form is displayed when a user creates a page, so that the user can enter page content. For example:
In Confluence, there are two types of templates:
Templates are written in regular Confluence markup, using special markup to define form fields that need to be filled in. Here is an example:
Important Plugins For TemplatesTwo popular plugins that expand on template behaviour are the Zones Plugin and Scaffolding Plugin. Below is a comparision:
RELATED TOPICS
Take me back to Confluence User Guide |


Comments (7)
Mar 03
Mark DiFilippo says:
Hello, Is there a way in using addpage:template that a parameter such as title=@...Hello, Is there a way in using add-page:template that a parameter such as title=@self be used so that when the user clicks on this add-page link, the new page that gets created already has the name of its parent page populated in the title field thus allowing the user to only have to add a prefix or suffix to this title to keep it unique within a given space? I hope this request makes sense. Thanks
Mar 03
David Peterson says:
Not exactly. You can use \ , or put any other reportstyle data into the title (e...Not exactly. You can use {link-page:name=%content:title% - Something Else|template=...}, or put any other report-style data into the title (eg. '%global:current time > yyyy-MM-dd%', '%data:My Field%'), etc. What you really want is to be able to specify {add-page:prefix=%content:title%|template=...} which doesn't exist yet. I'm not sure if there is a feature request for this yet, but it would seem like a good idea. I think the main reason it doesn't exist yet is making it work simply with non-live templates, which use Confluence's built-in template system.
Mar 04
Mark DiFilippo says:
Thanks for your quick reply David. I will investigate the feature request.Thanks for your quick reply David. I will investigate the feature request.
Mar 10
Barbara Key says:
Is there a way that I am not aware of that would allow me to attach files to my ...Is there a way that I am not aware of that would allow me to attach files to my template?
Mar 10
Choy Li Tham says:
Hi Barbara, Unfortunately, Confluence does not support this feature currently. ...Hi Barbara,
Unfortunately, Confluence does not support this feature currently. However, there is an improvement request being tracked at the following link:
The improvement request above stated that Confluence should support the functionality to add attachment in templates. If you are keen on this improvement, please cast a vote to increase its popularity and add yourself as a watcher for future updates. Also, you may want to add a comment to the improvement request to truly reflect the importance of this improvement.
Regards,
Choy Li
Apr 10
Anonymous says:
Can a template be configured so that when a page is created from it, that page a...Can a template be configured so that when a page is created from it, that page automatically becomes the child of "Home" in the space?
Apr 11
Tony Cheah Tong Nyee says:
Hi there, An Idea I can think of is to have Create Page MacroHi there,
An Idea I can think of is to have Create Page Macro defined in the template. The Create Page macro allows defining a specific parent page for every page being created using the macro. For information regarding the usage of the create-page macro, please see:
If I have misinterpreted your question, please further clarify for better understanding.
Cheers,
Tony
Add Comment