Template Editor - Edit Template Block
The template block editing window allows you to edit the text placed in the block, as well as create and insert variables.
Nesting of blocks is also possible, but you cannot nest a block within itself. You cannot create new blocks in this window - the block whose call you want to place in the body of the edited block must already exist in the macro.
Name
Enter a name for the block to be created.
Variables
You can select from the list the variable whose call you want to place in the body of the block.
Adding a new variable
Click to create a new variable (this only adds the variable, but does not automatically insert it into the macro's content). To create new variables and edit existing variables, use the Edit Template Variable window.
Inserting the selected variable
Click to insert a variable call in the macro. When the macro is used, the value of the variable is substituted in place of the call.
Blocks
You can select from the list the block whose invocation you want to include in the body of the block you are editing.
Insert selected block
Click to insert in the body a call of the block selected in the list.
Template block content
In the text box, enter the text that will be the body of the template block.
|