{moslate}

<table border="1">
<tr><th colspan="3">samples</th></tr>
<tr><th>name</th><th>output</th><th>code</th></tr>

<tr><td>htmltext</td>
<td>
{htmltext}
<html><br/>
{/htmltext}
</td>
<td>
{htmltext}
{htmltext}
<html><br/>
{/htmltext}
{/htmltext}
</td>
</tr>

<tr><td>html:decode<br/>
(the opposite of htmltext)</td>
<td>
{html:decode}
&lt;b&gt;bold&lt;/b&gt;
{/html:decode}
</td>
<td>
{htmltext}
{html:decode}
&lt;b&gt;bold&lt;/b&gt;
{/html:decode}
{/htmltext}
</td>
</tr>

<tr><td>replace<br/>
<i>from, to</i><br/>
</td>
<td>
{replace from="dog" to="cat"}
i don't have a dog.
{/replace}
</td>
<td>
{htmltext}
{replace from="dog" to="cat"}
i don't have a dog.
{/replace}
{/htmltext}
</td>
</tr>


<tr><td>keywordhilight<br/>
<i>keyword, class</i><br/>
</td>
<td>
{keywordhilight keyword="keyword" class="sectiontableheader"}
this keyword is important.
{/keywordhilight}
</td>
<td>
{htmltext}
{keywordhilight keyword="keyword" class="sectiontableheader"}
this keyword is important.
{/keywordhilight}
{/htmltext}
</td>
</tr>

<tr><td>linkifykeywords<br/>
<i>keywords, urls - both '|'-separated</i><br/>
<br/>
Note: you could add the parameters as arguments and set the &quot;Activation&quot; to &quot;Every Content&quot;, this way it would apply to every content automatically.
</td>
<td>
{linkifykeywords keywords="PHP|Mambo" urls="http://www.php.net/|
 http://www.mamboserver.com/|
 http://www.java.com/"}
Mambo is a PHP-based CMS.
{/linkifykeywords}
</td>
<td>
{htmltext}
{linkifykeywords keywords="PHP|Mambo" urls="http://www.php.net/|
 http://www.mamboserver.com/"}
Mambo is a PHP-based CMS.
{/linkifykeywords}
{/htmltext}
</td>
</tr>

<tr><td>linkifytext<br/>
</td>
<td>
{linkifytext}
Moslate is also hosted at http://mamboforge.net/projects/moslate/
{/linkifytext}
</td>
<td>
{htmltext}
{linkifytext}
Moslate is also hosted at
http://mamboforge.net/projects/moslate/
{/linkifytext}
{/htmltext}
</td>
</tr>

<tr><td>scriptlet<br/>
<br/>
Note: make sure you set the access level for the creator appropriate.<br/>
I do not encourage to use this tag, but if you feel you really have to - here you are.
</td>
<td>
{scriptlet}
echo "Hello World!";
{/scriptlet}
</td>
<td>
{htmltext}
{scriptlet}
echo "Hello World!";
{/scriptlet}
{/htmltext}
</td>
</tr>

</table>

{/moslate}