In This Topic
            
            
Creating a New Custom Template
- On the Tools Ribbon tab click the Options button. 
- In the  editor select the Custom Templates . 
- Click on the New  toolbar button. toolbar button.
- In the New Template dialog: 
- Select Topics \ Classic from the Base on combobox. 
The custom template will initially contain all of the files & settings of the template selected in the Base on combobox (this will also define which template type the custom template will be).  
- Enter New Topics Template for the Template Name. 
- Click OK. 
 
After creating a new custom template you will need to assign it to the relevant template type in your Project's .
- Double click on the Build Profile in the . 
- Select the Template . 
- Select your custom template from the relevant template type's Template combobox (in this example the "New Topics Template" for the Topics template type). 
 
 
 
Creating and Editing a Page Type
This example uses the custom template created in the example above, though this example can be applied to any custom template. 
- On the Tools Ribbon tab click the Options button. 
- In the  editor click on the Custom Templates . 
- Select the New Topics Template from the template list and click the Edit  toolbar button. toolbar button.
- Select the Page Type .
 
- Click the New  toolbar button. toolbar button.
- In the New Page Type dialog: 
- Enter New Page Type.html for the New File Name. 
- Select the Create a new Page Type derived from option. 
- Select the "standard.html" Page Type from the combobox. ("standard.html is the default Page Type in the Topics template. 
- Click OK. 
 
- Select New Page Type.html in the Page Types list and click the Edit  toolbar button. toolbar button.
A specific a Page Type can be selected for a given Topic from the Page Type combobox in the Properties window after selecting the Topic in the . 
 
 
Add a new Phrase
This example uses the custom template created in the example above, though this example can be applied to any custom template. 
- On the Tools Ribbon tab click the Options button. 
- In the  editor click on the Custom Templates . 
- Select the New Topics Template from the template list and click the Edit  toolbar button. toolbar button.
- Select the Phrases . 
- Click the New  toolbar button. toolbar button.At this point a new Phrase named NEW_PHRASE will be created and selected for editing.  
- Click the > button to the left of the Language label. 
- Enter New Phrase English in the Language: (English (United States)) field. 
- Enter New Phrase Dutch in the Language: (Dutch (Netherlands)) field. 
Phrases can be inserted into a Page Type using the following DXMETADTA element:
<!--DXMETADATA start type="Phrase" name="NEW_PHRASE"--><!--DXMETADATA end-->
 
HelpStudio ships with 9 localized languages for the included Phrases. New Languages can be added by clicking on the Add Language button. 
 
 
Add a new Scrap
This example uses the custom template created in the example above, though this example can be applied to any custom template. 
- On the Tools Ribbon tab click the Options button. 
- In the  editor click on the Custom Templates . 
- Select the New Topics Template from the template list and click the Edit  toolbar button. toolbar button.
- Select the Scraps . 
- Click the New  toolbar button. toolbar button.At this point a new Scrap named _NEW_SCRAP will be created and selected for editing.  
- In the Content section of the new Scrap enter New Scrap Content 
Scraps can be inserted into a Page Type using the following DXMETADTA element:
<!--DXMETADATA start type="Scrap" name="_NEW_SCRAP"--><!--DXMETADATA end-->