document common post template variables, more to come

This commit is contained in:
Colin Kuskie 2005-03-21 23:11:18 +00:00
parent 0f4b5c14ce
commit 95794255eb
2 changed files with 105 additions and 0 deletions

View file

@ -4,6 +4,20 @@ our $HELP = {
'post add/edit template' => {
title => 'add/edit post template title',
body => 'add/edit post template body',
related => [
{
tag => 'template language',
namespace => 'Template'
},
{
tag => 'post template variables',
namespace => 'Post'
},
]
},
'post template variables' => {
title => 'post template variables title',
body => 'post template variables body',
related => [
{
tag => 'template language',