- General
- Free features
- Paid features
- General
Documentation Templates
Introduction
Page Templates in WikiPRO help standardize content creation across your Azure DevOps Wikis. By defining reusable templates, teams can ensure consistency in documentation structure, formatting, and required content sections.
Templates can be used for common document types such as:
- Technical specifications
- Release notes
- Runbooks
- Meeting notes
- Architecture documents
- Knowledge base articles
- Team presentations
Creating a new page using a Template
- In the wiki, click New Page.
- Choose the desired template.
- Enter the page title.
- Review and customize the generated content.
- Save the page.
The page will be created with the predefined structure from the selected template.
Managing Templates
WikiPRO allows administrators to manage templates centrally.
Available actions include:
- Create templates
- Edit templates
- Delete templates
- Organize templates by category
- Set default templates for specific page types
Creating a Page Template
- Open your Azure DevOps project.
- Navigate to Wiki.
- Open the WikiPRO menu.
- Select Page Templates.
- Click New Template.
- Enter a template name.
- Add the template content using Markdown.
- Click Save.
Editing an Existing Template
To modify a template:
- Navigate to WikiPRO > Page Templates.
- Select the template you want to edit.
- Update the template content.
- Click Save Changes.
Changes apply only to future pages created from the template. Existing pages are not automatically updated.
Best Practices
Keep Templates Focused
Create templates for specific document types rather than one large generic template.
Use Clear Section Headings
Include meaningful headings that guide authors through the required content.
Add Instructions
Provide placeholder text to help users understand what information should be entered.
Example:
## Acceptance Criteria
> Describe the conditions that must be met for this work to be considered complete.
Standardize Metadata
Include common metadata fields at the top of templates.
---
---
Wiki PRO