To get a template's template, copy from (installation folder)\tst\faq\.
Legal tags in FAQ format:
| Tag | Description |
|---|---|
| ($PROJECTTITLE$) | Project Title. |
| ($CHARSET$) | Charset. |
| ($FAQLINKLIST$) | The contents with hyperlinks in FAQ format. |
| ($FAQTITLE$) | The title of the topic in FAQ Format. |
| ($FAQCONTENT$) | The content of the topic in FAQ Format. |
Example
A ContentTemplate in a FAQ template:
<html>
<head>
<title>($PROJECTTITLE$)</title>
<meta http-equiv="Content-Type" content="text/html; charset=($CHARSET$)">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<p><a name="TOP"></a><font class="ProjectTitle">($PROJECTTITLE$)</font></p>
<p>
($FAQLINKLIST$)
</p>
<!--TopicTemplateBegin-->
<p><font class="title">($FAQTITLE$)</font></p>
<p>
($FAQCONTENT$)
</p>
<p align="right">[<a href="#TOP">TOP</a>]</p>
<!--TopicTemplateEnd-->
<p> </p></body>
</html>
<head>
<title>($PROJECTTITLE$)</title>
<meta http-equiv="Content-Type" content="text/html; charset=($CHARSET$)">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<p><a name="TOP"></a><font class="ProjectTitle">($PROJECTTITLE$)</font></p>
<p>
($FAQLINKLIST$)
</p>
<!--TopicTemplateBegin-->
<p><font class="title">($FAQTITLE$)</font></p>
<p>
($FAQCONTENT$)
</p>
<p align="right">[<a href="#TOP">TOP</a>]</p>
<!--TopicTemplateEnd-->
<p> </p></body>
</html>

