document the wiki master most popular template

This commit is contained in:
Colin Kuskie 2006-12-11 05:46:29 +00:00
parent 84bee5c8b1
commit c7b6970afe
2 changed files with 75 additions and 0 deletions

View file

@ -306,6 +306,51 @@ our $HELP = {
],
},
'most popular template' => {
title => 'most popular template title',
body => 'most popular template body',
isa => [
{
namespace => "Asset_WikiMaster",
tag => "wiki master most popular variables"
},
{
namespace => "Asset_WikiMaster",
tag => "wiki master asset variables"
},
],
variables => [
{
'name' => 'title',
'description' => 'most popular title',
},
{
'name' => 'recentChangesUrl',
},
{
'name' => 'recentChangesLabel',
},
{
'name' => 'searchLabel',
'description' => 'searchLabel variable',
},
{
'name' => 'searchLabelUrl',
},
{
'name' => 'wikiHomeLabel',
'description' => 'wikiHomeLabel variable',
},
{
'name' => 'wikiHomeUrl',
},
],
fields => [
],
related => [
],
},
};
1;