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;

View file

@ -370,11 +370,26 @@ our $I18N =
lastUpdated => 1165812138,
},
'most popular title' => {
message => q|An internationalized title for the Most Popular Template|,
'most popular title variable' => {
message => q|An internationalized title for the Most Popular Template.|,
lastUpdated => 1165812138,
},
'recent changes template title' => {
message => q|Wiki Master, Recent Changes Template|,
lastUpdated => 1165812138,
},
'recent changes template body' => {
message => q|<p>These variables are available in the template for displaying the list of recent changes to pages in the Wiki.</p>|,
lastUpdated => 1165816631,
},
'recent changes title' => {
message => q|An internationalized title for the Recent Changes Template.|,
lastUpdated => 1165790228,
},
};
1;