diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index 16e743625..2bf59429d 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -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; diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 607828983..96b97a0d1 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -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|
These variables are available in the template for displaying the list of recent changes to pages in the Wiki.
|, + lastUpdated => 1165816631, + }, + + 'recent changes title' => { + message => q|An internationalized title for the Recent Changes Template.|, + lastUpdated => 1165790228, + }, + }; 1;