| In order to create an itemtemplate, follow these steps:   (1) Create a fact.   (2) Convert to HTML-mode.   (3) Write the code into the text field. The user can write his own css-code to define the style of the itemtemplate and use the tags below to configure which information should be extracted from the included fact.   The template fact can contain tags like:   
| <title/> | Defines if the  template should contain the title  of the included fact. |  
| <text  cuttext="200"/> | Defines what part of the  text from the included fact should be displayed. |  
| <image/> | Defines if the template should display the first  found image in the included fact. |  
| <link/> | Displays If the included fact is a link. 
 |  
| <meta/> | Defines if the template should display the meta  information of the included fact. |  
| <id/> | Displays the InfoID of the included fact. |  
| <v/> | Displays   the version of the included fact. |    (4) After you are ready, click on the "Publish" button.   
 
 
 
 |