AutoTroll has its own script language that allows you to create templates for outgoing e-mail messages or web pages. The AutoTroll Script Language is fairly robust with ways to fill in variables from AutoTroll's database on each game and player. You can cycle through games or players and create a list, sort that list, conditionally display variables based on database values and so on.
The purpose of the Script Language is to allow advanced users to customize the website and e-mail messages AutoTroll builds for them. You can choose which information you think is important to your players and make web pages with that information, or you can simply use the defaults that come installed with AutoTroll. I've tried to make the language simple enough you don't have to be a programmer, but if you need help (or you have any cool templates you've created) post them to the users list.
A simple example is in a message you send to players, you could have:
Hello [Player.Alias] !
When this is sent AutoTroll replaces the "[Player.Alias]" with the real value of the current player, which might look like this:
Hello Red Troll !
For more specific information on templates see one of the topics below:
Conditional IF tests
Cycling and sorting through lists
Variables and Display Modifiers for Variables
Importing Other templates
Template Files
Template Examples