document the wiki master recent changes template

This commit is contained in:
Colin Kuskie 2006-12-11 05:56:48 +00:00
parent c7b6970afe
commit e5fc1d6a11
2 changed files with 59 additions and 7 deletions

View file

@ -314,15 +314,11 @@ our $HELP = {
namespace => "Asset_WikiMaster",
tag => "wiki master most popular variables"
},
{
namespace => "Asset_WikiMaster",
tag => "wiki master asset variables"
},
],
variables => [
{
'name' => 'title',
'description' => 'most popular title',
'description' => 'most popular title variable',
},
{
'name' => 'recentChangesUrl',
@ -351,6 +347,47 @@ our $HELP = {
],
},
'recent changes template' => {
title => 'recent changes template title',
body => 'recent changes template body',
isa => [
{
namespace => "Asset_WikiMaster",
tag => "wiki master recent changes variables"
},
],
variables => [
{
'name' => 'title',
'description' => 'recent changes title',
},
{
'name' => 'searchLabel',
'description' => 'searchLabel variable',
},
{
'name' => 'searchLabelUrl',
},
{
'name' => 'wikiHomeLabel',
'description' => 'wikiHomeLabel variable',
},
{
'name' => 'wikiHomeUrl',
},
{
'name' => 'mostPopularUrl',
},
{
'name' => 'mostPopularLabel',
},
],
fields => [
],
related => [
],
},
};
1;