|
To get full understanding of how the template system works, please first refer to Template Structure.
Here are the valid tokens that you can use in a template :
TOKEN
|
REFERS TO
|
[REPEAT]
[/REPEAT]
|
Start and end tokens of a repeater block.
|
[SLOT]
|
Body of the Nugget
|
[TITLE]
|
Title of the Nugget
|
[LINK]
|
The Tab (Page) that the Nugget refers to
|
[CATEGORY]
|
Displays full category name
|
[USERNAME]
|
The username of the user who provided the nugget.
|
[DISPLAYNAME]
|
The display name of the user who provided the nugget. Generally name and surname combined.
|
[CREATEDDATE]
|
The date when the nugget is created. Automatically grabbed field.
|
You can use only one [REPEAT][/REPEAT] block in any one template, whereas, you can use as much of the other tokens.
Use all the tokens within [REPEAT][/REPEAT] block.
|