This component consists of the com_moslate-component for administration and the
moslate-mambot.
The intention of this component is to make the creation of mambots as easy as creating the content itself.
In the standard configuration the moslate (template based Mambots) will be interpreted inside
the {moslate}...{/moslate} Mambot-Tag. But you may clear the "Mos Tag" in the configuration if you want the whole text to be interpreted.
This would change:
{moslate}
{content:link title_alias="somealias"}Link to Content{/content:link}
...
{/moslate}
...
to
{content:link title_alias="somealias"}Link to Content{/content:link}
...
If you are using the Moslates in a few content items only, it would be faster to not use an empty Mos Tag.
In the configuration you may also choose whether you prefer
< >,
{ } or
[ ] (or combination of those) for the Moslates.
For more information please see the description of each option by reading the configuration and parameters page as an online reference.
Beside creating your own Moslates, there are already some Moslates available within the separate exports which could be useful for you. To use those you may download and import on of the exports. (Since version 0.5 you do not need to extract the .xml file first, but you may try to extract the .xml file if you are having problems without)
Since version 0.5, each Moslate should be EL (Expression Language) enabled by default. If you are curious what this is you might read one of the logic pages. If you are not using "${" within your parameters you may ignore EL completely. If this is the case you could also turn it off in the configuration.
For more information please read one of the sub pages.