diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index 6a7822f86..79e3403b0 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -125,7 +125,7 @@ our $HELP = { ], }, - 'wiki master recent changes' => { + 'wiki master recent changes variables' => { title => 'recent changes variables title', body => 'recent changes variables body', isa => [ @@ -162,7 +162,7 @@ our $HELP = { ], }, - 'wiki master most popular' => { + 'wiki master most popular variables' => { title => 'most popular variables title', body => 'most popular variables body', isa => [ @@ -188,6 +188,47 @@ our $HELP = { ], }, + 'front page template' => { + title => 'front page template title', + body => 'front page template body', + isa => [ + { + namespace => "Asset_WikiMaster", + tag => "wiki master most popular variables" + }, + { + namespace => "Asset_WikiMaster", + tag => "wiki master recent changes variables" + }, + { + namespace => "Asset_WikiMaster", + tag => "wiki master search box variables" + }, + ], + variables => [ + { + 'name' => 'searchLabel', + 'description' => 'searchLabel variable', + }, + { + 'name' => 'mostPopularUrl', + }, + { + 'name' => 'mostPopularLabel', + }, + { + 'name' => 'recentChangesUrl', + }, + { + 'name' => 'recentChangesLabel', + }, + ], + fields => [ + ], + related => [ + ], + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index fdb3d2650..56af10abf 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -229,6 +229,46 @@ our $I18N = lastUpdated => 1165790228, }, + 'front page template title' => { + message => q|Wiki, Front Page Template|, + lastUpdated => 1165790228, + }, + + 'front page template body' => { + message => q|
This template is main Wiki template, and is what most users will see when they view a Wiki asset.
|, + lastUpdated => 1165812138, + }, + + 'description' => { + message => q|The description for this Wiki, with any recognized titles or urls from pages in this Wiki automatically converted to links to those pages.|, + lastUpdated => 1165812138, + }, + + 'searchLabel variable' => { + message => q|The description for this Wiki, with any recognized titles or urls from pages in this Wiki automatically converted to links to those pages.|, + lastUpdated => 1165812138, + }, + + 'mostPopularUrl' => { + message => q|A URL to take the user to the screen where the most popular Wiki pages are listed.|, + lastUpdated => 1165812138, + }, + + 'mostPopularLabel' => { + message => q|An internationalized label to go with mostPopularUrl.|, + lastUpdated => 1165812138, + }, + + 'recentChangesUrl' => { + message => q|A URL to take the user to the screen where all changes to the the pages in this Wiki are listed.|, + lastUpdated => 1165812138, + }, + + 'recentChangesLabel' => { + message => q|An internationalized label to go with recentChangesUrl.|, + lastUpdated => 1165812138, + }, + }; 1;